Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::StatData Class Reference
+ Collaboration diagram for moab::StatData:

Classes

struct  Ratio
 
struct  Stat
 

Public Member Functions

 StatData ()
 

Public Attributes

Ratio volume
 
Ratio entities
 
Ratio radius
 
Stat< unsigned > leaf_ent
 
Stat< double > vol
 
Stat< double > area
 
std::vector< unsigned > leaf_depth
 
unsigned count
 

Detailed Description

Definition at line 1736 of file OrientedBoxTreeTool.cpp.

Constructor & Destructor Documentation

◆ StatData()

moab::StatData::StatData ( )
inline

Definition at line 1787 of file OrientedBoxTreeTool.cpp.

1787 : count( 0 ) {}

Member Data Documentation

◆ area

Stat< double > moab::StatData::area

◆ count

unsigned moab::StatData::count

◆ entities

Ratio moab::StatData::entities

◆ leaf_depth

std::vector< unsigned > moab::StatData::leaf_depth

◆ leaf_ent

Stat< unsigned > moab::StatData::leaf_ent

◆ radius

Ratio moab::StatData::radius

◆ vol

Stat< double > moab::StatData::vol

◆ volume

Ratio moab::StatData::volume

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