Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::ReadBlockData Struct Reference

#include <ReadNCDF.hpp>

+ Collaboration diagram for moab::ReadBlockData:

Public Attributes

int blockId
 
int startExoId
 
EntityHandle startMBId
 
int numElements
 
bool reading_in
 
ExoIIElementType elemType
 
std::vector< EntityHandlepolys
 

Detailed Description

Definition at line 50 of file ReadNCDF.hpp.

Member Data Documentation

◆ blockId

int moab::ReadBlockData::blockId

Definition at line 52 of file ReadNCDF.hpp.

Referenced by moab::ReadNCDF::read_block_headers().

◆ elemType

ExoIIElementType moab::ReadBlockData::elemType

◆ numElements

int moab::ReadBlockData::numElements

Definition at line 55 of file ReadNCDF.hpp.

Referenced by moab::ReadNCDF::read_block_headers().

◆ polys

std::vector< EntityHandle > moab::ReadBlockData::polys

Definition at line 58 of file ReadNCDF.hpp.

◆ reading_in

bool moab::ReadBlockData::reading_in

Definition at line 56 of file ReadNCDF.hpp.

Referenced by moab::ReadNCDF::read_block_headers().

◆ startExoId

int moab::ReadBlockData::startExoId

◆ startMBId

EntityHandle moab::ReadBlockData::startMBId

Definition at line 54 of file ReadNCDF.hpp.

Referenced by moab::ReadNCDF::create_ss_elements().


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