Salome HOME
IMPs 21044, 21057, 21067
[modules/geom.git] / src / OBJECT / GEOM_Actor.h
index e31ea1990c431eb3d378a2ea97752f7396beea37..20b08b4c928b9f4ec8b3d361296554d590f3554c 100644 (file)
@@ -63,13 +63,11 @@ public:
   static GEOM_Actor* New();
 
   void SetShape(const TopoDS_Shape& theShape,
-                float theDeflection,
-                bool theIsRelative,
-                bool theIsVector = false);
+               float theDeflection,
+               bool theIsVector = false);
 
-  void SetDeflection(float theDeflection, bool theIsRelative);
+  void SetDeflection(float theDeflection);
   float GetDeflection() const{ return myDeflection;}
-  bool GetIsRelative() const{ return myIsRelative;}
 
   void AddToRender(vtkRenderer* theRenderer);
   void RemoveFromRender(vtkRenderer* theRenderer);
@@ -186,7 +184,6 @@ private:
   bool isOnlyVertex;
 
   float myDeflection;
-  bool myIsRelative;
   bool myIsForced;
 
   //  EDisplayMode myDisplayMode;
@@ -226,3 +223,5 @@ private:
 };
 
 #endif //GEOM_ACTOR_H
+
+