#include <EdgeExtremityGlyph.h>
Public Member Functions |
| EdgeExtremityGlyphFrom3DGlyph (EdgeExtremityGlyphContext *gc) |
virtual | ~EdgeExtremityGlyphFrom3DGlyph () |
virtual void | draw (edge, node, const Color &, float, GlGraphInputData *) |
virtual void | getTransformationMatrix (const Coord &src, const Coord &dest, const Size &glyphSize, MatrixGL &transformationMatrix, MatrixGL &scalingMatrix) |
| EdgeExtremityGlyph (EdgeExtremityGlyphContext *gc) |
virtual | ~EdgeExtremityGlyph () |
virtual void | draw (edge e, node n, const Color &glyphColor, const Color &borderColor, float lod)=0 |
Constructor & Destructor Documentation
virtual tlp::EdgeExtremityGlyphFrom3DGlyph::~EdgeExtremityGlyphFrom3DGlyph |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void tlp::EdgeExtremityGlyphFrom3DGlyph::draw |
( |
edge |
, |
|
|
node |
, |
|
|
const Color & |
, |
|
|
float |
, |
|
|
GlGraphInputData * |
|
|
) |
| |
|
inlinevirtual |
virtual void tlp::EdgeExtremityGlyphFrom3DGlyph::getTransformationMatrix |
( |
const Coord & |
src, |
|
|
const Coord & |
dest, |
|
|
const Size & |
glyphSize, |
|
|
MatrixGL & |
transformationMatrix, |
|
|
MatrixGL & |
scalingMatrix |
|
) |
| |
|
virtual |