#include <Polygon.h>

Public Member Functions | |
| Polygon () | |
| ~Polygon () | |
| std::istream & | Read (std::istream &) |
| void | Display () |
Protected Attributes | |
| std::vector< GLfloat > | mVertexX |
| std::vector< GLfloat > | mVertexY |
| std::vector< GLfloat > | mVertexZ |
| int | mPolygonColor |
Friends | |
| std::ostream & | operator<< (std::ostream &, Polygon &) |
| glotzopengl::Polygon::Polygon | ( | ) |
| glotzopengl::Polygon::~Polygon | ( | ) |
| std::istream & glotzopengl::Polygon::Read | ( | std::istream & | is | ) |
| void glotzopengl::Polygon::Display | ( | ) | [virtual] |
Implements glotzopengl::GlObject.
| std::ostream& operator<< | ( | std::ostream & | , | |
| Polygon & | ||||
| ) | [friend] |
std::vector<GLfloat> glotzopengl::Polygon::mVertexX [protected] |
std::vector<GLfloat> glotzopengl::Polygon::mVertexY [protected] |
std::vector<GLfloat> glotzopengl::Polygon::mVertexZ [protected] |
int glotzopengl::Polygon::mPolygonColor [protected] |
1.5.3