#include <DiskSectorBounds.h>
Public Member Functions | |
virtual Bounds * | clone () const |
DiskSectorBounds (float rmin, float rmax, float zmin, float zmax, float phiExt) | |
float | innerRadius () const |
virtual bool | inside (const Local3DPoint &p) const |
Determine if the point is inside the bounds. More... | |
virtual bool | inside (const Local3DPoint &p, const LocalError &err, float scale) const |
Determine if a point is inside the bounds, taking error into account. More... | |
virtual float | length () const |
float | outerRadius () const |
float | phiHalfExtension () const |
virtual float | thickness () const |
virtual float | width () const |
Public Member Functions inherited from Bounds | |
void | computeSpan (Surface const &plane) |
virtual bool | inside (const Local2DPoint &p) const |
virtual bool | inside (const Local2DPoint &p, float tollerance) const |
Determine if a point is inside the bounds, taking a tollerance into account. More... | |
virtual bool | inside (const Local2DPoint &p, const LocalError &err, float scale=1.f) const |
Determine if a 2D point is inside the bounds, taking error into account. More... | |
std::pair< float, float > const & | phiSpan () const |
std::pair< float, float > const & | rSpan () const |
virtual float | widthAtHalfLength () const |
Width at half length. Useful for e.g. pitch definition. More... | |
std::pair< float, float > const & | zSpan () const |
virtual | ~Bounds () |
Private Attributes | |
float | theOffset |
float | thePhiExtH |
float | theRmax |
float | theRmin |
float | theZmax |
float | theZmin |
Definition at line 13 of file DiskSectorBounds.h.
|
inline |
Definition at line 16 of file DiskSectorBounds.h.
References assert(), std::swap(), theOffset, thePhiExtH, theRmax, theRmin, theZmax, and theZmin.
Referenced by clone().
|
inlinevirtual |
Implements Bounds.
Definition at line 34 of file DiskSectorBounds.h.
References DiskSectorBounds().
|
inline |
Definition at line 38 of file DiskSectorBounds.h.
References theRmin.
Referenced by BoundDiskSector::innerRadius().
|
virtual |
Determine if the point is inside the bounds.
Implements Bounds.
Definition at line 5 of file DiskSectorBounds.cc.
References funct::abs(), tmp, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
Determine if a point is inside the bounds, taking error into account.
Implements Bounds.
Definition at line 18 of file DiskSectorBounds.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, deltaR(), f, bookConverter::max, perp(), perp2(), LocalError::rotate(), mathSSE::sqrt(), tmp, PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), LocalError::xy(), PV3DBase< T, PVType, FrameType >::y(), LocalError::yy(), and PV3DBase< T, PVType, FrameType >::z().
|
inlinevirtual |
"Lenght" of the bounded volume; refer to the concrete class documentation for the specific definition.
Implements Bounds.
Definition at line 24 of file DiskSectorBounds.h.
References funct::cos(), thePhiExtH, theRmax, and theRmin.
|
inline |
Definition at line 39 of file DiskSectorBounds.h.
References theRmax.
Referenced by BoundDiskSector::outerRadius().
|
inline |
Definition at line 40 of file DiskSectorBounds.h.
References thePhiExtH.
Referenced by BoundDiskSector::phiHalfExtension().
|
inlinevirtual |
"Thickness" of the bound around the surface; refer to the concrete class documentation for the specific definition.
Implements Bounds.
Definition at line 26 of file DiskSectorBounds.h.
References theZmax, and theZmin.
|
inlinevirtual |
"width" of the bounds; refer to the concrete class documentation for the specific definition.
Implements Bounds.
Definition at line 25 of file DiskSectorBounds.h.
References funct::sin(), thePhiExtH, and theRmax.
Referenced by Vispa.Main.MainWindow.MainWindow::_saveIni(), Vispa.Views.PropertyView.PropertyView::resizeEvent(), Vispa.Views.PropertyView.PropertyView::sectionResized(), and Vispa.Main.MainWindow.MainWindow::updateStartupScreenGeometry().
|
private |
Definition at line 48 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds().
|
private |
Definition at line 47 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), length(), phiHalfExtension(), and width().
|
private |
Definition at line 44 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), length(), outerRadius(), and width().
|
private |
Definition at line 43 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), innerRadius(), and length().
|
private |
Definition at line 46 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), and thickness().
|
private |
Definition at line 45 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), and thickness().