#include <Bound.h>
Inheritance diagram for H3D::TransformedBoxBound:

Public Types | |
| typedef RefCountSField< BoxBound > | SFBoxBound |
| The BoxBound object is reference counted by the field. | |
Public Member Functions | |
| TransformedBoxBound (Inst< Center > _center=0, Inst< Size > _size=0, Inst< SFMatrix4f > _matrix=0, Inst< SFBoxBound > _boxBound=0) | |
| Constructor. | |
Public Attributes | |
| auto_ptr< SFMatrix4f > | matrix |
| The matrix to transform with. | |
| auto_ptr< SFBoxBound > | boxBound |
| The BoxBound which values are to be transformed. | |
Classes | |
| class | Center |
| The Center field updates itself from the boxBound and matrix fields. More... | |
| class | Size |
| The Size field updates itself from the boxBound and matrix fields. More... | |
1.4.5