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

Abstract class to render this object with the GL as a solid. More...

#include <renderable.h>

Inheritance diagram for jwscxx::graphics::Solid_renderable:

List of all members.

Public Member Functions

virtual ~Solid_renderable ()
 Deletes this Solid_renderable.
virtual void solid_render () const =0
 Renders this object with the GL as a solid.

Detailed Description

Abstract class to render this object with the GL as a solid.

Definition at line 124 of file renderable.h.


Constructor & Destructor Documentation

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

Deletes this Solid_renderable.

Definition at line 129 of file renderable.h.


Member Function Documentation

virtual void jwscxx::graphics::Solid_renderable::solid_render ( ) const [pure virtual]

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