]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_IPresentable.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.h
index c300c1b421e6594c40a8b5f9f3f139bc8ef4ba07..34868048a92877e79b8617abb5ad85bba607c8c1 100644 (file)
@@ -8,14 +8,14 @@
 #include "GeomAPI_AISObject.h"
 
 /**
-* A class which defines an interface of object which is able to create its own presentation
-*/ 
+ * A class which defines an interface of object which is able to create its own presentation
+ */
 class GeomAPI_IPresentable
 {
-public:
+ public:
   /** Returns the AIS preview
-  *   \param thePrevious - defines a presentation if it was created previously
-  */
+   *   \param thePrevious - defines a presentation if it was created previously
+   */
   virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious) = 0;
 };