ActiViz .NET
5.8.0
|
vtkGenericDataSetTessellator - tessellates generic, higher-order datasets into linear cells More...
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. |
vtkGenericDataSetTessellator - tessellates generic, higher-order datasets into linear cells
Description
static Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkGenericDataSetTessellator.GetKeepCellIds | ( | ) | [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.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkGenericDataSetTessellator.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual int Kitware.VTK.vtkGenericDataSetTessellator.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.vtkGenericDataSetTessellator.GetMTime | ( | ) | [virtual] |
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.
virtual void Kitware.VTK.vtkGenericDataSetTessellator.KeepCellIdsOff | ( | ) | [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.
virtual void Kitware.VTK.vtkGenericDataSetTessellator.KeepCellIdsOn | ( | ) | [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.
virtual void Kitware.VTK.vtkGenericDataSetTessellator.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.vtkGenericDataSetTessellator.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 vtkGenericDataSetTessellator Kitware.VTK.vtkGenericDataSetTessellator.New | ( | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkGenericDataSetTessellator Kitware.VTK.vtkGenericDataSetTessellator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
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 void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_CreateDefaultLocator_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_GetKeepCellIds_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_GetLocator_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_GetMerging_05 | ( | HandleRef | pThis | ) | [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 int Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_KeepCellIdsOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_KeepCellIdsOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_MergingOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericDataSetTessellator.vtkGenericDataSetTessellator_MergingOn_11 | ( | HandleRef | pThis | ) | [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] |
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.