|
ActiViz .NET
5.8.0
|
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...
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 long | GetArcId () |
| Set the arc Id for which the contour signature has to be computed. Default value: 0. | |
| virtual long | 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 (long _arg) |
| Set the arc Id for which the contour signature has to be computed. Default value: 0. | |
| virtual void | SetFieldId (long _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 long | vtkAreaContourSpectrumFilter_GetArcId_01 (HandleRef pThis) |
| static internal long | 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, long _arg) |
| static internal void | vtkAreaContourSpectrumFilter_SetFieldId_11 (HandleRef pThis, long _arg) |
| static internal void | vtkAreaContourSpectrumFilter_SetNumberOfSamples_12 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkAreaContourSpectrumFilter () |
| Automatically generated type registration mechanics. | |
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.
| static Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter | ( | ) | [static, private] |
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.
| 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.
| virtual long Kitware.VTK.vtkAreaContourSpectrumFilter.GetArcId | ( | ) | [virtual] |
Set the arc Id for which the contour signature has to be computed. Default value: 0.
| virtual long Kitware.VTK.vtkAreaContourSpectrumFilter.GetFieldId | ( | ) | [virtual] |
Set the scalar field Id Default value: 0.
| virtual int Kitware.VTK.vtkAreaContourSpectrumFilter.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.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.
| static new vtkAreaContourSpectrumFilter Kitware.VTK.vtkAreaContourSpectrumFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
| static new vtkAreaContourSpectrumFilter Kitware.VTK.vtkAreaContourSpectrumFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
| virtual void Kitware.VTK.vtkAreaContourSpectrumFilter.SetArcId | ( | long | _arg | ) | [virtual] |
Set the arc Id for which the contour signature has to be computed. Default value: 0.
| virtual void Kitware.VTK.vtkAreaContourSpectrumFilter.SetFieldId | ( | long | _arg | ) | [virtual] |
Set the scalar field Id Default value: 0.
| virtual void Kitware.VTK.vtkAreaContourSpectrumFilter.SetNumberOfSamples | ( | int | _arg | ) | [virtual] |
Set the number of samples in the output signature Default value: 100.
| static internal long Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_GetArcId_01 | ( | HandleRef | pThis | ) | [private] |
| static internal long Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_GetFieldId_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_GetNumberOfSamples_03 | ( | HandleRef | pThis | ) | [private] |
| 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 int Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_IsTypeOf_06 | ( | 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, |
| long | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SetFieldId_11 | ( | HandleRef | pThis, |
| long | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAreaContourSpectrumFilter.vtkAreaContourSpectrumFilter_SetNumberOfSamples_12 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
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.
1.7.6.1