JWS C++ Library
C++ language utility library
|
Abstract class to render this object with the GL as a solid. More...
#include <renderable.h>
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. |
Abstract class to render this object with the GL as a solid.
Definition at line 124 of file renderable.h.
virtual jwscxx::graphics::Solid_renderable::~Solid_renderable | ( | ) | [inline, virtual] |
Deletes this Solid_renderable.
Definition at line 129 of file renderable.h.
virtual void jwscxx::graphics::Solid_renderable::solid_render | ( | ) | const [pure virtual] |
Renders this object with the GL as a solid.
Implemented in jwscxx::graphics::Parapiped_f, jwscxx::graphics::Parapiped_d, jwscxx::graphics::Polygon_f, and jwscxx::graphics::Polygon_d.