#include <ReadNCDF.hpp>
Public Attributes | |
int | blockId |
int | startExoId |
EntityHandle | startMBId |
int | numElements |
bool | reading_in |
ExoIIElementType | elemType |
std::vector< EntityHandle > | polys |
Definition at line 50 of file ReadNCDF.hpp.
int moab::ReadBlockData::blockId |
Definition at line 52 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::read_block_headers().
ExoIIElementType moab::ReadBlockData::elemType |
Definition at line 57 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::create_ss_elements(), and moab::ReadNCDF::read_block_headers().
int moab::ReadBlockData::numElements |
Definition at line 55 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::read_block_headers().
std::vector< EntityHandle > moab::ReadBlockData::polys |
Definition at line 58 of file ReadNCDF.hpp.
bool moab::ReadBlockData::reading_in |
Definition at line 56 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::read_block_headers().
int moab::ReadBlockData::startExoId |
Definition at line 53 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::create_ss_elements(), and moab::ReadNCDF::read_block_headers().
EntityHandle moab::ReadBlockData::startMBId |
Definition at line 54 of file ReadNCDF.hpp.
Referenced by moab::ReadNCDF::create_ss_elements().