#include <vtkSurfaceReconstructionFilter.h>
Inheritance diagram for vtkSurfaceReconstructionFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | GetNeighborhoodSize () |
virtual void | SetNeighborhoodSize (int) |
virtual float | GetSampleSpacing () |
virtual void | SetSampleSpacing (float) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkSurfaceReconstructionFilter * | SafeDownCast (vtkObject *o) |
vtkSurfaceReconstructionFilter * | New () |
Protected Methods | |
vtkSurfaceReconstructionFilter () | |
~vtkSurfaceReconstructionFilter () | |
vtkSurfaceReconstructionFilter (const vtkSurfaceReconstructionFilter &) | |
void | operator= (const vtkSurfaceReconstructionFilter &) |
void | Execute () |
Protected Attributes | |
int | NeighborhoodSize |
float | SampleSpacing |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToStructuredPointsFilter. |
|
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. |
|
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToStructuredPointsFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToStructuredPointsFilter. |
|
Construct with NeighborhoodSize=20. Reimplemented from vtkStructuredPointsSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToStructuredPointsFilter. |