JWS C++ Library
C++ language utility library
jwscxx::graphics::Renderable Class Reference

Abstract class to render this object with the GL. More...

#include <renderable.h>

List of all members.

Public Member Functions

virtual ~Renderable ()
 Deletes this Renderable.
virtual void render () const =0
 Renders this object with the GL.

Detailed Description

Abstract class to render this object with the GL.

Definition at line 66 of file renderable.h.


Constructor & Destructor Documentation

virtual jwscxx::graphics::Renderable::~Renderable ( ) [inline, virtual]

Deletes this Renderable.

Definition at line 71 of file renderable.h.


Member Function Documentation

virtual void jwscxx::graphics::Renderable::render ( ) const [pure virtual]

Renders this object with the GL.


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