Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::Models::PointGeometry Class Reference

Collection of Vertex Elements drawn as GL_POINTS. More...

#include <PointGeometry.h>

Inheritance diagram for Teddy::Models::PointGeometry:

Inheritance graph
[legend]
Collaboration diagram for Teddy::Models::PointGeometry:

Collaboration graph
[legend]
List of all members.

Public Methods

 PointGeometry ()
virtual ~PointGeometry ()
virtual void beginElements (Projection *p)
 Pre drawing code for PointGeometry. More...

virtual void endElements (Projection *p)
 Post drawing code for PointGeometry. More...


Detailed Description

Collection of Vertex Elements drawn as GL_POINTS.

Definition at line 37 of file PointGeometry.h.


Constructor & Destructor Documentation

Teddy::Models::PointGeometry::PointGeometry  
 

Definition at line 34 of file PointGeometry.cpp.

Teddy::Models::PointGeometry::~PointGeometry   [virtual]
 

Definition at line 38 of file PointGeometry.cpp.


Member Function Documentation

void Teddy::Models::PointGeometry::beginElements Projection *    p [virtual]
 

Pre drawing code for PointGeometry.

Reimplemented from Teddy::Models::Geometry.

Definition at line 43 of file PointGeometry.cpp.

void Teddy::Models::PointGeometry::endElements Projection *    p [virtual]
 

Post drawing code for PointGeometry.

Reimplemented from Teddy::Models::Geometry.

Definition at line 49 of file PointGeometry.cpp.


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