ContRap-Libraries
|
Class GLSurfaceData is a class which represents a surface paramerization. More...
#include <glsurface.h>
Public Member Functions | |
virtual | ~GLSurfaceData () |
Destroys the instance. | |
virtual GLSurfaceData * | copy ()=0 |
Copies the contents of the surface. | |
virtual GLVertex | get_value (double x, double y)=0 |
Returns the coordinates of the point corresponding to the given parametrization. |
Class GLSurfaceData is a class which represents a surface paramerization.
virtual crp::GLSurfaceData::~GLSurfaceData | ( | ) | [inline, virtual] |
Destroys the instance.
virtual GLSurfaceData* crp::GLSurfaceData::copy | ( | ) | [pure virtual] |
Copies the contents of the surface.
virtual GLVertex crp::GLSurfaceData::get_value | ( | double | x, |
double | y | ||
) | [pure virtual] |
Returns the coordinates of the point corresponding to the given parametrization.
x | X-Coordinate of the parametrization |
y | Y-Coordinate of the parametrization |