Salome HOME
New mesh icon if geometry changes
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 93359e4bfd54f68f0f107ef2600dcd59a62b4526..3f03b67b2363255e273dbfceb5b716ee5f665cbb 100644 (file)
@@ -159,6 +159,12 @@ public:
   // Update study
   void UpdateStudy();
 
+  // Do provide info on objects
+  bool hasObjectInfo();
+
+  // Return an information for a given object
+  char* getObjectInfo(const char* entry);
+
   // Create hypothesis/algorithm of given type
   SMESH::SMESH_Hypothesis_ptr CreateHypothesis (const char* theHypType,
                                                 const char* theLibName)