Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

BoundingBoxElement Class Reference

#include <GraphicsData.h>

Inheritance diagram for BoundingBoxElement:

Detailed Description

Definition at line 68 of file GraphicsData.h.

List of all members.

Public Member Functions

 BoundingBoxElement (const std::string &_name, const fmat::Quaternion &_q, const xyzPair &_centroid, float _l, float _w, float _h, rgb _color=rgb(255, 0, 0))
 BoundingBoxElement (const std::string &_name, const std::vector< std::vector< fmat::Column< 3 > > > &_vertices, rgb _color=rgb(255, 0, 0))
virtual ~BoundingBoxElement ()

Public Attributes

fmat::Quaternion q
xyzPair centroid
float l
float w
float h
std::vector< std::vector
< fmat::Column< 3 > > > 
vertices

Constructor & Destructor Documentation

BoundingBoxElement ( const std::string &  _name,
const fmat::Quaternion _q,
const xyzPair _centroid,
float  _l,
float  _w,
float  _h,
rgb  _color = rgb(255,0,0) 
)

Definition at line 74 of file GraphicsData.h.

BoundingBoxElement ( const std::string &  _name,
const std::vector< std::vector< fmat::Column< 3 > > > &  _vertices,
rgb  _color = rgb(255,0,0) 
)

Definition at line 78 of file GraphicsData.h.

virtual ~BoundingBoxElement (  )  [virtual]

Definition at line 82 of file GraphicsData.h.


Member Data Documentation

Definition at line 71 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

Definition at line 72 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

Definition at line 72 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

Definition at line 70 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

std::vector<std::vector<fmat::Column<3> > > vertices

Definition at line 73 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

Definition at line 72 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().


The documentation for this class was generated from the following file:

DualCoding 5.1CVS
Generated Mon May 9 04:56:31 2016 by Doxygen 1.6.3