ActiViz .NET
5.8.0
|
vtkReebGraphSurfaceSkeletonFilter - compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (vtkPolyData). More...
Public Member Functions | |
vtkReebGraphSurfaceSkeletonFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkReebGraphSurfaceSkeletonFilter () | |
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 vtkReebGraphSurfaceSkeletonFilter | 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 vtkReebGraphSurfaceSkeletonFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkReebGraphSurfaceSkeletonFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "33vtkReebGraphSurfaceSkeletonFilter" |
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 | vtkReebGraphSurfaceSkeletonFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkReebGraphSurfaceSkeletonFilter_GetFieldId_01 (HandleRef pThis) |
static internal int | vtkReebGraphSurfaceSkeletonFilter_GetNumberOfSamples_02 (HandleRef pThis) |
static internal int | vtkReebGraphSurfaceSkeletonFilter_GetNumberOfSmoothingIterations_03 (HandleRef pThis) |
static internal IntPtr | vtkReebGraphSurfaceSkeletonFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkReebGraphSurfaceSkeletonFilter_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkReebGraphSurfaceSkeletonFilter_IsTypeOf_06 (string type) |
static internal IntPtr | vtkReebGraphSurfaceSkeletonFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkReebGraphSurfaceSkeletonFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkReebGraphSurfaceSkeletonFilter_SetFieldId_10 (HandleRef pThis, int _arg) |
static internal void | vtkReebGraphSurfaceSkeletonFilter_SetNumberOfSamples_11 (HandleRef pThis, int _arg) |
static internal void | vtkReebGraphSurfaceSkeletonFilter_SetNumberOfSmoothingIterations_12 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkReebGraphSurfaceSkeletonFilter () |
Automatically generated type registration mechanics. |
vtkReebGraphSurfaceSkeletonFilter - compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (vtkPolyData).
Description The filter takes a vtkPolyData 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).
static Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.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.vtkReebGraphSurfaceSkeletonFilter.GetFieldId | ( | ) | [virtual] |
Set the scalar field Id Default value: 0.
virtual int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.GetNumberOfSamples | ( | ) | [virtual] |
Set the number of samples along each arc of the Reeb graph Default value: 5.
virtual int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.GetNumberOfSmoothingIterations | ( | ) | [virtual] |
Set the number of optional smoothing iterations Default value: 30.
Set the scalar field Id Default value: 0.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
override int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkReebGraphSurfaceSkeletonFilter Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkReebGraphSurfaceSkeletonFilter Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
virtual void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.SetFieldId | ( | int | _arg | ) | [virtual] |
Set the scalar field Id Default value: 0.
virtual void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.SetNumberOfSamples | ( | int | _arg | ) | [virtual] |
Set the number of samples along each arc of the Reeb graph Default value: 5.
virtual void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.SetNumberOfSmoothingIterations | ( | int | _arg | ) | [virtual] |
Set the number of optional smoothing iterations Default value: 30.
static internal int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_GetFieldId_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_GetNumberOfSamples_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_GetNumberOfSmoothingIterations_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_GetOutput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_SetFieldId_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_SetNumberOfSamples_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.vtkReebGraphSurfaceSkeletonFilter_SetNumberOfSmoothingIterations_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.MRClassNameKey = "33vtkReebGraphSurfaceSkeletonFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
new const string Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter.MRFullTypeName = "Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.