H3D::TransformedBoxBound Class Reference

A TransformedBoxBound is a wrapper around another BoxBound and its values are the values of the BoxBound transformed by a transformation matrix. More...

#include <Bound.h>

Inheritance diagram for H3D::TransformedBoxBound:

Inheritance graph
List of all members.

Public Types

typedef RefCountSField< BoxBoundSFBoxBound
 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< SFMatrix4fmatrix
 The matrix to transform with.
auto_ptr< SFBoxBoundboxBound
 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...

Detailed Description

A TransformedBoxBound is a wrapper around another BoxBound and its values are the values of the BoxBound transformed by a transformation matrix.


Generated on Thu Aug 24 12:38:52 2006 for H3D API by  doxygen 1.4.5