ActiViz .NET
5.8.0
|
vtkSurfaceReconstructionFilter - reconstructs a surface from unorganized points More...
Public Member Functions | |
vtkSurfaceReconstructionFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSurfaceReconstructionFilter () | |
Construct with NeighborhoodSize=20. | |
virtual int | GetNeighborhoodSize () |
Specify the number of neighbors each point has, used for estimating the local surface orientation. The default value of 20 should be OK for most applications, higher values can be specified if the spread of points is uneven. Values as low as 10 may yield adequate results for some surfaces. Higher values cause the algorithm to take longer. Higher values will cause errors on sharp boundaries. | |
virtual double | GetSampleSpacing () |
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSurfaceReconstructionFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetNeighborhoodSize (int _arg) |
Specify the number of neighbors each point has, used for estimating the local surface orientation. The default value of 20 should be OK for most applications, higher values can be specified if the spread of points is uneven. Values as low as 10 may yield adequate results for some surfaces. Higher values cause the algorithm to take longer. Higher values will cause errors on sharp boundaries. | |
virtual void | SetSampleSpacing (double _arg) |
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made. | |
Static Public Member Functions | |
static new vtkSurfaceReconstructionFilter | New () |
Construct with NeighborhoodSize=20. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSurfaceReconstructionFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSurfaceReconstructionFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkSurfaceReconstructionFilter" |
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 | vtkSurfaceReconstructionFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSurfaceReconstructionFilter_GetNeighborhoodSize_01 (HandleRef pThis) |
static internal double | vtkSurfaceReconstructionFilter_GetSampleSpacing_02 (HandleRef pThis) |
static internal int | vtkSurfaceReconstructionFilter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkSurfaceReconstructionFilter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkSurfaceReconstructionFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSurfaceReconstructionFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSurfaceReconstructionFilter_SetNeighborhoodSize_08 (HandleRef pThis, int _arg) |
static internal void | vtkSurfaceReconstructionFilter_SetSampleSpacing_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkSurfaceReconstructionFilter () |
Automatically generated type registration mechanics. |
vtkSurfaceReconstructionFilter - reconstructs a surface from unorganized points
Description vtkSurfaceReconstructionFilter takes a list of points assumed to lie on the surface of a solid 3D object. A signed measure of the distance to the surface is computed and sampled on a regular grid. The grid can then be contoured at zero to extract the surface. The default values for neighborhood size and sample spacing should give reasonable results for most uses but can be set if desired. This procedure is based on the PhD work of Hugues Hoppe: http://www.research.microsoft.com/~hoppe
static Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct with NeighborhoodSize=20.
override void Kitware.VTK.vtkSurfaceReconstructionFilter.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.vtkImageAlgorithm.
virtual int Kitware.VTK.vtkSurfaceReconstructionFilter.GetNeighborhoodSize | ( | ) | [virtual] |
Specify the number of neighbors each point has, used for estimating the local surface orientation. The default value of 20 should be OK for most applications, higher values can be specified if the spread of points is uneven. Values as low as 10 may yield adequate results for some surfaces. Higher values cause the algorithm to take longer. Higher values will cause errors on sharp boundaries.
virtual double Kitware.VTK.vtkSurfaceReconstructionFilter.GetSampleSpacing | ( | ) | [virtual] |
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made.
override int Kitware.VTK.vtkSurfaceReconstructionFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkSurfaceReconstructionFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkSurfaceReconstructionFilter Kitware.VTK.vtkSurfaceReconstructionFilter.New | ( | ) | [static] |
Construct with NeighborhoodSize=20.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkSurfaceReconstructionFilter Kitware.VTK.vtkSurfaceReconstructionFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkSurfaceReconstructionFilter.SetNeighborhoodSize | ( | int | _arg | ) | [virtual] |
Specify the number of neighbors each point has, used for estimating the local surface orientation. The default value of 20 should be OK for most applications, higher values can be specified if the spread of points is uneven. Values as low as 10 may yield adequate results for some surfaces. Higher values cause the algorithm to take longer. Higher values will cause errors on sharp boundaries.
virtual void Kitware.VTK.vtkSurfaceReconstructionFilter.SetSampleSpacing | ( | double | _arg | ) | [virtual] |
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made.
static internal int Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_GetNeighborhoodSize_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_GetSampleSpacing_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_SetNeighborhoodSize_08 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSurfaceReconstructionFilter.vtkSurfaceReconstructionFilter_SetSampleSpacing_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSurfaceReconstructionFilter.MRClassNameKey = "30vtkSurfaceReconstructionFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkSurfaceReconstructionFilter.MRFullTypeName = "Kitware.VTK.vtkSurfaceReconstructionFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.