Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkSurfaceReconstructionFilter, simply invoke its constructor as follows
obj = vtkSurfaceReconstructionFilter
obj
is an instance of the vtkSurfaceReconstructionFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSurfaceReconstructionFilter = obj.NewInstance ()
vtkSurfaceReconstructionFilter = obj.SafeDownCast (vtkObject o)
int = obj.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.
obj.SetNeighborhoodSize (int )
- 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.
double = obj.GetSampleSpacing ()
- Specify the spacing of the 3D sampling grid. If not set, a
reasonable guess will be made.
obj.SetSampleSpacing (double )
- Specify the spacing of the 3D sampling grid. If not set, a
reasonable guess will be made.