1 #include "vtkTransform.h"
3 #include "vtkMatrix4x4.h"
9 class PlaneReorientation
12 //------------------//
14 //------------------//
16 ~PlaneReorientation();
18 void SetVectors(std::vector<int> pointsX, std::vector<int> pointsY, std::vector<int> pointsZ, std::vector<std::string> labels);
19 void CalculateNormal();
20 vtkTransform* getTransform();
25 vtkTransform *_transform;