| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/analyticshapegenerators.h>

Public Member Functions | |
| ParaboloidGenerator (const Paraboloid *, unsigned int nx, unsigned int ny) | |
| virtual | ~ParaboloidGenerator () |
| virtual Iterator< Vector > * | calcVertexData (const ID &vertexDataType) |
| VRS::ParaboloidGenerator::ParaboloidGenerator | ( | const Paraboloid * | , | |
| unsigned int | nx, | |||
| unsigned int | ny | |||
| ) |
| virtual VRS::ParaboloidGenerator::~ParaboloidGenerator | ( | ) | [virtual] |
| virtual Iterator<Vector>* VRS::ParaboloidGenerator::calcVertexData | ( | const ID & | vertexDataType | ) | [virtual] |
For the given abtract vertex data type (as defined in VertexAttributeMap), generates an Iterator that contains the vertex data for further use in a mesh. The VertexAttributeGenerator can generate
Reimplemented from VRS::VertexAttributeGenerator.