#include <ivf/IvfGrid.h>
Inheritance diagram for CIvfGrid:
Public Member Functions | |
CIvfGrid () | |
virtual | ~CIvfGrid () |
IvfClassInfo ("CIvfGrid", CIvfShape) | |
void | setUseAxis (bool flag) |
void | setUseGrid (bool flag) |
void | setUseOutline (bool flag) |
void | setUseCorners (bool flag) |
void | setUseSurface (bool flag) |
void | setGridSpacing (double spacing) |
void | setSize (double width, double height) |
void | setAxisSize (double size) |
virtual void | refresh () |
virtual void | updateBoundingSphere () |
CIvfAxis * | getAxisShape () |
void | setGridInterval (int interval) |
Protected Member Functions | |
virtual void | createGeometry () |
This class implements a grid used in conjunction with the construction plane class
Definition at line 43 of file IvfGrid.h.
|
CIvfGrid constructor |
|
CIvfGrid destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
Returns axis shape |
|
Updates grid geometry Reimplemented from CIvfShape. |
|
Set size of axis indicator |
|
Set drawing interval of grid lines |
|
Set the grid spacing |
|
Set size of grid |
|
Set axis state flag if
|
|
Set corners state flag (true = visible) if
|
|
Set grid state flag (true = visible) if
|
|
Set outline state flag (true = visible) if
|
|
Set surface state flag (true = visible) if
|
|
Updates grid bounding box Reimplemented from CIvfObject. |