IOSS 2.0
|
#include <Iotm_TextMeshEntityGroup.h>
Public Types | |
using | DataType = T |
Public Member Functions | |
bool | has_valid_id () const |
bool | has_name () const |
Public Attributes | |
bool | hasInputName = false |
unsigned | id = INVALID_ID |
std::string | name = "" |
std::string | type = "" |
std::vector< DataType > | data {} |
Static Public Attributes | |
static constexpr unsigned | INVALID_ID = std::numeric_limits<unsigned>::max() |
using Iotm::text_mesh::EntityGroupData< T >::DataType = T |
|
inline |
|
inline |
std::vector<DataType> Iotm::text_mesh::EntityGroupData< T >::data {} |
bool Iotm::text_mesh::EntityGroupData< T >::hasInputName = false |
unsigned Iotm::text_mesh::EntityGroupData< T >::id = INVALID_ID |
|
staticconstexpr |
std::string Iotm::text_mesh::EntityGroupData< T >::name = "" |
std::string Iotm::text_mesh::EntityGroupData< T >::type = "" |