atlas
|
ElementType class (abstract) that provides access to geometric information of an element. More...
#include <ElementType.h>
Public Member Functions | |
virtual const std::string & | name () const =0 |
virtual idx_t | nb_edges () const =0 |
virtual idx_t | nb_nodes () const =0 |
virtual bool | parametric () const =0 |
Static Public Member Functions | |
static ElementType * | create (const std::string &) |
ElementType class (abstract) that provides access to geometric information of an element.