|
inlib
1.2.0
|


Public Member Functions | |
| bbox_action (std::ostream &a_out) | |
| virtual | ~bbox_action () |
| void | reset () |
| const box3f & | box () const |
| box3f & | box () |
Definition at line 16 of file bbox_action.
| inlib::sg::bbox_action::bbox_action | ( | std::ostream & | a_out | ) | [inline] |
Definition at line 31 of file bbox_action.
: mtx_action(a_out,0,0) {}
| virtual inlib::sg::bbox_action::~bbox_action | ( | ) | [inline, virtual] |
Definition at line 34 of file bbox_action.
{}
| const box3f& inlib::sg::bbox_action::box | ( | ) | const [inline] |
Definition at line 48 of file bbox_action.
{return m_box;}
| box3f& inlib::sg::bbox_action::box | ( | ) | [inline] |
Definition at line 49 of file bbox_action.
{return m_box;}
| void inlib::sg::bbox_action::reset | ( | ) | [inline] |
Reimplemented from inlib::sg::mtx_action.
Definition at line 44 of file bbox_action.
{
mtx_action::reset();
m_box.make_empty();
}
1.7.5.1