57 #ifndef __vtkProcrustesAlignmentFilter_h
58 #define __vtkProcrustesAlignmentFilter_h
60 #include "vtkFiltersHybridModule.h"
73 void PrintSelf(ostream& os, vtkIndent indent);
87 vtkGetObjectMacro(MeanPoints,vtkPoints);
94 vtkSetMacro(StartFromCentroid,
bool);
95 vtkGetMacro(StartFromCentroid,
bool);
96 vtkBooleanMacro(StartFromCentroid,
bool);
104 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkLandmarkTransform * LandmarkTransform
aligns a set of pointsets together
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)