MOAB: Mesh Oriented datABase  (version 5.4.1)
moab::WriteNC::VarData Class Reference
+ Collaboration diagram for moab::WriteNC::VarData:

Public Member Functions

 VarData ()

Public Attributes

int varId
int numAtts
nc_type varDataType
std::vector< int > varDims
std::map< std::string, AttDatavarAtts
std::string varName
std::vector< TagvarTags
std::vector< void * > memoryHogs
std::vector< NCDF_SIZEwriteStarts
std::vector< NCDF_SIZEwriteCounts
int entLoc
int numLev
int sz
bool has_tsteps

Detailed Description

Definition at line 127 of file WriteNC.hpp.


Constructor & Destructor Documentation

Definition at line 130 of file WriteNC.hpp.

: varId( -1 ), numAtts( -1 ), entLoc( ENTLOCSET ), numLev( 0 ), sz( 0 ), has_tsteps( false ) {}

Member Data Documentation

std::map< std::string, AttData > moab::WriteNC::VarData::varAtts

Definition at line 135 of file WriteNC.hpp.

Referenced by moab::WriteNC::process_conventional_tags().

List of all members.


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