Cylinder(3) A 3D glyph.

SYNOPSIS


Public Member Functions


Cylinder (GlyphContext *gc=NULL)

virtual ~Cylinder ()

virtual void getIncludeBoundingBox (BoundingBox &boundingBox)

virtual void draw (node n, float lod)

virtual Coord getAnchor (const Coord &vector) const

Detailed Description

A 3D glyph.

This glyph draws an textured cylinder using the 'viewTexture' node property value. If this property has no value, the cylinder is then colored using the 'viewColor' node property value.

Constructor & Destructor Documentation

Cylinder::Cylinder (GlyphContext * gc = NULL)

Cylinder::~Cylinder () [virtual]

Member Function Documentation

void Cylinder::draw (node n, float lod) [virtual]

Coord Cylinder::getAnchor (const Coord & vector) const [virtual]

void Cylinder::getIncludeBoundingBox (BoundingBox & boundingBox) [virtual]

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.