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

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...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set the scalar field Id Default value: 0;.

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.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

Here is the call graph for this function:

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 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 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]

Member Data Documentation

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.


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