Salome HOME
21854: Add persistent dimensions
[modules/geom.git] / src / GEOMGUI / GEOMGUI_Selection.h
index b2738f75f0919ec7a0556edda7e09b8db81e52c0..a9c17665e6fd20300705561ab250add8fed795f3 100644 (file)
@@ -78,6 +78,11 @@ private:
 
   bool                  isComponent( const int ) const;
   bool                  isFolder( const int ) const;
+
+  bool                  hasDimensions( const int, bool&, bool& ) const;
+  bool                  hasHiddenDimensions( const int ) const;
+  bool                  hasVisibleDimensions( const int ) const;
+
   GEOM::GEOM_Object_ptr getObject( const int ) const;
   GEOM::GEOM_BaseObject_ptr getBaseObject( const int ) const;