BALL::TBox3< T > Member List
This is the complete list of members for
BALL::TBox3< T >, including all inherited members.
clear() | BALL::TBox3< T > | [inline, virtual] |
depth_ | BALL::TBox3< T > | [protected] |
depth_vector_ | BALL::TBox3< T > | [protected] |
dump(std::ostream &s=std::cout, Size depth=0) const | BALL::TBox3< T > | [inline] |
getDepth() const | BALL::TBox3< T > | [inline] |
getDepthVector() const | BALL::TBox3< T > | [inline] |
getDiagonalVector() const | BALL::TBox3< T > | [inline] |
getHeight() const | BALL::TBox3< T > | [inline] |
getHeightVector() const | BALL::TBox3< T > | [inline] |
getPoint() const | BALL::TBox3< T > | [inline] |
getRightVector() const | BALL::TBox3< T > | [inline] |
getSurface() const | BALL::TBox3< T > | [inline] |
getVolume() const | BALL::TBox3< T > | [inline] |
getWidth() const | BALL::TBox3< T > | [inline] |
height_ | BALL::TBox3< T > | [protected] |
height_vector_ | BALL::TBox3< T > | [protected] |
isValid() const | BALL::TBox3< T > | [inline] |
operator!=(const TBox3 &box) const | BALL::TBox3< T > | [inline] |
operator=(const TBox3 &box) | BALL::TBox3< T > | [inline] |
operator==(const TBox3 &box) const | BALL::TBox3< T > | [inline] |
point_ | BALL::TBox3< T > | [protected] |
right_vector_ | BALL::TBox3< T > | [protected] |
set(const TBox3 &box) | BALL::TBox3< T > | [inline] |
setDepth(T depth) | BALL::TBox3< T > | [inline] |
setDepthVector(const TVector3< T > &v) | BALL::TBox3< T > | [inline] |
setHeight(T height) | BALL::TBox3< T > | [inline] |
setHeightVector(const TVector3< T > &v) | BALL::TBox3< T > | [inline] |
setPoint(const TVector3< T > &point) | BALL::TBox3< T > | [inline] |
setRightVector(const TVector3< T > &v) | BALL::TBox3< T > | [inline] |
setWidth(T width) | BALL::TBox3< T > | [inline] |
swap(TBox3 &box) | BALL::TBox3< T > | [inline] |
TBox3() | BALL::TBox3< T > | [inline] |
TBox3(const TBox3 &box) | BALL::TBox3< T > | [inline] |
TBox3(const TVector3< T > &point, const TVector3< T > &right_vector, const TVector3< T > &height_vector, const T &depth=1) | BALL::TBox3< T > | [inline] |
TBox3(const TVector3< T > &point, const TVector3< T > &right_vector=TVector3< T >((T) 0,(T) 1,(T) 0), const TVector3< T > &height_vector=TVector3< T >((T) 1,(T) 0,(T) 0), const TVector3< T > &depth_vector=TVector3< T >((T) 0,(T) 0,(T) 1)) | BALL::TBox3< T > | [inline] |
width_ | BALL::TBox3< T > | [protected] |
~TBox3() | BALL::TBox3< T > | [inline, virtual] |