52 #ifndef vtkProcrustesAlignmentFilter_h 53 #define vtkProcrustesAlignmentFilter_h 55 #include "vtkFiltersHybridModule.h" 101 vtkGetMacro(StartFromCentroid,
bool);
116 vtkGetMacro(OutputPointsPrecision,
int);
130 bool StartFromCentroid;
133 int OutputPointsPrecision;
aligns a set of pointsets together
abstract class for specifying dataset behavior
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points