#include <ExoIIInterface.hpp>
Definition at line 77 of file ExoIIInterface.hpp.
◆ anonymous enum
◆ ExoIIInterface()
moab::ExoIIInterface::ExoIIInterface |
( |
| ) |
|
|
inline |
◆ ~ExoIIInterface()
virtual moab::ExoIIInterface::~ExoIIInterface |
( |
| ) |
|
|
inlinevirtual |
◆ element_name_to_type()
virtual ExoIIElementType moab::ExoIIInterface::element_name_to_type |
( |
const char * |
name | ) |
|
|
pure virtual |
◆ element_type_name()
virtual const char* moab::ExoIIInterface::element_type_name |
( |
ExoIIElementType |
type | ) |
|
|
pure virtual |
◆ geometric_dimension()
virtual int moab::ExoIIInterface::geometric_dimension |
( |
const ExoIIElementType |
elem_type | ) |
|
|
pure virtual |
return the geometric dimension of the specified element type
Implemented in moab::ExoIIUtil.
◆ get_element_type()
get the element type of the entity; this entity can either be a meshset, in which case it will be assumed to be a material set meshset, or an individual entity.
Implemented in moab::ExoIIUtil.
◆ has_mid_nodes() [1/2]
virtual void moab::ExoIIInterface::has_mid_nodes |
( |
ExoIIElementType |
elem_type, |
|
|
int * |
array |
|
) |
| |
|
pure virtual |
◆ has_mid_nodes() [2/2]
virtual int moab::ExoIIInterface::has_mid_nodes |
( |
ExoIIElementType |
elem_type, |
|
|
int |
dimension |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: