|
ActiViz .NET
5.8.0
|
vtkUnstructuredGridToReebGraphFilter - generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid. More...
Public Member Functions | |
| vtkUnstructuredGridToReebGraphFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkUnstructuredGridToReebGraphFilter () | |
| Undocumented Block. | |
| virtual int | GetFieldId () |
| Set the scalar field id (default = 0). | |
| new vtkReebGraph | GetOutput () |
| Set the scalar field id (default = 0). | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkUnstructuredGridToReebGraphFilter | NewInstance () |
| Undocumented Block. | |
| virtual void | SetFieldId (int _arg) |
| Set the scalar field id (default = 0). | |
Static Public Member Functions | |
| static new vtkUnstructuredGridToReebGraphFilter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkUnstructuredGridToReebGraphFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridToReebGraphFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "36vtkUnstructuredGridToReebGraphFilter" |
| 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 | vtkUnstructuredGridToReebGraphFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkUnstructuredGridToReebGraphFilter_GetFieldId_01 (HandleRef pThis) |
| static internal IntPtr | vtkUnstructuredGridToReebGraphFilter_GetOutput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkUnstructuredGridToReebGraphFilter_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkUnstructuredGridToReebGraphFilter_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkUnstructuredGridToReebGraphFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkUnstructuredGridToReebGraphFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkUnstructuredGridToReebGraphFilter_SetFieldId_08 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkUnstructuredGridToReebGraphFilter () |
| Automatically generated type registration mechanics. | |
vtkUnstructuredGridToReebGraphFilter - generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
Description The filter will first try to pull as a scalar field the vtkDataArray with Id 'fieldId' of the mesh's vtkPointData. If this field does not exist, the filter will use the vtkElevationFilter to generate a default scalar field.
| static Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.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.vtkDirectedGraphAlgorithm.
| virtual int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.GetFieldId | ( | ) | [virtual] |
Set the scalar field id (default = 0).
Set the scalar field id (default = 0).
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| override int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| static new int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| static new vtkUnstructuredGridToReebGraphFilter Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| new vtkUnstructuredGridToReebGraphFilter Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| static new vtkUnstructuredGridToReebGraphFilter Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| virtual void Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.SetFieldId | ( | int | _arg | ) | [virtual] |
Set the scalar field id (default = 0).
| static internal int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_GetFieldId_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_GetOutput_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.vtkUnstructuredGridToReebGraphFilter_SetFieldId_08 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.MRClassNameKey = "36vtkUnstructuredGridToReebGraphFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
| new const string Kitware.VTK.vtkUnstructuredGridToReebGraphFilter.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridToReebGraphFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
1.7.6.1