ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCellCenterDepthSort Class Reference

vtkCellCenterDepthSort - A simple implementation of vtkCellDepthSort. More...

Inheritance diagram for Kitware.VTK.vtkCellCenterDepthSort:
[legend]
Collaboration diagram for Kitware.VTK.vtkCellCenterDepthSort:
[legend]

List of all members.

Public Member Functions

 vtkCellCenterDepthSort (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCellCenterDepthSort ()
 Undocumented Block.
override vtkIdTypeArray GetNextCells ()
 Undocumented Block.
override void InitTraversal ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkCellCenterDepthSort NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkCellCenterDepthSort New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCellCenterDepthSort SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkCellCenterDepthSort"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkCellCenterDepthSort"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkCellCenterDepthSort_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCellCenterDepthSort_GetNextCells_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCellCenterDepthSort_InitTraversal_02 (HandleRef pThis)
static internal int vtkCellCenterDepthSort_IsA_03 (HandleRef pThis, string type)
static internal int vtkCellCenterDepthSort_IsTypeOf_04 (string type)
static internal IntPtr vtkCellCenterDepthSort_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCellCenterDepthSort_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkCellCenterDepthSort ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCellCenterDepthSort - A simple implementation of vtkCellDepthSort.

Description vtkCellCenterDepthSort is a simple and fast implementation of depth sort, but it only provides approximate results. The sorting algorithm finds the centroids of all the cells. It then performs the dot product of the centroids against a vector pointing in the direction of the camera transformed into object space. It then performs an ordinary sort on the result.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkCellCenterDepthSort.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

override int Kitware.VTK.vtkCellCenterDepthSort.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

static new int Kitware.VTK.vtkCellCenterDepthSort.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_GetNextCells_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_InitTraversal_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCellCenterDepthSort.MRClassNameKey = "22vtkCellCenterDepthSort" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVisibilitySort.

new const string Kitware.VTK.vtkCellCenterDepthSort.MRFullTypeName = "Kitware.VTK.vtkCellCenterDepthSort"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVisibilitySort.


The documentation for this class was generated from the following file: