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

vtkReebGraphSimplificationFilter - simplify an input Reeb graph. More...

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

List of all members.

Public Member Functions

 vtkReebGraphSimplificationFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkReebGraphSimplificationFilter ()
 Undocumented Block.
new vtkReebGraph GetOutput ()
 Set the persistence metric evaluation code Default value: NULL (standard topological persistence).
virtual double GetSimplificationThreshold ()
 Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).
override int IsA (string type)
 Undocumented Block.
new
vtkReebGraphSimplificationFilter 
NewInstance ()
 Undocumented Block.
void SetSimplificationMetric (vtkReebGraphSimplificationMetric metric)
 Set the persistence metric evaluation code Default value: NULL (standard topological persistence).
virtual void SetSimplificationThreshold (double _arg)
 Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).

Static Public Member Functions

static new
vtkReebGraphSimplificationFilter 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkReebGraphSimplificationFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkReebGraphSimplificationFilter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkReebGraphSimplificationFilter"
 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 vtkReebGraphSimplificationFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkReebGraphSimplificationFilter_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkReebGraphSimplificationFilter_GetSimplificationThreshold_02 (HandleRef pThis)
static internal int vtkReebGraphSimplificationFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkReebGraphSimplificationFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkReebGraphSimplificationFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkReebGraphSimplificationFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkReebGraphSimplificationFilter_SetSimplificationMetric_08 (HandleRef pThis, HandleRef metric)
static internal void vtkReebGraphSimplificationFilter_SetSimplificationThreshold_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkReebGraphSimplificationFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkReebGraphSimplificationFilter - simplify an input Reeb graph.

Description The filter takes an input vtkReebGraph object and outputs a vtkReebGraph object.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter ( 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.vtkReebGraphSimplificationFilter.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 persistence metric evaluation code Default value: NULL (standard topological persistence).

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

Here is the call graph for this function:

Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).

override int Kitware.VTK.vtkReebGraphSimplificationFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

static new int Kitware.VTK.vtkReebGraphSimplificationFilter.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:

Set the persistence metric evaluation code Default value: NULL (standard topological persistence).

Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).

static internal IntPtr Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_SetSimplificationMetric_08 ( HandleRef  pThis,
HandleRef  metric 
) [private]
static internal void Kitware.VTK.vtkReebGraphSimplificationFilter.vtkReebGraphSimplificationFilter_SetSimplificationThreshold_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkReebGraphSimplificationFilter.MRClassNameKey = "32vtkReebGraphSimplificationFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

new const string Kitware.VTK.vtkReebGraphSimplificationFilter.MRFullTypeName = "Kitware.VTK.vtkReebGraphSimplificationFilter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.


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