VTK
vtkProcrustesAlignmentFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkProcrustesAlignmentFilter.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
58#ifndef vtkProcrustesAlignmentFilter_h
59#define vtkProcrustesAlignmentFilter_h
60
61#include "vtkFiltersHybridModule.h" // For export macro
63
65class vtkPointSet;
66class vtkPoints;
67
68class VTKFILTERSHYBRID_EXPORT vtkProcrustesAlignmentFilter : public vtkMultiBlockDataSetAlgorithm
69{
70public:
72
76 void PrintSelf(ostream& os, vtkIndent indent);
77
82
84
89 vtkGetObjectMacro(LandmarkTransform,vtkLandmarkTransform);
91
93
96 vtkGetObjectMacro(MeanPoints,vtkPoints);
98
100
106 vtkSetMacro(StartFromCentroid, bool);
107 vtkGetMacro(StartFromCentroid, bool);
108 vtkBooleanMacro(StartFromCentroid, bool);
110
112
121 vtkSetMacro(OutputPointsPrecision,int);
122 vtkGetMacro(OutputPointsPrecision,int);
124
125protected:
128
133
135
137
140
141private:
143 void operator=(const vtkProcrustesAlignmentFilter&) VTK_DELETE_FUNCTION;
144};
145
146#endif
147
148
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
a linear transform specified by two corresponding point sets
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:43
represent and manipulate 3D points
Definition: vtkPoints.h:40
aligns a set of pointsets together
void PrintSelf(ostream &os, vtkIndent indent)
Prints information about the state of the filter.
static vtkProcrustesAlignmentFilter * New()
Creates with similarity transform.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Usual data generation method.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.