 |
VTK
9.0.1
|
Go to the documentation of this file.
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);
represent and manipulate 3D points
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
aligns a set of pointsets together
a simple class to control print indentation
int OutputPointsPrecision
vtkLandmarkTransform * LandmarkTransform
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class for specifying dataset behavior
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.