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

Abstract class to render this object with the GL as a wire-frame. More...

#include <renderable.h>

Inheritance diagram for jwscxx::graphics::Wire_renderable:

List of all members.

Public Member Functions

virtual ~Wire_renderable ()
 Deletes this Wire_renderable.
virtual void wire_render () const =0
 Renders this object with the GL as a wire-frame.

Detailed Description

Abstract class to render this object with the GL as a wire-frame.

Definition at line 84 of file renderable.h.


Constructor & Destructor Documentation

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

Deletes this Wire_renderable.

Definition at line 89 of file renderable.h.


Member Function Documentation

virtual void jwscxx::graphics::Wire_renderable::wire_render ( ) const [pure virtual]

Renders this object with the GL as a wire-frame.

Implemented in jwscxx::graphics::Parapiped_f, jwscxx::graphics::Parapiped_d, jwscxx::graphics::Polygon_f, and jwscxx::graphics::Polygon_d.


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