CGFLib - A library for Computer Graphics @ FEUP
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
CGFobject Class Reference

This class should be used as a base class for all the objects within a CGFscene, by reimplementation of its draw() method. More...

#include <CGFobject.h>

Inheritance diagram for CGFobject:
CGFaxis CGFlight

Public Member Functions

 CGFobject ()
 Base contructor.
 
virtual ~CGFobject ()
 Base destructor.
 
virtual void draw ()
 Virtual function that every object should have implemented.
 

Detailed Description

This class should be used as a base class for all the objects within a CGFscene, by reimplementation of its draw() method.