14 #ifndef __vtk_principal_axes_align_h 15 #define __vtk_principal_axes_align_h 16 #include <vtkPolyDataAlgorithm.h> 17 #include <vtkSetGet.h> 18 #include <vtkVersion.h> 33 vtkGetVector3Macro(Center,
double);
34 vtkGetVector3Macro(XAxis,
double);
35 vtkGetVector3Macro(YAxis,
double);
36 vtkGetVector3Macro(ZAxis,
double);
37 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
override;
39 void PrintSelf(ostream& os, vtkIndent indent)
override;
54 double* * eigenvalueProblem;
56 double* * eigenvalueProblemDiag;
57 double* * eigenvectors;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkPrincipalAxesAlign * New()
~vtkPrincipalAxesAlign() override
void PrintSelf(ostream &os, vtkIndent indent) override