Salome HOME
SIMAN removal
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 1306b65bec1936b2506709e04beafdde2531bf8d..7f642720517fc7d3a7018437cd9877102002de74 100644 (file)
@@ -491,13 +491,6 @@ public:
 
   void CleanPythonTrace (int theStudyID);
 
-  // SIMAN-related functions (check out/check in) : import data to study
-  virtual Engines::ListOfIdentifiers* importData(CORBA::Long studyId,
-                                                 Engines::DataContainer_ptr data,
-                                                 const Engines::ListOfOptions& options);
-  // SIMAN-related functions (check out/check in) : get modified data
-  virtual Engines::ListOfData* getModifiedData(CORBA::Long studyId);
-
   // *****************************************
   // Internal methods
   // *****************************************
@@ -609,36 +602,36 @@ public:
                                 CORBA::Boolean        toCheckAll);
 
   SMESH::long_array* GetInsideSphere( SMESH::SMESH_IDSource_ptr meshPart,
-                                     SMESH::ElementType        theElemType,
-                                     CORBA::Double             theX,
-                                     CORBA::Double             theY,
-                                     CORBA::Double             theZ,
-                                     CORBA::Double             theR);
+                                      SMESH::ElementType        theElemType,
+                                      CORBA::Double             theX,
+                                      CORBA::Double             theY,
+                                      CORBA::Double             theZ,
+                                      CORBA::Double             theR);
 
   SMESH::long_array* GetInsideBox( SMESH::SMESH_IDSource_ptr meshPart,
-                                  SMESH::ElementType        theElemType,
-                                  CORBA::Double             theX1, 
-                                  CORBA::Double             theY1, 
-                                  CORBA::Double             theZ1,
-                                  CORBA::Double             theX2,
-                                  CORBA::Double             theY2,
-                                  CORBA::Double             theZ2);    
+                                   SMESH::ElementType        theElemType,
+                                   CORBA::Double             theX1,
+                                   CORBA::Double             theY1,
+                                   CORBA::Double             theZ1,
+                                   CORBA::Double             theX2,
+                                   CORBA::Double             theY2,
+                                   CORBA::Double             theZ2);
 
   SMESH::long_array* GetInsideCylinder( SMESH::SMESH_IDSource_ptr meshPart,
-                                       SMESH::ElementType        theElemType,
-                                       CORBA::Double             theX, 
-                                       CORBA::Double             theY, 
-                                       CORBA::Double             theZ,
-                                       CORBA::Double             theDX, 
-                                       CORBA::Double             theDY, 
-                                       CORBA::Double             theDZ,
-                                       CORBA::Double             theH,
-                                       CORBA::Double             theR );
+                                        SMESH::ElementType        theElemType,
+                                        CORBA::Double             theX,
+                                        CORBA::Double             theY,
+                                        CORBA::Double             theZ,
+                                        CORBA::Double             theDX,
+                                        CORBA::Double             theDY,
+                                        CORBA::Double             theDZ,
+                                        CORBA::Double             theH,
+                                        CORBA::Double             theR );
 
   SMESH::long_array* GetInside( SMESH::SMESH_IDSource_ptr meshPart,
-                               SMESH::ElementType        theElemType,
-                               GEOM::GEOM_Object_ptr     theGeom,
-                               CORBA::Double             theTolerance );
+                                SMESH::ElementType        theElemType,
+                                GEOM::GEOM_Object_ptr     theGeom,
+                                CORBA::Double             theTolerance );
 
 private:
   // Get hypothesis creator
@@ -664,9 +657,9 @@ private:
                         bool                theStudyIsBeingClosed=false);
 
   std::vector<long> _GetInside(SMESH::SMESH_IDSource_ptr meshPart,
-                              SMESH::ElementType     theElemType,
-                              TopoDS_Shape& aShape,
-                              double* theTolerance = NULL);
+                               SMESH::ElementType     theElemType,
+                               TopoDS_Shape& aShape,
+                               double* theTolerance = NULL);
 
 private:
   static GEOM::GEOM_Gen_var      myGeomGen;
@@ -695,8 +688,6 @@ private:
   std::vector< int >                                       myLastParamIndex;
   std::vector< std::string >                               myLastParameters;
   std::string                                              myLastObj;
-  int                                                      myImportedStudyId;      // SIMAN: identifier of the imported in importData study to keep no-modifiection flag for getModifiedData method
-  int                                                      myImportedStudyChanged; // SIMAN: flag that indicates that the imported study has been changed (by creation of the additional mesh)
 };