]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_Position.hxx
Salome HOME
0020672: EDF 1243 SMESH : Be able to transform mixed mesh
[modules/smesh.git] / src / SMDS / SMDS_Position.hxx
index 687bc098ebcf97c90ddd81023773089ae6245df2..c4cf06a47c55d3735b50983287f76292b09c42c2 100644 (file)
@@ -38,18 +38,18 @@ class SMDS_EXPORT SMDS_Position
 {
 
   public:
-       const virtual double * Coords() const = 0;
-       virtual SMDS_TypeOfPosition GetTypeOfPosition() const = 0;
-       virtual int GetDim() const;
-       void SetShapeId(int aShapeId);
-       int GetShapeId() const;
-       virtual ~SMDS_Position() {}
+        const virtual double * Coords() const = 0;
+        virtual SMDS_TypeOfPosition GetTypeOfPosition() const = 0;
+        virtual int GetDim() const;
+        void SetShapeId(int aShapeId);
+        int GetShapeId() const;
+        virtual ~SMDS_Position() {}
 
   protected:
-         SMDS_Position(int aShapeId);
+          SMDS_Position(int aShapeId);
 
   private:
-       int myShapeId;
+        int myShapeId;
 };