Salome HOME
Livraison IHM Hexa7
[modules/hexablock.git] / src / HEXABLOCK / HexQuad.hxx
index 6ebc4262cbe237d051cb145e164e6b52498f03fa..47e9848e2b5ffd46fec53c58215141b95d555b8c 100755 (executable)
 #ifndef __QUAD_H
 #define __QUAD_H
 
-#include "Hex_defines.hxx"
 #include "HexEdge.hxx"
 
 BEGIN_NAMESPACE_HEXA
 
 #ifndef SWIG
-struct HEXABLOCKENGINE_EXPORT StrOrient
+struct StrOrient
 {
    Vertex* v11;     // 1er sommet 1er quad
    Vertex* v12;     // 2eme
@@ -45,7 +44,7 @@ StrOrient ( StrOrient* s)
 };
 #endif
 
-class HEXABLOCKENGINE_EXPORT Quad : public EltBase
+class HexaExport Quad : public EltBase
 {
 public:
     virtual Edge*   getEdge   (int  nro);