43 #ifndef vtkProcrustesAlignmentFilter_h
44 #define vtkProcrustesAlignmentFilter_h
46 #include "vtkFiltersHybridModule.h"
49 VTK_ABI_NAMESPACE_BEGIN
92 vtkSetMacro(StartFromCentroid,
bool);
93 vtkGetMacro(StartFromCentroid,
bool);
94 vtkBooleanMacro(StartFromCentroid,
bool);
107 vtkSetMacro(OutputPointsPrecision,
int);
108 vtkGetMacro(OutputPointsPrecision,
int);
132 VTK_ABI_NAMESPACE_END
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