43#ifndef vtkProcrustesAlignmentFilter_h 
   44#define vtkProcrustesAlignmentFilter_h 
   46#include "vtkFiltersHybridModule.h"  
   49VTK_ABI_NAMESPACE_BEGIN
 
   92  vtkSetMacro(StartFromCentroid, 
bool);
 
   93  vtkGetMacro(StartFromCentroid, 
bool);
 
   94  vtkBooleanMacro(StartFromCentroid, 
bool);
 
  107  vtkSetMacro(OutputPointsPrecision, 
int);
 
  108  vtkGetMacro(OutputPointsPrecision, 
int);
 
a simple class to control print indentation
 
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
 
concrete class for storing a set of points
 
represent and manipulate 3D points
 
aligns a set of pointsets together
 
void PrintSelf(ostream &os, vtkIndent indent) override
Prints information about the state of the filter.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Usual data generation method.
 
int OutputPointsPrecision
 
static vtkProcrustesAlignmentFilter * New()
Creates with similarity transform.
 
vtkLandmarkTransform * LandmarkTransform
 
~vtkProcrustesAlignmentFilter() override
 
vtkProcrustesAlignmentFilter()