ActiViz .NET
5.8.0
|
vtkDataSetTriangleFilter - triangulate any type of dataset More...
Public Member Functions | |
vtkDataSetTriangleFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataSetTriangleFilter () | |
Undocumented Block. | |
virtual int | GetTetrahedraOnly () |
When On this filter will cull all 1D and 2D cells from the output. The default is Off. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataSetTriangleFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetTetrahedraOnly (int _arg) |
When On this filter will cull all 1D and 2D cells from the output. The default is Off. | |
virtual void | TetrahedraOnlyOff () |
When On this filter will cull all 1D and 2D cells from the output. The default is Off. | |
virtual void | TetrahedraOnlyOn () |
When On this filter will cull all 1D and 2D cells from the output. The default is Off. | |
Static Public Member Functions | |
static new vtkDataSetTriangleFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataSetTriangleFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataSetTriangleFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkDataSetTriangleFilter" |
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 | vtkDataSetTriangleFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataSetTriangleFilter_GetTetrahedraOnly_01 (HandleRef pThis) |
static internal int | vtkDataSetTriangleFilter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkDataSetTriangleFilter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkDataSetTriangleFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetTriangleFilter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataSetTriangleFilter_SetTetrahedraOnly_07 (HandleRef pThis, int _arg) |
static internal void | vtkDataSetTriangleFilter_TetrahedraOnlyOff_08 (HandleRef pThis) |
static internal void | vtkDataSetTriangleFilter_TetrahedraOnlyOn_09 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkDataSetTriangleFilter () |
Automatically generated type registration mechanics. |
vtkDataSetTriangleFilter - triangulate any type of dataset
Description vtkDataSetTriangleFilter generates n-dimensional simplices from any input dataset. That is, 3D cells are converted to tetrahedral meshes, 2D cells to triangles, and so on. The triangulation is guaranteed to be compatible.
This filter uses simple 1D and 2D triangulation techniques for cells that are of topological dimension 2 or less. For 3D cells--due to the issue of face compatibility across quadrilateral faces (which way to orient the diagonal?)--a fancier ordered Delaunay triangulation is used. This approach produces templates on the fly for triangulating the cells. The templates are then used to do the actual triangulation.
static Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDataSetTriangleFilter.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.vtkDataSetTriangleFilter.GetTetrahedraOnly | ( | ) | [virtual] |
When On this filter will cull all 1D and 2D cells from the output. The default is Off.
override int Kitware.VTK.vtkDataSetTriangleFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkDataSetTriangleFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkDataSetTriangleFilter Kitware.VTK.vtkDataSetTriangleFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkDataSetTriangleFilter Kitware.VTK.vtkDataSetTriangleFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkDataSetTriangleFilter.SetTetrahedraOnly | ( | int | _arg | ) | [virtual] |
When On this filter will cull all 1D and 2D cells from the output. The default is Off.
virtual void Kitware.VTK.vtkDataSetTriangleFilter.TetrahedraOnlyOff | ( | ) | [virtual] |
When On this filter will cull all 1D and 2D cells from the output. The default is Off.
virtual void Kitware.VTK.vtkDataSetTriangleFilter.TetrahedraOnlyOn | ( | ) | [virtual] |
When On this filter will cull all 1D and 2D cells from the output. The default is Off.
static internal int Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_GetTetrahedraOnly_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_SetTetrahedraOnly_07 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_TetrahedraOnlyOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataSetTriangleFilter.vtkDataSetTriangleFilter_TetrahedraOnlyOn_09 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkDataSetTriangleFilter.MRClassNameKey = "24vtkDataSetTriangleFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkDataSetTriangleFilter.MRFullTypeName = "Kitware.VTK.vtkDataSetTriangleFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.