IOSS 2.0
Loading...
Searching...
No Matches
Iotm::text_mesh::EntityGroupData< T > Struct Template Reference

#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< DataTypedata {}
 

Static Public Attributes

static constexpr unsigned INVALID_ID = std::numeric_limits<unsigned>::max()
 

Member Typedef Documentation

◆ DataType

template<typename T >
using Iotm::text_mesh::EntityGroupData< T >::DataType = T

Member Function Documentation

◆ has_name()

template<typename T >
bool Iotm::text_mesh::EntityGroupData< T >::has_name ( ) const
inline

◆ has_valid_id()

template<typename T >
bool Iotm::text_mesh::EntityGroupData< T >::has_valid_id ( ) const
inline

Member Data Documentation

◆ data

template<typename T >
std::vector<DataType> Iotm::text_mesh::EntityGroupData< T >::data {}

◆ hasInputName

template<typename T >
bool Iotm::text_mesh::EntityGroupData< T >::hasInputName = false

◆ id

template<typename T >
unsigned Iotm::text_mesh::EntityGroupData< T >::id = INVALID_ID

◆ INVALID_ID

template<typename T >
constexpr unsigned Iotm::text_mesh::EntityGroupData< T >::INVALID_ID = std::numeric_limits<unsigned>::max()
staticconstexpr

◆ name

template<typename T >
std::string Iotm::text_mesh::EntityGroupData< T >::name = ""

◆ type

template<typename T >
std::string Iotm::text_mesh::EntityGroupData< T >::type = ""

The documentation for this struct was generated from the following file: