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

vtkReebGraphVolumeSkeletonFilter - compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUnstructuredGrid). More...

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

List of all members.

Public Member Functions

 vtkReebGraphVolumeSkeletonFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkReebGraphVolumeSkeletonFilter ()
 Undocumented Block.
virtual int GetFieldId ()
 Set the scalar field Id Default value: 0.
virtual int GetNumberOfSamples ()
 Set the number of samples along each arc of the Reeb graph Default value: 5.
virtual int GetNumberOfSmoothingIterations ()
 Set the number of optional smoothing iterations Default value: 30.
new vtkTable GetOutput ()
 Set the scalar field Id Default value: 0.
override int IsA (string type)
 Undocumented Block.
new
vtkReebGraphVolumeSkeletonFilter 
NewInstance ()
 Undocumented Block.
virtual void SetFieldId (int _arg)
 Set the scalar field Id Default value: 0.
virtual void SetNumberOfSamples (int _arg)
 Set the number of samples along each arc of the Reeb graph Default value: 5.
virtual void SetNumberOfSmoothingIterations (int _arg)
 Set the number of optional smoothing iterations Default value: 30.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkReebGraphVolumeSkeletonFilter"
 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 vtkReebGraphVolumeSkeletonFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkReebGraphVolumeSkeletonFilter_GetFieldId_01 (HandleRef pThis)
static internal int vtkReebGraphVolumeSkeletonFilter_GetNumberOfSamples_02 (HandleRef pThis)
static internal int vtkReebGraphVolumeSkeletonFilter_GetNumberOfSmoothingIterations_03 (HandleRef pThis)
static internal IntPtr vtkReebGraphVolumeSkeletonFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkReebGraphVolumeSkeletonFilter_IsA_05 (HandleRef pThis, string type)
static internal int vtkReebGraphVolumeSkeletonFilter_IsTypeOf_06 (string type)
static internal IntPtr vtkReebGraphVolumeSkeletonFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkReebGraphVolumeSkeletonFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkReebGraphVolumeSkeletonFilter_SetFieldId_10 (HandleRef pThis, int _arg)
static internal void vtkReebGraphVolumeSkeletonFilter_SetNumberOfSamples_11 (HandleRef pThis, int _arg)
static internal void vtkReebGraphVolumeSkeletonFilter_SetNumberOfSmoothingIterations_12 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkReebGraphVolumeSkeletonFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkReebGraphVolumeSkeletonFilter - compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUnstructuredGrid).

Description The filter takes a vtkUnstructuredGrid as an input (port 0), along with a vtkReebGraph (port 1). The filter samples each arc of the Reeb graph and embeds the samples on the barycenter of the corresponding field contour. The number of (evenly distributed) arc samples can be defined with SetNumberOfSamples() (default value: 10). The skeleton can be optionally smoothed with SetNumberOfSmoothingIterations() (default value: 10). The filter will first try to pull as a scalar field the vtkDataArray with Id 'FieldId' of the vtkPolyData, see SetFieldId() (default: 0). The filter will abort if this field does not exist.

The filter outputs a vtkTable of points (double[3]). Each column contains the samples (sorted by function value) of the corresponding arc. The first and the last entry of the column corresponds to the critical nodes at the extremity of the arc (each column has NumberOfSamples + 2 entries).

The skeleton can be rendered by linking the samples with geometrical primitives (for instance, spheres at critical nodes and cylinders between intermediary samples, see Graphics/Testing/Cxx/TestReebGraph.cxx).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter ( 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.vtkReebGraphVolumeSkeletonFilter.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.vtkDataObjectAlgorithm.

Set the scalar field Id Default value: 0.

Set the number of samples along each arc of the Reeb graph Default value: 5.

Set the number of optional smoothing iterations Default value: 30.

Set the scalar field Id Default value: 0.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

static new int Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.SetFieldId ( int  _arg) [virtual]

Set the scalar field Id Default value: 0.

Set the number of samples along each arc of the Reeb graph Default value: 5.

Set the number of optional smoothing iterations Default value: 30.

static internal IntPtr Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_GetOutput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_SetFieldId_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkReebGraphVolumeSkeletonFilter.vtkReebGraphVolumeSkeletonFilter_SetNumberOfSamples_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


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