OGS
CellRule.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 namespace MeshLib
14 {
15 
16 class Element;
17 
18 class CellRule
19 {
20 public:
22  static const unsigned dimension = 3u;
23 
32  static bool testElementNodeOrder(Element const& e);
33 }; /* class */
34 
35 } // namespace MeshLib
static const unsigned dimension
Constant: Dimension of this mesh element.
Definition: CellRule.h:22
static bool testElementNodeOrder(Element const &e)
Definition: CellRule.cpp:19