MOAB: Mesh Oriented datABase
(version 5.2.1)
|
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 1634 of file OrientedBoxTreeTool.cpp.
moab::StatData::StatData | ( | ) | [inline] |
Definition at line 1685 of file OrientedBoxTreeTool.cpp.
: count( 0 ) {}
Stat< double > moab::StatData::area |
Definition at line 1692 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
unsigned moab::StatData::count |
Definition at line 1694 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1688 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
std::vector< unsigned > moab::StatData::leaf_depth |
Definition at line 1693 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Stat< unsigned > moab::StatData::leaf_ent |
Definition at line 1690 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1689 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Stat< double > moab::StatData::vol |
Definition at line 1691 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1687 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().