55 #ifndef vtkProcrustesAlignmentFilter_h
56 #define vtkProcrustesAlignmentFilter_h
58 #include "vtkFiltersHybridModule.h"
103 vtkSetMacro(StartFromCentroid,
bool);
104 vtkGetMacro(StartFromCentroid,
bool);
105 vtkBooleanMacro(StartFromCentroid,
bool);
118 vtkSetMacro(OutputPointsPrecision,
int);
119 vtkGetMacro(OutputPointsPrecision,
int);
vtkLandmarkTransform * LandmarkTransform
aligns a set of pointsets together
concrete class for storing a set of points
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int OutputPointsPrecision
represent and manipulate 3D points