CMS 3D CMS Logo

Public Member Functions | Private Attributes

CocoaSolidShapeBox Class Reference

#include <CocoaSolidShapeBox.h>

Inheritance diagram for CocoaSolidShapeBox:
CocoaSolidShape

List of all members.

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

Detailed Description

Definition at line 14 of file CocoaSolidShapeBox.h.


Constructor & Destructor Documentation

CocoaSolidShapeBox::CocoaSolidShapeBox ( ALIstring  type,
ALIfloat  xdim,
ALIfloat  ydim,
ALIfloat  zdim 
)

Definition at line 13 of file CocoaSolidShapeBox.cc.

References theXHalfLength, theYHalfLength, and theZHalfLength.

CocoaSolidShapeBox::~CocoaSolidShapeBox ( ) [inline]

Definition at line 20 of file CocoaSolidShapeBox.h.

{ };

Member Function Documentation

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; }

Member Data Documentation

Definition at line 31 of file CocoaSolidShapeBox.h.

Referenced by CocoaSolidShapeBox(), and getXHalfLength().

Definition at line 32 of file CocoaSolidShapeBox.h.

Referenced by CocoaSolidShapeBox(), and getYHalfLength().

Definition at line 33 of file CocoaSolidShapeBox.h.

Referenced by CocoaSolidShapeBox(), and getZHalfLength().