#include <BoundingBox.h>
Public Member Functions | |
BoundingBox () | |
BoundingBox (const Plane &plane) | |
GlobalPoint const & | corner (unsigned int i) const |
GlobalPoint const & | operator[] (unsigned int i) const |
Static Public Member Functions | |
static std::vector< GlobalPoint > | corners (const Plane &) |
Private Attributes | |
GlobalPoint | m_corners [8] |
A helper class that returns the corners of a rectangle that fully contains a bound plane.
Definition at line 12 of file BoundingBox.h.
|
inline |
BoundingBox::BoundingBox | ( | const Plane & | plane | ) |
|
inline |
|
static |
Definition at line 24 of file BoundingBox.cc.
References mps_fire::result.
Referenced by BoundingBox(), RodPlaneBuilderFromDet::computeBounds(), ForwardRingDiskBuilderFromDet::computeBounds(), Phase1PixelBlade::computeRadiusRanges(), PlaneBuilderForGluedDet::computeRectBounds(), BarrelDetLayer::computeSurface(), ForwardDetLayer::computeSurface(), CylinderBuilderFromDet::operator()(), and PhiBorderFinder::PhiBorderFinder().
|
inline |
|
private |
Definition at line 33 of file BoundingBox.h.
Referenced by corner(), and operator[]().