ActiViz .NET
5.8.0
|
vtkCellCenterDepthSort - A simple implementation of vtkCellDepthSort. More...
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. |
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.
static Kitware.VTK.vtkCellCenterDepthSort.vtkCellCenterDepthSort | ( | ) | [static, private] |
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.
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.
override vtkIdTypeArray Kitware.VTK.vtkCellCenterDepthSort.GetNextCells | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVisibilitySort.
override void Kitware.VTK.vtkCellCenterDepthSort.InitTraversal | ( | ) | [virtual] |
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.
static new vtkCellCenterDepthSort Kitware.VTK.vtkCellCenterDepthSort.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVisibilitySort.
static new vtkCellCenterDepthSort Kitware.VTK.vtkCellCenterDepthSort.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVisibilitySort.
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] |
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.