#include <ivf/IvfLineSet.h>
Inheritance diagram for CIvfLineSet:
Public Member Functions | |
CIvfLineSet () | |
virtual | ~CIvfLineSet () |
IvfClassInfo ("CIvfLineSet", CIvfGLPrimitive) | |
void | setUseColor (bool flag) |
bool | getUseColor () |
void | setUseAlpha (bool flag) |
bool | getUseAlpha () |
void | setLineWidth (float width) |
float | getLineWidth () |
Protected Member Functions | |
virtual void | createGeometry () |
Implements a OpenGL GL_LINES primitive
Definition at line 39 of file IvfLineSet.h.
|
CIvfLineSet constructor |
|
CIvfLineSet destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
Return line width |
|
Return usage of alpha channel |
|
Return color set usage |
|
Set line width Default line width is initially set to 1.0. |
|
Enable usage of alpha channel |
|
Enable usage of color set |