 |
VTK
9.1.0
|
Go to the documentation of this file.
71 #ifndef vtkProcrustesAlignmentFilter_h
72 #define vtkProcrustesAlignmentFilter_h
74 #include "vtkFiltersHybridModule.h"
119 vtkSetMacro(StartFromCentroid,
bool);
120 vtkGetMacro(StartFromCentroid,
bool);
121 vtkBooleanMacro(StartFromCentroid,
bool);
134 vtkSetMacro(OutputPointsPrecision,
int);
135 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.
concrete class for storing a set of points
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.