|
infovis
|
#include <MappingRenderer.h>
Public Member Functions | |
| void | Render (float xTrans, float yTrans) |
| void | updateBoundingBox () |
| virtual void | iniRender ()=0 |
| virtual complexD | applyMapping (complexD coords)=0 |
| void | InitGeoShapesVector (int numGeoShapes) |
| void | ClearGeoShapesVector () |
| vector< Triangle > | Cut (float x, float y, GeoShape *geo_shape_ptr) |
| BoundingBox | getBoundingBox () |
/* The MappingRenderer abstract class implements the render of the data, depending on the current mapping used.
1.7.4