#include <vtkSurfaceReconstructionFilter.h>
Inheritance diagram for vtkSurfaceReconstructionFilter:
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
Definition at line 49 of file vtkSurfaceReconstructionFilter.h.
Public Types | |
typedef vtkDataSetToImageFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | GetNeighborhoodSize () |
virtual void | SetNeighborhoodSize (int) |
virtual double | GetSampleSpacing () |
virtual void | SetSampleSpacing (double) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkSurfaceReconstructionFilter * | SafeDownCast (vtkObject *o) |
vtkSurfaceReconstructionFilter * | New () |
Protected Member Functions | |
vtkSurfaceReconstructionFilter () | |
~vtkSurfaceReconstructionFilter () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *) |
Protected Attributes | |
int | NeighborhoodSize |
double | SampleSpacing |
|
Reimplemented from vtkDataSetToImageFilter. Definition at line 52 of file vtkSurfaceReconstructionFilter.h. |
|
|
|
Definition at line 78 of file vtkSurfaceReconstructionFilter.h. |
|
Reimplemented from vtkDataSetToImageFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToImageFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToImageFilter. |
|
Reimplemented from vtkDataSetToImageFilter. |
|
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 vtkDataSetToImageFilter. |
|
Construct with NeighborhoodSize=20. Reimplemented from vtkAlgorithm. |
|
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 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. |
|
Specify the spacing of the 3D sampling grid. If not set, a reasonable guess will be made. |
|
Reimplemented from vtkSource. |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkSource. |
|
Definition at line 83 of file vtkSurfaceReconstructionFilter.h. |
|
Definition at line 84 of file vtkSurfaceReconstructionFilter.h. |