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

Abstract class to render this object with the GL as an occluded wire-frame into the depth buffer, to hide unseen lines. More...

#include <renderable.h>

Inheritance diagram for jwscxx::graphics::Wire_occlude_renderable:

List of all members.

Public Member Functions

virtual ~Wire_occlude_renderable ()
 Deletes this Wire_occlude_renderable.
virtual void wire_occlude_render () const =0
 Renders this object with the GL as an occluded wire-frame into the depth buffer, to hide unseen lines.

Detailed Description

Abstract class to render this object with the GL as an occluded wire-frame into the depth buffer, to hide unseen lines.

Definition at line 103 of file renderable.h.


Constructor & Destructor Documentation

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

Deletes this Wire_occlude_renderable.

Definition at line 108 of file renderable.h.


Member Function Documentation

virtual void jwscxx::graphics::Wire_occlude_renderable::wire_occlude_render ( ) const [pure virtual]

Renders this object with the GL as an occluded wire-frame into the depth buffer, to hide unseen lines.

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: