#include <ivf/IvfSimpleLineSet.h>
Inheritance diagram for CIvfSimpleLineSet:
Public Member Functions | |
CIvfSimpleLineSet () | |
virtual | ~CIvfSimpleLineSet () |
IvfClassInfo ("CIvfSimpleLineSet", CIvfShape) | |
void | setColorSize (int n) |
void | setColor (int n, double red, double green, double blue) |
void | setCoordSize (int n) |
void | setCoord (int n, double x, double y, double z) |
void | setLineSize (int n) |
void | setLineIndex (int n, int idx) |
Protected Member Functions | |
virtual void | createGeometry () |
CIvfSimpleLineSet implements a OpenGL line strip.
Definition at line 38 of file IvfSimpleLineSet.h.
|
CIvfSimpleLineSet constructor |
|
CIvfSimpleLineSet destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
Set color colors can be specified at each coordinate.
|
|
Set size of color list |
|
Set coordinate Set a coordinate in coordinate list
|
|
Set size of coordinate list |
|
Set line index Sets an index in the line index list. Individual lines are separated by placing -1 in the index list. The index list must end with -1.
|
|
Set size of line index list |