]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDSAbs_ElementType.hxx
Salome HOME
PAL14858 (The Mesh Info Dialog Box is too slow)
[modules/smesh.git] / src / SMDS / SMDSAbs_ElementType.hxx
index fed89972f798f7448b7689e3913580c9ffa80761..996b4a903c4116b18e566891c30b2ad6ddd95732 100644 (file)
@@ -38,4 +38,10 @@ enum SMDSAbs_ElementType
        SMDSAbs_Volume
 };
 
+enum SMDSAbs_ElementOrder {
+  ORDER_ANY,          /*! entities of any order */
+  ORDER_LINEAR,       /*! entities of 1st order */
+  ORDER_QUADRATIC     /*! entities of 2nd order */
+};
+
 #endif