Salome HOME
#refs 327 - Polyline is not shown during creation
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Actor.h
index 19d6eb53e9a6ca0955cb46747e7f213635907a34..68b6e996353b88665d18f0a4ca8e7cd6c0771227 100644 (file)
@@ -10,14 +10,17 @@ public:
   vtkTypeMacro( HYDROGUI_Actor, GEOM_Actor );
   static HYDROGUI_Actor* New();
 
-  void SetMapper( vtkMapper* theMapper );
-
-  //virtual double* GetBounds();
   virtual void SetTransform( VTKViewer_Transform* theTransform );
 
   void SetShape(const TopoDS_Shape& theShape,
                 float theDeflection,
                 bool theIsVector = false);
+
+  protected:
+  virtual void SetMapper(vtkMapper*);
+
+  HYDROGUI_Actor();
+  ~HYDROGUI_Actor();
 };
 
 #endif