#include <StiShape.h>

Public Member Functions | |
| StiShape (const string &name="undefined", float halfDepth=0, float thickness=0, float edge=0) | |
| float | getHalfDepth () const |
| virtual float | getHalfWidth () const =0 |
| float | getThickness () const |
| virtual StiShapeCode | getShapeCode () const =0 |
| float | getEdgeWidth () const |
| void | setHalfDepth (float val) |
| void | setThickness (float val) |
Protected Member Functions | |
| double | nice (double val) |
Protected Attributes | |
| float | _halfDepth |
| half extent along z, always >= 0 | |
| float | _thickness |
| "thickness", always >= 0 | |
| float | _edgeWidth |
| size of the edge used in tracking | |
Definition at line 15 of file StiShape.h.
1.5.9