class RED::ShapePath::LeafData

Data container for low level scene graph data. More...

#include <REDShapePath.h>

Public functions:

LeafData ( )

Public variables:

int_num
RED::Vector3_p0
RED::Vector3_p1
RED::Vector3_p2
RED::Vector3_p3
RED::Vector3_pick
LEAF_TYPE_type

Detailed description:

Data container for low level scene graph data.

Information is usually stored in object space coordinate system through this class (OCS). Note that the data contained by these objects vary with the kind of picking operation that has occured and with the type of the data that was picked. The number of points detailing the picked primitive vary according to its type. The picked position result may be valid or not depending on the type of picking operation.

Functions documentation

Default constructor.

Variables documentation

Geometrical item number in the leaf shape.

First vertex of a geometrical item.

Second vertex of a geometrical item.

Third vertex of a geometrical item.

Fourth vertex of a geometrical item.

Picked position in object space.

Type of the geometrical item.