moab
moab::Tqdcfr::FileTOC Class Reference

#include <Tqdcfr.hpp>

List of all members.

Public Member Functions

 FileTOC ()
void print ()

Public Attributes

unsigned int fileEndian
unsigned int fileSchema
unsigned int numModels
unsigned int modelTableOffset
unsigned int modelMetaDataOffset
unsigned int activeFEModel

Detailed Description

Definition at line 59 of file Tqdcfr.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 2711 of file Tqdcfr.cpp.

{
  std::cout << "FileTOC:End, Sch, #Mdl, TabOff, "
            << "MdlMDOff, actFEMdl = ";
  std::cout << fileEndian << ", " << fileSchema << ", " << numModels 
            << ", " << modelTableOffset << ", " 
            << modelMetaDataOffset << ", " << activeFEModel << std::endl;
}

Member Data Documentation

Definition at line 62 of file Tqdcfr.hpp.

Definition at line 62 of file Tqdcfr.hpp.

Definition at line 62 of file Tqdcfr.hpp.

Definition at line 62 of file Tqdcfr.hpp.

Definition at line 62 of file Tqdcfr.hpp.

Definition at line 62 of file Tqdcfr.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines