58 #ifndef __vtkProcrustesAlignmentFilter_h
59 #define __vtkProcrustesAlignmentFilter_h
91 void SetNumberOfInputs(
int n);
104 vtkSetMacro(StartFromCentroid,
bool);
105 vtkGetMacro(StartFromCentroid,
bool);
106 vtkBooleanMacro(StartFromCentroid,
bool);
vtkLandmarkTransform * LandmarkTransform
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInput(vtkDataObject *)
aligns a set of pointsets together
vtkDataObject * GetInput()
abstract class for specifying dataset behavior
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
general representation of visualization data
represent and manipulate 3D points