#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 38 of file vtkSurfaceReconstructionFilter.h.
virtual int | GetNeighborhoodSize () |
virtual void | SetNeighborhoodSize (int) |
static vtkSurfaceReconstructionFilter * | New () |
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double | GetSampleSpacing () |
virtual void | SetSampleSpacing (double) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSurfaceReconstructionFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSurfaceReconstructionFilter () | |
~vtkSurfaceReconstructionFilter () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Attributes | |
int | NeighborhoodSize |
double | SampleSpacing |
|
Reimplemented from vtkImageAlgorithm. Definition at line 41 of file vtkSurfaceReconstructionFilter.h. |
|
|
|
Definition at line 67 of file vtkSurfaceReconstructionFilter.h. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 76 of file vtkSurfaceReconstructionFilter.h. |
|
Definition at line 77 of file vtkSurfaceReconstructionFilter.h. |