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