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

vtkVolumeContourSpectrumFilter - compute an approximation of the volume contour signature (evolution of the volume of the input tet-mesh along an arc of the Reeb graph). More...

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

List of all members.

Public Member Functions

 vtkVolumeContourSpectrumFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVolumeContourSpectrumFilter ()
 Undocumented Block.
virtual int GetArcId ()
 Set the arc Id for which the contour signature has to be computed. Default value: 0.
virtual int GetFieldId ()
 Set the scalar field Id Default value: 0.
virtual int GetNumberOfSamples ()
 Set the number of samples in the output signature Default value: 100.
new vtkTable GetOutput ()
 Set the scalar field Id Default value: 0.
override int IsA (string type)
 Undocumented Block.
new vtkVolumeContourSpectrumFilter NewInstance ()
 Undocumented Block.
virtual void SetArcId (int _arg)
 Set the arc Id for which the contour signature has to be computed. Default value: 0.
virtual void SetFieldId (int _arg)
 Set the scalar field Id Default value: 0.
virtual void SetNumberOfSamples (int _arg)
 Set the number of samples in the output signature Default value: 100.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkVolumeContourSpectrumFilter"
 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 vtkVolumeContourSpectrumFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVolumeContourSpectrumFilter_GetArcId_01 (HandleRef pThis)
static internal int vtkVolumeContourSpectrumFilter_GetFieldId_02 (HandleRef pThis)
static internal int vtkVolumeContourSpectrumFilter_GetNumberOfSamples_03 (HandleRef pThis)
static internal IntPtr vtkVolumeContourSpectrumFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVolumeContourSpectrumFilter_IsA_05 (HandleRef pThis, string type)
static internal int vtkVolumeContourSpectrumFilter_IsTypeOf_06 (string type)
static internal IntPtr vtkVolumeContourSpectrumFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeContourSpectrumFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeContourSpectrumFilter_SetArcId_10 (HandleRef pThis, int _arg)
static internal void vtkVolumeContourSpectrumFilter_SetFieldId_11 (HandleRef pThis, int _arg)
static internal void vtkVolumeContourSpectrumFilter_SetNumberOfSamples_12 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkVolumeContourSpectrumFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolumeContourSpectrumFilter - compute an approximation of the volume contour signature (evolution of the volume of the input tet-mesh along an arc of the Reeb graph).

Description The filter takes a vtkUnstructuredGrid as an input (port 0), along with a vtkReebGraph (port 1). The Reeb graph arc to consider can be specified with SetArcId() (default: 0). The number of (evenly distributed) samples of the signature can be defined with SetNumberOfSamples() (default value: 100). The filter will first try to pull as a scalar field the vtkDataArray with Id 'FieldId' of the vtkUnstructuredGrid, see SetFieldId (default: 0). The filter will abort if this field does not exist.

The filter outputs a vtkTable with the volume contour signature approximation, each sample being evenly distributed in the function span of the arc.

This filter is a typical example for designing your own contour signature filter (with customized metrics). It also shows typical vtkReebGraph traversals.

Reference: C. Bajaj, V. Pascucci, D. Schikore, "The contour spectrum", IEEE Visualization, 167-174, 1997.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter ( 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.vtkVolumeContourSpectrumFilter.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 arc Id for which the contour signature has to be computed. Default value: 0.

Set the scalar field Id Default value: 0.

Set the number of samples in the output signature Default value: 100.

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.vtkVolumeContourSpectrumFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

static new int Kitware.VTK.vtkVolumeContourSpectrumFilter.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.vtkVolumeContourSpectrumFilter.SetArcId ( int  _arg) [virtual]

Set the arc Id for which the contour signature has to be computed. Default value: 0.

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

Set the scalar field Id Default value: 0.

Set the number of samples in the output signature Default value: 100.

static internal IntPtr Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_GetOutput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_SetArcId_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_SetFieldId_11 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_SetNumberOfSamples_12 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVolumeContourSpectrumFilter.MRClassNameKey = "30vtkVolumeContourSpectrumFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


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