#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 () | |
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.
: CocoaSolidShape( type ) { theXHalfLength = xdim; theYHalfLength = ydim; theZHalfLength = zdim; }
CocoaSolidShapeBox::~CocoaSolidShapeBox | ( | ) | [inline] |
Definition at line 20 of file CocoaSolidShapeBox.h.
{ };
ALIfloat CocoaSolidShapeBox::getXHalfLength | ( | ) | const [inline] |
Definition at line 22 of file CocoaSolidShapeBox.h.
References theXHalfLength.
Referenced by CocoaToDDLMgr::so().
{ return theXHalfLength; }
ALIfloat CocoaSolidShapeBox::getYHalfLength | ( | ) | const [inline] |
Definition at line 24 of file CocoaSolidShapeBox.h.
References theYHalfLength.
Referenced by CocoaToDDLMgr::so().
{ return theYHalfLength; }
ALIfloat CocoaSolidShapeBox::getZHalfLength | ( | ) | const [inline] |
Definition at line 26 of file CocoaSolidShapeBox.h.
References theZHalfLength.
Referenced by CocoaToDDLMgr::so().
{ return theZHalfLength; }
ALIfloat CocoaSolidShapeBox::theXHalfLength [private] |
Definition at line 31 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getXHalfLength().
ALIfloat CocoaSolidShapeBox::theYHalfLength [private] |
Definition at line 32 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getYHalfLength().
ALIfloat CocoaSolidShapeBox::theZHalfLength [private] |
Definition at line 33 of file CocoaSolidShapeBox.h.
Referenced by CocoaSolidShapeBox(), and getZHalfLength().