#include <QGLViewerSceneTreeObjects.h>
Inheritance diagram for STQGLViewerBoundingBox:
Public Member Functions | |
STQGLViewerBoundingBox (const CBoundingBox3D &cBBox) | |
virtual void | draw () |
Private Attributes | |
GLuint | m_nDispList |
STQGLViewerBoundingBox::STQGLViewerBoundingBox | ( | const CBoundingBox3D & | cBBox | ) |
Construct a node with the given bounding box.
void STQGLViewerBoundingBox::draw | ( | ) | [virtual] |
Implementation of the inherited method. It renders the bounding box to the current OpenGL context.
Implements GLDrawable.
GLuint STQGLViewerBoundingBox::m_nDispList [private] |