MOAB: Mesh Oriented datABase
(version 5.4.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 1736 of file OrientedBoxTreeTool.cpp.
moab::StatData::StatData | ( | ) | [inline] |
Definition at line 1787 of file OrientedBoxTreeTool.cpp.
: count( 0 ) {}
Stat< double > moab::StatData::area |
Definition at line 1794 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
unsigned moab::StatData::count |
Definition at line 1796 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1790 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
std::vector< unsigned > moab::StatData::leaf_depth |
Definition at line 1795 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Stat< unsigned > moab::StatData::leaf_ent |
Definition at line 1792 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1791 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Stat< double > moab::StatData::vol |
Definition at line 1793 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().
Definition at line 1789 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats(), and moab::OrientedBoxTreeTool::stats().