#include <ivf/IvfOldGrid.h>
Inheritance diagram for CIvfOldGrid:

Public Member Functions | |
| CIvfOldGrid () | |
| virtual | ~CIvfOldGrid () |
| IvfClassInfo ("CIvfOldGrid", CIvfSimpleLineSet) | |
| void | setMark (int x, int y) |
| void | setUnits (GLdouble x, GLdouble y) |
| void | setSize (GLint rows, GLint cols) |
| void | setAxisColor (float red, float green, float blue) |
| void | setGridColor (float red, float green, float blue) |
| void | setMarkColor (float red, float green, float blue) |
| virtual void | updateBoundingSphere () |
Protected Member Functions | |
| void | createGrid () |
CIvfGrid implements a grid with specified units, size and subdivision. CIvfGrid is derived from a CIvfLineSet. (Soon obsolete)
Definition at line 40 of file IvfOldGrid.h.
|
|
CIvfGrid constructor. |
|
|
CIvfGrid destructor. |
|
||||||||||||||||
|
Set axis color
|
|
||||||||||||||||
|
Set grid color
|
|
||||||||||||
|
Set subdivision intervals The subdivision properties determines at what interval a subdivision line shoud be drawn.
|
|
||||||||||||||||
|
Set mark color
|
|
||||||||||||
|
Set grid size Determines how many rows and columns of the grid that should be drawn.
|
|
||||||||||||
|
Set grid units
|
|
|
Updates bounding sphere for grid Reimplemented from CIvfObject. |
1.4.6-NO