|
| StiPlanarShape (const string &name, float halfDepth, float thickness, float halfWidth) |
|
virtual float | getHalfWidth () const |
|
virtual float | getOpeningAngle () const |
|
StiShapeCode | getShapeCode () const |
|
double | getVolume () const |
|
void | setHalfWidth (float val) |
|
| StiShape (const string &name="undefined", float halfDepth=0, float thickness=0, float edge=0) |
|
float | getHalfDepth () const |
|
float | getThickness () const |
|
float | getEdgeWidth () const |
|
virtual float | getOuterRadius () const |
|
void | setHalfDepth (float val) |
|
void | setThickness (float val) |
|
void | setName (const string &newName) |
| Set the name of the object.
|
|
const string & | getName () const |
| Get the name of the object.
|
|
bool | isName (const string &aName) const |
| Determine whether name equals given name.
|
|
|
float | _halfWidth |
| Half extent in local y, always >= 0.
|
|
float | _halfDepth |
| half extent along z, always >= 0
|
|
float | _thickness |
| "thickness", always >= 0
|
|
float | _edgeWidth |
| size of the edge used in tracking, deltaX local
|
|
string | _name |
|
|
double | nice (double val) |
|
| Named (const string &aName=" ") |
| Only derived class are Named.
|
|
Definition at line 10 of file StiPlanarShape.h.
The documentation for this class was generated from the following files: