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

vtkAreaContourSpectrumFilter - compute an approximation of the area contour signature (evolution of the area of the input surface along an arc of the Reeb graph). More...

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

List of all members.

Public Member Functions

 vtkAreaContourSpectrumFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAreaContourSpectrumFilter ()
 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 vtkAreaContourSpectrumFilter 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
vtkAreaContourSpectrumFilter 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkAreaContourSpectrumFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkAreaContourSpectrumFilter"
 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 vtkAreaContourSpectrumFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAreaContourSpectrumFilter_GetArcId_01 (HandleRef pThis)
static internal int vtkAreaContourSpectrumFilter_GetFieldId_02 (HandleRef pThis)
static internal int vtkAreaContourSpectrumFilter_GetNumberOfSamples_03 (HandleRef pThis)
static internal IntPtr vtkAreaContourSpectrumFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAreaContourSpectrumFilter_IsA_05 (HandleRef pThis, string type)
static internal int vtkAreaContourSpectrumFilter_IsTypeOf_06 (string type)
static internal IntPtr vtkAreaContourSpectrumFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAreaContourSpectrumFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAreaContourSpectrumFilter_SetArcId_10 (HandleRef pThis, int _arg)
static internal void vtkAreaContourSpectrumFilter_SetFieldId_11 (HandleRef pThis, int _arg)
static internal void vtkAreaContourSpectrumFilter_SetNumberOfSamples_12 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkAreaContourSpectrumFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAreaContourSpectrumFilter - compute an approximation of the area contour signature (evolution of the area of the input surface along an arc of the Reeb graph).

Description The filter takes a vtkPolyData 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 vtkPolyData, see SetFieldId (default: 0). The filter will abort if this field does not exist.

The filter outputs a vtkTable with the area 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.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter ( 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.vtkAreaContourSpectrumFilter.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.vtkAreaContourSpectrumFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

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

virtual void Kitware.VTK.vtkAreaContourSpectrumFilter.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.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_GetOutput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SetArcId_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SetFieldId_11 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SetNumberOfSamples_12 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAreaContourSpectrumFilter.MRClassNameKey = "28vtkAreaContourSpectrumFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


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