ActiViz .NET
5.8.0
|
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...
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. |
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.
static Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkVolumeContourSpectrumFilter.GetArcId | ( | ) | [virtual] |
Set the arc Id for which the contour signature has to be computed. Default value: 0.
virtual int Kitware.VTK.vtkVolumeContourSpectrumFilter.GetFieldId | ( | ) | [virtual] |
Set the scalar field Id Default value: 0.
virtual int Kitware.VTK.vtkVolumeContourSpectrumFilter.GetNumberOfSamples | ( | ) | [virtual] |
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.
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.
static new vtkVolumeContourSpectrumFilter Kitware.VTK.vtkVolumeContourSpectrumFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkVolumeContourSpectrumFilter Kitware.VTK.vtkVolumeContourSpectrumFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
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.
virtual void Kitware.VTK.vtkVolumeContourSpectrumFilter.SetNumberOfSamples | ( | int | _arg | ) | [virtual] |
Set the number of samples in the output signature Default value: 100.
static internal int Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_GetArcId_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_GetFieldId_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_GetNumberOfSamples_03 | ( | HandleRef | pThis | ) | [private] |
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 int Kitware.VTK.vtkVolumeContourSpectrumFilter.vtkVolumeContourSpectrumFilter_IsTypeOf_06 | ( | 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] |
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.