52 #ifndef vtkProcrustesAlignmentFilter_h
53 #define vtkProcrustesAlignmentFilter_h
55 #include "vtkFiltersHybridModule.h"
100 vtkSetMacro(StartFromCentroid,
bool);
101 vtkGetMacro(StartFromCentroid,
bool);
102 vtkBooleanMacro(StartFromCentroid,
bool);
115 vtkSetMacro(OutputPointsPrecision,
int);
116 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
abstract class for specifying dataset behavior
represent and manipulate 3D points
aligns a set of pointsets together
void PrintSelf(ostream &os, vtkIndent indent) override
Prints information about the state of the filter.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Usual data generation method.
static vtkProcrustesAlignmentFilter * New()
Creates with similarity transform.
int OutputPointsPrecision
vtkLandmarkTransform * LandmarkTransform
~vtkProcrustesAlignmentFilter() override
vtkProcrustesAlignmentFilter()