ContRap-Libraries
Public Member Functions

crp::GLSurfaceData Class Reference

Class GLSurfaceData is a class which represents a surface paramerization. More...

#include <glsurface.h>

Public Member Functions

virtual ~GLSurfaceData ()
 Destroys the instance.
virtual GLSurfaceDatacopy ()=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.

Detailed Description

Class GLSurfaceData is a class which represents a surface paramerization.


Constructor & Destructor Documentation

virtual crp::GLSurfaceData::~GLSurfaceData ( ) [inline, virtual]

Destroys the instance.


Member Function Documentation

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.

Parameters:
xX-Coordinate of the parametrization
yY-Coordinate of the parametrization

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