ActiViz .NET
5.8.0
|
vtkOBBDicer - divide dataset into spatially aggregated pieces More...
Public Member Functions | |
vtkOBBDicer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOBBDicer () | |
Instantiate an object. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOBBDicer | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkOBBDicer | New () |
Instantiate an object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOBBDicer | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOBBDicer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "11vtkOBBDicer" |
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 | vtkOBBDicer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkOBBDicer_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkOBBDicer_IsTypeOf_02 (string type) |
static internal IntPtr | vtkOBBDicer_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOBBDicer_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkOBBDicer () |
Automatically generated type registration mechanics. |
vtkOBBDicer - divide dataset into spatially aggregated pieces
Description vtkOBBDicer separates the cells of a dataset into spatially aggregated pieces using a Oriented Bounding Box (OBB). These pieces can then be operated on by other filters (e.g., vtkThreshold). One application is to break very large polygonal models into pieces and performing viewing and occlusion culling on the pieces.
Refer to the superclass documentation (vtkDicer) for more information.
static Kitware.VTK.vtkOBBDicer.vtkOBBDicer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOBBDicer.vtkOBBDicer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate an object.
override void Kitware.VTK.vtkOBBDicer.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.vtkDicer.
override int Kitware.VTK.vtkOBBDicer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDicer.
static new int Kitware.VTK.vtkOBBDicer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDicer.
static new vtkOBBDicer Kitware.VTK.vtkOBBDicer.New | ( | ) | [static] |
Instantiate an object.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDicer.
static new vtkOBBDicer Kitware.VTK.vtkOBBDicer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDicer.
static internal int Kitware.VTK.vtkOBBDicer.vtkOBBDicer_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOBBDicer.vtkOBBDicer_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOBBDicer.vtkOBBDicer_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOBBDicer.vtkOBBDicer_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOBBDicer.vtkOBBDicer_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkOBBDicer.MRClassNameKey = "11vtkOBBDicer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDicer.
new const string Kitware.VTK.vtkOBBDicer.MRFullTypeName = "Kitware.VTK.vtkOBBDicer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDicer.