#include <ivf/IvfPointSet.h>
Inheritance diagram for CIvfPointSet:

Public Member Functions | |
| CIvfPointSet () | |
| virtual | ~CIvfPointSet () |
| IvfClassInfo ("CIvfPointSet", CIvfGLPrimitive) | |
| void | setUseColor (bool flag) |
| bool | getUseColor () |
| void | setPointSize (int size) |
| int | getPointSize () |
Protected Member Functions | |
| void | createGeometry () |
Implements a OpenGL GL_POINTS primitive
Definition at line 39 of file IvfPointSet.h.
|
|
CIvfPointSet constructor |
|
|
CIvfPointSet destructor |
|
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
|
Get the size of drawn points in pixels |
|
|
Return color usage |
|
|
Set the size of drawn points in pixels |
|
|
Enable or disable the use of color values when rendering |
1.4.6-NO