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

vtkGenericDataSetTessellator - tessellates generic, higher-order datasets into linear cells More...

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

List of all members.

Public Member Functions

 vtkGenericDataSetTessellator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGenericDataSetTessellator ()
 Standard VTK methods.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual int GetKeepCellIds ()
 Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.
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.
override int IsA (string type)
 Standard VTK methods.
virtual void KeepCellIdsOff ()
 Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.
virtual void KeepCellIdsOn ()
 Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.
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 vtkGenericDataSetTessellator NewInstance ()
 Standard VTK methods.
virtual void SetKeepCellIds (int _arg)
 Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.
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.

Static Public Member Functions

static new
vtkGenericDataSetTessellator 
New ()
 Standard VTK methods.
static new int IsTypeOf (string type)
 Standard VTK methods.
static new
vtkGenericDataSetTessellator 
SafeDownCast (vtkObjectBase o)
 Standard VTK methods.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkGenericDataSetTessellator"
 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 vtkGenericDataSetTessellator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericDataSetTessellator_CreateDefaultLocator_01 (HandleRef pThis)
static internal int vtkGenericDataSetTessellator_GetKeepCellIds_02 (HandleRef pThis)
static internal IntPtr vtkGenericDataSetTessellator_GetLocator_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkGenericDataSetTessellator_GetMTime_04 (HandleRef pThis)
static internal int vtkGenericDataSetTessellator_GetMerging_05 (HandleRef pThis)
static internal int vtkGenericDataSetTessellator_IsA_06 (HandleRef pThis, string type)
static internal int vtkGenericDataSetTessellator_IsTypeOf_07 (string type)
static internal void vtkGenericDataSetTessellator_KeepCellIdsOff_08 (HandleRef pThis)
static internal void vtkGenericDataSetTessellator_KeepCellIdsOn_09 (HandleRef pThis)
static internal void vtkGenericDataSetTessellator_MergingOff_10 (HandleRef pThis)
static internal void vtkGenericDataSetTessellator_MergingOn_11 (HandleRef pThis)
static internal IntPtr vtkGenericDataSetTessellator_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSetTessellator_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericDataSetTessellator_SetKeepCellIds_15 (HandleRef pThis, int _arg)
static internal void vtkGenericDataSetTessellator_SetLocator_16 (HandleRef pThis, HandleRef locator)
static internal void vtkGenericDataSetTessellator_SetMerging_17 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkGenericDataSetTessellator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericDataSetTessellator - tessellates generic, higher-order datasets into linear cells

Description


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Standard VTK methods.


Member Function Documentation

Create default locator. Used to create one when none is specified.

override void Kitware.VTK.vtkGenericDataSetTessellator.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.vtkUnstructuredGridAlgorithm.

Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

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.

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

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

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.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGenericDataSetTessellator.SetKeepCellIds ( int  _arg) [virtual]

Description Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

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

virtual void Kitware.VTK.vtkGenericDataSetTessellator.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.

static internal IntPtr Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_GetLocator_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_GetMTime_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_NewInstance_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_SetKeepCellIds_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_SetLocator_16 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_SetMerging_17 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericDataSetTessellator.MRClassNameKey = "28vtkGenericDataSetTessellator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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