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

vtkUnstructuredGridToReebGraphFilter - generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set the scalar field id (default = 0).

Set the scalar field id (default = 0).

Reimplemented from Kitware.VTK.vtkDirectedGraphAlgorithm.

Here is the call graph for this function:

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.

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 scalar field id (default = 0).

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

Member Data Documentation

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.


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