42 namespace NekMeshUtils
 
   53              vector<NodeSharedPtr> pNodeList,
 
   55     : 
Element(pConf, GetNumNodes(pConf), pNodeList.size())
 
Basic information about an element. 
ElementFactory & GetElementFactory()
std::vector< int > m_taglist
List of integers specifying properties of the element. 
std::vector< NodeSharedPtr > m_vertex
List of element vertex nodes. 
unsigned int m_dim
Dimension of the element. 
std::string m_tag
Tag character describing the element. 
static NEKMESHUTILS_EXPORT unsigned int GetNumNodes(ElmtConfig pConf)
Return the number of nodes defining a point (i.e. return 1). 
Base class for element definitions. 
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, tDescription pDesc="")
Register a class with the factory.