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 288 of file ReadRTT.hpp.

Constructor & Destructor Documentation

◆ cell()

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

Definition at line 292 of file ReadRTT.hpp.

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

Member Data Documentation

◆ id

int moab::ReadRTT::cell::id

Definition at line 290 of file ReadRTT.hpp.

Referenced by moab::ReadRTT::cell_process_flag(), and moab::ReadRTT::get_cell_data().

◆ name

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

Definition at line 291 of file ReadRTT.hpp.

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


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