]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/creaVtkPlaneWidget.h
2164 creaVtk Feature New Normal new outputs for the vtkPlaneWidget (center and normal)
[creaVtk.git] / lib / creaVtk / creaVtkPlaneWidget.h
index 8adb38e27a88c6e05c9812190e8f564aaaa76b3b..b0ef2fd2120379c4aa63eaa4c8690ed977695787 100644 (file)
@@ -78,6 +78,8 @@ public :
   vtkPlaneSource* GetPlaneSource();
   void                   SetResolution(int resolution);
   int            GetResolution();
+  std::vector<double> GetCenter();
+  std::vector<double> GetNormal();
 
   void                   Process();
   void                   UpdatePlane();