moab
|
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 |
Definition at line 2035 of file OrientedBoxTreeTool.cpp.
moab::StatData::StatData | ( | ) | [inline] |
Definition at line 2077 of file OrientedBoxTreeTool.cpp.
: count(0) {}
Stat<double> moab::StatData::area |
Definition at line 2086 of file OrientedBoxTreeTool.cpp.
unsigned moab::StatData::count |
Definition at line 2088 of file OrientedBoxTreeTool.cpp.
Definition at line 2082 of file OrientedBoxTreeTool.cpp.
std::vector<unsigned> moab::StatData::leaf_depth |
Definition at line 2087 of file OrientedBoxTreeTool.cpp.
Stat<unsigned> moab::StatData::leaf_ent |
Definition at line 2084 of file OrientedBoxTreeTool.cpp.
Definition at line 2083 of file OrientedBoxTreeTool.cpp.
Stat<double> moab::StatData::vol |
Definition at line 2085 of file OrientedBoxTreeTool.cpp.
Definition at line 2081 of file OrientedBoxTreeTool.cpp.