Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReadRTT::cell Struct Reference
+ Collaboration diagram for moab::ReadRTT::cell:

Public Member Functions

 cell ()
 

Public Attributes

int id
 
std::string name
 

Detailed Description

Definition at line 170 of file ReadRTT.hpp.

Constructor & Destructor Documentation

◆ cell()

moab::ReadRTT::cell::cell ( )
inline

Definition at line 174 of file ReadRTT.hpp.

174 : id( 0 ), name( "" ) {}

Member Data Documentation

◆ id

int moab::ReadRTT::cell::id

Definition at line 172 of file ReadRTT.hpp.

Referenced by moab::ReadRTT::get_cell_data().

◆ name

std::string moab::ReadRTT::cell::name

Definition at line 173 of file ReadRTT.hpp.

Referenced by moab::ReadRTT::get_cell_data().


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