ActiViz .NET
5.8.0
|
vtkHyperOctreeSurfaceFilter - Extracts outer (polygonal) surface. More...
Public Member Functions | |
vtkHyperOctreeSurfaceFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHyperOctreeSurfaceFilter () | |
Undocumented Block. | |
virtual vtkIncrementalPointLocator | GetLocator () |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. | |
override uint | GetMTime () |
Return the MTime also considering the locator. | |
virtual int | GetMerging () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual int | GetPassThroughCellIds () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | MergingOff () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual void | MergingOn () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
new vtkHyperOctreeSurfaceFilter | NewInstance () |
Undocumented Block. | |
virtual void | PassThroughCellIdsOff () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
virtual void | PassThroughCellIdsOn () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
void | SetLocator (vtkIncrementalPointLocator locator) |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. | |
virtual void | SetMerging (int _arg) |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual void | SetPassThroughCellIds (int _arg) |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
Static Public Member Functions | |
static new vtkHyperOctreeSurfaceFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkHyperOctreeSurfaceFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHyperOctreeSurfaceFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkHyperOctreeSurfaceFilter" |
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 | vtkHyperOctreeSurfaceFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHyperOctreeSurfaceFilter_GetLocator_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkHyperOctreeSurfaceFilter_GetMTime_02 (HandleRef pThis) |
static internal int | vtkHyperOctreeSurfaceFilter_GetMerging_03 (HandleRef pThis) |
static internal int | vtkHyperOctreeSurfaceFilter_GetPassThroughCellIds_04 (HandleRef pThis) |
static internal int | vtkHyperOctreeSurfaceFilter_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkHyperOctreeSurfaceFilter_IsTypeOf_06 (string type) |
static internal void | vtkHyperOctreeSurfaceFilter_MergingOff_07 (HandleRef pThis) |
static internal void | vtkHyperOctreeSurfaceFilter_MergingOn_08 (HandleRef pThis) |
static internal IntPtr | vtkHyperOctreeSurfaceFilter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOff_11 (HandleRef pThis) |
static internal void | vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOn_12 (HandleRef pThis) |
static internal IntPtr | vtkHyperOctreeSurfaceFilter_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHyperOctreeSurfaceFilter_SetLocator_14 (HandleRef pThis, HandleRef locator) |
static internal void | vtkHyperOctreeSurfaceFilter_SetMerging_15 (HandleRef pThis, int _arg) |
static internal void | vtkHyperOctreeSurfaceFilter_SetPassThroughCellIds_16 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkHyperOctreeSurfaceFilter () |
Automatically generated type registration mechanics. |
vtkHyperOctreeSurfaceFilter - Extracts outer (polygonal) surface.
Description vtkHyperOctreeSurfaceFilter extracts the surface of an hyperoctree.
static Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkHyperOctreeSurfaceFilter.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.vtkPolyDataAlgorithm.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkHyperOctreeSurfaceFilter.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual int Kitware.VTK.vtkHyperOctreeSurfaceFilter.GetMerging | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
override uint Kitware.VTK.vtkHyperOctreeSurfaceFilter.GetMTime | ( | ) | [virtual] |
Return the MTime also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkHyperOctreeSurfaceFilter.GetPassThroughCellIds | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
override int Kitware.VTK.vtkHyperOctreeSurfaceFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkHyperOctreeSurfaceFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.MergingOff | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.MergingOn | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
static new vtkHyperOctreeSurfaceFilter Kitware.VTK.vtkHyperOctreeSurfaceFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.PassThroughCellIdsOff | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.PassThroughCellIdsOn | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
static new vtkHyperOctreeSurfaceFilter Kitware.VTK.vtkHyperOctreeSurfaceFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.SetMerging | ( | int | _arg | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void Kitware.VTK.vtkHyperOctreeSurfaceFilter.SetPassThroughCellIds | ( | int | _arg | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
static internal IntPtr Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_GetLocator_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_GetMerging_03 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_GetMTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_GetPassThroughCellIds_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_MergingOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_MergingOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOff_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOn_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_SetLocator_14 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_SetMerging_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_SetPassThroughCellIds_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkHyperOctreeSurfaceFilter.MRClassNameKey = "27vtkHyperOctreeSurfaceFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkHyperOctreeSurfaceFilter.MRFullTypeName = "Kitware.VTK.vtkHyperOctreeSurfaceFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.