ActiViz .NET
5.8.0
|
vtkReebGraphToJoinSplitTreeFilter - converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of the sub- and sur- level sets). Note: if you want to use simplification filters, do so on the input Reeb graph first. More...
Public Member Functions | |
vtkReebGraphToJoinSplitTreeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkReebGraphToJoinSplitTreeFilter () | |
Undocumented Block. | |
virtual int | GetFieldId () |
Set the scalar field Id Default value: 0;. | |
virtual bool | GetIsSplitTree () |
Specify if you want to get a join or a split tree. Default value: false (join tree) | |
new vtkReebGraph | GetOutput () |
Set the scalar field Id Default value: 0;. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkReebGraphToJoinSplitTreeFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetFieldId (int _arg) |
Set the scalar field Id Default value: 0;. | |
virtual void | SetIsSplitTree (bool _arg) |
Specify if you want to get a join or a split tree. Default value: false (join tree) | |
Static Public Member Functions | |
static new vtkReebGraphToJoinSplitTreeFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkReebGraphToJoinSplitTreeFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "33vtkReebGraphToJoinSplitTreeFilter" |
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 | vtkReebGraphToJoinSplitTreeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkReebGraphToJoinSplitTreeFilter_GetFieldId_01 (HandleRef pThis) |
static internal byte | vtkReebGraphToJoinSplitTreeFilter_GetIsSplitTree_02 (HandleRef pThis) |
static internal IntPtr | vtkReebGraphToJoinSplitTreeFilter_GetOutput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkReebGraphToJoinSplitTreeFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkReebGraphToJoinSplitTreeFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkReebGraphToJoinSplitTreeFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkReebGraphToJoinSplitTreeFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkReebGraphToJoinSplitTreeFilter_SetFieldId_09 (HandleRef pThis, int _arg) |
static internal void | vtkReebGraphToJoinSplitTreeFilter_SetIsSplitTree_10 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkReebGraphToJoinSplitTreeFilter () |
Automatically generated type registration mechanics. |
vtkReebGraphToJoinSplitTreeFilter - converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of the sub- and sur- level sets). Note: if you want to use simplification filters, do so on the input Reeb graph first.
Reference: "Computing contpour trees in all dimensions". H. Carr, J. Snoeyink, U. Axen. SODA 2000, pp. 918-926.
Description The filter takes as an input the underlying mesh (port 0, a vtkPolyData for 2D meshes or a vtkUnstructuredGrid for 3D meshes) with an attached scalar field (identified by FieldId, with setFieldId()) and an input Reeb graph computed on that mesh (port 1). The outputs is vtkReebGraph object describing either a join or split tree.
static Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.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.vtkReebGraphToJoinSplitTreeFilter.GetFieldId | ( | ) | [virtual] |
Set the scalar field Id Default value: 0;.
virtual bool Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.GetIsSplitTree | ( | ) | [virtual] |
Specify if you want to get a join or a split tree. Default value: false (join tree)
Set the scalar field Id Default value: 0;.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
override int Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
static new int Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
static new vtkReebGraphToJoinSplitTreeFilter Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
static new vtkReebGraphToJoinSplitTreeFilter Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
virtual void Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.SetFieldId | ( | int | _arg | ) | [virtual] |
Set the scalar field Id Default value: 0;.
virtual void Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.SetIsSplitTree | ( | bool | _arg | ) | [virtual] |
Specify if you want to get a join or a split tree. Default value: false (join tree)
static internal int Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_GetFieldId_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_GetIsSplitTree_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_GetOutput_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_SetFieldId_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.vtkReebGraphToJoinSplitTreeFilter_SetIsSplitTree_10 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.MRClassNameKey = "33vtkReebGraphToJoinSplitTreeFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.
new const string Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter.MRFullTypeName = "Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.