]> 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 94319f90c35875c8a39e7cdfb6c9a3a9214c0e3a..996b4a903c4116b18e566891c30b2ad6ddd95732 100644 (file)
@@ -16,7 +16,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org or email : webmaster@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -30,7 +30,7 @@
 /// Type (node, edge, face or volume) of elements
 ///////////////////////////////////////////////////////////////////////////////
 enum SMDSAbs_ElementType
-{ 
+{
        SMDSAbs_All,
        SMDSAbs_Node,
        SMDSAbs_Edge,
@@ -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