#include <ivf/IvfRuler.h>
Inheritance diagram for CIvfRuler:

Public Member Functions | |
| CIvfRuler () | |
| virtual | ~CIvfRuler () |
| void | setTickStep (double tickStep) |
| void | setEndPoint (double x, double y, double z) |
| void | setStartPoint (double x, double y, double z) |
| void | setEndPoint (CIvfVec3d &endPoint) |
| void | setStartPoint (CIvfVec3d &startPoint) |
| IvfClassInfo ("CIvfRuler", CIvfShape) | |
Protected Member Functions | |
| virtual void | createGeometry () |
Implements a simple ruler, which draws a line between two points with tickmarks.
Definition at line 38 of file IvfRuler.h.
|
|
Class constructor |
|
|
Class destructor |
|
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
|
Set ruler end point |
|
||||||||||||||||
|
Set ruler end point |
|
|
Set ruler start point |
|
||||||||||||||||
|
Set ruler start point |
|
|
Set the distance between each tick on the ruler |
1.4.6-NO