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