35 #ifndef NEKMESHUTILS_MESHELEMENTS_COMPOSITE 36 #define NEKMESHUTILS_MESHELEMENTS_COMPOSITE 43 namespace NekMeshUtils
std::vector< ElementSharedPtr > m_items
List of elements in this composite.
std::map< unsigned int, CompositeSharedPtr > CompositeMap
Container of composites; key is the composite id, value is the composite.
bool m_reorder
Determines whether items can be reordered.
A composite is a collection of elements.
NEKMESHUTILS_EXPORT Composite()
unsigned int m_id
ID of composite.
#define NEKMESHUTILS_EXPORT
std::shared_ptr< Composite > CompositeSharedPtr
Shared pointer to a composite.
std::string m_label
boundary label
std::string m_tag
Element type tag.