]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuDrawAxe3D.h
.
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuDrawAxe3D.h
index aca4d451b96876ebabee6e841b849984ffcc702d..a96ad4fb24928cda456fda4bcc13e177c7ce2c8f 100644 (file)
@@ -6,7 +6,8 @@
 
 #include "vtkRenderer.h"
 #include "vtkPolyData.h"
-
+#include "vtkPolyDataMapper.h"
+#include "vtkLinearTransform.h"
 
 namespace bbcreaMaracasVisu
 {
@@ -16,14 +17,6 @@ class /*BBTK_EXPORT*/ DrawAxe3D
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(DrawAxe3D,bbtk::AtomicBlackBox);
-//==================================================================
-/// User callback called in the box contructor
-virtual void bbUserConstructor();
-/// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor();
-/// User callback called in the box destructor
-virtual void bbUserDestructor();
-//==================================================================
   BBTK_DECLARE_INPUT(Renderer,vtkRenderer*);
   BBTK_DECLARE_INPUT(lstPointX,std::vector<double>);
   BBTK_DECLARE_INPUT(lstPointY,std::vector<double>);
@@ -37,9 +30,10 @@ virtual void bbUserDestructor();
   void Process();
 
   private:
-    bool                       firsttime;
-    vtkPolyData                *mallData;
-       vtkActor                *mvtkactor;
+    bool                               firsttime;
+    vtkPolyData                        *mallData;
+       vtkActor                        *mvtkactor;
+       vtkPolyDataMapper       *polydatamapper;
 };