#include <CocoaSolidShapeBox.h>
Public Member Functions | |
CocoaSolidShapeBox (ALIstring type, ALIfloat xdim, ALIfloat ydim, ALIfloat zdim) | |
ALIfloat | getXHalfLength () const |
ALIfloat | getYHalfLength () const |
ALIfloat | getZHalfLength () const |
~CocoaSolidShapeBox () | |
Public Member Functions inherited from CocoaSolidShape | |
CocoaSolidShape (ALIstring type) | |
ALIstring | getType () const |
virtual | ~CocoaSolidShape () |
Private Attributes | |
ALIfloat | theXHalfLength |
ALIfloat | theYHalfLength |
ALIfloat | theZHalfLength |
Definition at line 14 of file CocoaSolidShapeBox.h.
CocoaSolidShapeBox::CocoaSolidShapeBox | ( | ALIstring | type, |
ALIfloat | xdim, | ||
ALIfloat | ydim, | ||
ALIfloat | zdim | ||
) |
Definition at line 13 of file CocoaSolidShapeBox.cc.
References theXHalfLength, theYHalfLength, and theZHalfLength.
|
inline |
Definition at line 20 of file CocoaSolidShapeBox.h.
|
inline |
Definition at line 22 of file CocoaSolidShapeBox.h.
References theXHalfLength.
Referenced by CocoaToDDLMgr::so().
|
inline |
Definition at line 24 of file CocoaSolidShapeBox.h.
References theYHalfLength.
Referenced by CocoaToDDLMgr::so().
|
inline |
Definition at line 26 of file CocoaSolidShapeBox.h.
References theZHalfLength.
Referenced by CocoaToDDLMgr::so().
|
private |
Definition at line 31 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getXHalfLength().
|
private |
Definition at line 32 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getYHalfLength().
|
private |
Definition at line 33 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getZHalfLength().