#include <ivf/IvfLineStripSet.h>
Inheritance diagram for CIvfLineStripSet:
Public Member Functions | |
CIvfLineStripSet () | |
virtual | ~CIvfLineStripSet () |
IvfClassInfo ("CIvfLineStripSet", CIvfGLPrimitive) | |
void | setUseColor (bool flag) |
bool | getUseColor () |
void | setLineWidth (float width) |
float | getLineWidth () |
Protected Member Functions | |
virtual void | createGeometry () |
Implements an OpenGL GL_LINE_STRIP primitive
Definition at line 39 of file IvfLineStripSet.h.
|
CIvfLineStripSet constructor |
|
CIvfLineStripSet destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
Return current line width |
|
Returns color usages state |
|
Set line width Default line width is initially set to 1.0. |
|
Enables or disables the use of color values when rendering |