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.vtkHyperOctreeSurfaceFilter Class Reference

vtkHyperOctreeSurfaceFilter - Extracts outer (polygonal) surface. More...

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

List of all members.

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.

Detailed Description

vtkHyperOctreeSurfaceFilter - Extracts outer (polygonal) surface.

Description vtkHyperOctreeSurfaceFilter extracts the surface of an hyperoctree.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Here is the call graph for this function:

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.

Return the MTime also considering the locator.

Reimplemented from Kitware.VTK.vtkObject.

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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.

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 uint Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_GetMTime_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkHyperOctreeSurfaceFilter.vtkHyperOctreeSurfaceFilter_IsA_05 ( HandleRef  pThis,
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 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]

Member Data Documentation

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.


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