Public Member Functions | |
void | print () |
void | validate () |
Public Attributes | |
std::string | coor_units |
std::string | prob_time_units |
int | ncell_defs |
int | nnodes_max |
int | nsides_max |
int | nnodes_sides_max |
int | ndim |
int | n_dim_topo |
int | nnodes |
int | nnode_flag_types |
std::vector< int > | nnode_flags |
int | nnode_data |
int | nsides |
int | nside_types |
int | side_types |
int | nside_flag_types |
std::vector< int > | nside_flags |
int | nside_data |
int | ncells |
int | ncell_types |
int | cell_types |
int | ncell_flag_types |
std::vector< int > | ncell_flags |
int | ncell_data |
Definition at line 150 of file ReadRTT.hpp.
|
inline |
Definition at line 180 of file ReadRTT.hpp.
References cell_types, coor_units, n_dim_topo, ncell_data, ncell_defs, ncell_flag_types, ncell_flags, ncell_types, ncells, ndim, nnode_data, nnode_flag_types, nnode_flags, nnodes, nnodes_max, nnodes_sides_max, nside_data, nside_flag_types, nside_flags, nside_types, nsides, nsides_max, prob_time_units, and side_types.
|
inline |
Definition at line 232 of file ReadRTT.hpp.
References ncell_flag_types, ncell_flags, nnode_flag_types, nnode_flags, nside_flag_types, and nside_flags.
Referenced by moab::ReadRTT::parse_dims().
int moab::ReadRTT::dimData::cell_types |
Definition at line 175 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
std::string moab::ReadRTT::dimData::coor_units |
Definition at line 152 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::n_dim_topo |
Definition at line 160 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::ncell_data |
Definition at line 178 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::ncell_defs |
Definition at line 154 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::ncell_flag_types |
Definition at line 176 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::get_tet_data(), moab::ReadRTT::parse_dims(), print(), and validate().
std::vector< int > moab::ReadRTT::dimData::ncell_flags |
Definition at line 177 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), print(), moab::ReadRTT::read_cell_flags(), and validate().
int moab::ReadRTT::dimData::ncell_types |
Definition at line 174 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::ncells |
Definition at line 173 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::ndim |
Definition at line 159 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nnode_data |
Definition at line 164 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nnode_flag_types |
Definition at line 162 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), print(), and validate().
std::vector< int > moab::ReadRTT::dimData::nnode_flags |
Definition at line 163 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), print(), and validate().
int moab::ReadRTT::dimData::nnodes |
Definition at line 161 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nnodes_max |
Definition at line 155 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nnodes_sides_max |
Definition at line 157 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nside_data |
Definition at line 171 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nside_flag_types |
Definition at line 169 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::get_facet_data(), moab::ReadRTT::parse_dims(), print(), and validate().
std::vector< int > moab::ReadRTT::dimData::nside_flags |
Definition at line 170 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), print(), moab::ReadRTT::read_side_flags(), and validate().
int moab::ReadRTT::dimData::nside_types |
Definition at line 167 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nsides |
Definition at line 166 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::nsides_max |
Definition at line 156 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
std::string moab::ReadRTT::dimData::prob_time_units |
Definition at line 153 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().
int moab::ReadRTT::dimData::side_types |
Definition at line 168 of file ReadRTT.hpp.
Referenced by moab::ReadRTT::parse_dims(), and print().