Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PLib::BoundingBoxGL Class Reference

Holds a bounding box. More...

#include <nurbsGL.h>

Inheritance diagram for PLib::BoundingBoxGL:

PLib::ObjectGL List of all members.

Public Methods

 BoundingBoxGL ()
void glObject () const
void setColorXYZ (const Color &colX, const Color &colY, const Color &colZ)

Public Attributes

Point3Df minP
Point3Df maxP

Protected Attributes

Color colorX
Color colorY
Color colorZ

Detailed Description

Holds a bounding box.

Author:
Philippe Lavoie
Date:
23 September 1997

Definition at line 723 of file nurbsGL.h.


Constructor & Destructor Documentation

PLib::BoundingBoxGL::BoundingBoxGL  
 

an object to represent a bounding box.

This will set the colors for the X,Y and Z axis to the value specified by the axisXColorDefault, axisYColorDefault and axisZColorDefault global variables. Use setColorXYZ() if you want to change this default.

Author:
Philippe Lavoie
Date:
23 September 1997

Definition at line 1359 of file nurbsGL.cpp.


Member Function Documentation

void PLib::BoundingBoxGL::glObject   const [virtual]
 

generates a bounding box.

This function generates a bounding box around the NURBS object.

Author:
Philippe Lavoie
Date:
23 September 1997

Implements PLib::ObjectGL.

Definition at line 1376 of file nurbsGL.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002