#include <RectangularPlaneBounds.h>
Public Member Functions | |
virtual Bounds * | clone () const |
virtual bool | inside (const Local2DPoint &p) 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=1.) const |
Determine if a point is inside the bounds, taking error into account. More... | |
virtual bool | inside (const Local2DPoint &p, const LocalError &err, float scale=1.) const |
Determine if a 2D point is inside the bounds, taking error into account. More... | |
virtual float | length () const |
Lenght along local Y. More... | |
RectangularPlaneBounds (float w, float h, float t) | |
virtual float | thickness () const |
Thickness of the volume in local Z. More... | |
virtual float | width () const |
Width along local X. More... | |
Public Member Functions inherited from Bounds | |
virtual float | widthAtHalfLength () const |
Width at half length. Useful for e.g. pitch definition. More... | |
virtual | ~Bounds () |
Private Attributes | |
float | halfLength |
float | halfThickness |
float | halfWidth |
Rectangular plane bounds. Local Coordinate system coincides with center of the box with X axis along the width and Y axis along the lenght.
Definition at line 14 of file RectangularPlaneBounds.h.
RectangularPlaneBounds::RectangularPlaneBounds | ( | float | w, |
float | h, | ||
float | t | ||
) |
Construct from half width (extension in local X), half length (Y) and half thickness (Z)
Definition at line 5 of file RectangularPlaneBounds.cc.
Referenced by clone().
|
virtual |
Implements Bounds.
Definition at line 48 of file RectangularPlaneBounds.cc.
References RectangularPlaneBounds().
|
virtual |
Reimplemented from Bounds.
Definition at line 9 of file RectangularPlaneBounds.cc.
References halfLength, halfWidth, PV2DBase< T, PVType, FrameType >::x(), and PV2DBase< T, PVType, FrameType >::y().
Referenced by TrackerValidationVariables::fillHitQuantities().
|
virtual |
Determine if the point is inside the bounds.
Implements Bounds.
Definition at line 13 of file RectangularPlaneBounds.cc.
References halfLength, halfThickness, halfWidth, 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 20 of file RectangularPlaneBounds.cc.
References halfLength, halfThickness, halfWidth, mathSSE::sqrt(), PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), PV3DBase< T, PVType, FrameType >::y(), LocalError::yy(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
Determine if a 2D point is inside the bounds, taking error into account.
Reimplemented from Bounds.
Definition at line 35 of file RectangularPlaneBounds.cc.
References halfLength, halfWidth, mathSSE::sqrt(), PV2DBase< T, PVType, FrameType >::x(), LocalError::xx(), PV2DBase< T, PVType, FrameType >::y(), and LocalError::yy().
|
inlinevirtual |
Lenght along local Y.
Implements Bounds.
Definition at line 22 of file RectangularPlaneBounds.h.
References halfLength.
Referenced by python.Vispa.Views.LineDecayView.DecayLine::arrowBoundingRect(), TrackerValidationVariables::fillHitQuantities(), python.Vispa.Views.LineDecayView.DecayLine::labelBoundingRect(), SiStripMonitorMuonHLT::Normalizer(), and python.Vispa.Views.LineDecayView.DecayLine::paint().
|
inlinevirtual |
Thickness of the volume in local Z.
Implements Bounds.
Definition at line 26 of file RectangularPlaneBounds.h.
References halfThickness.
|
inlinevirtual |
Width along local X.
Implements Bounds.
Definition at line 24 of file RectangularPlaneBounds.h.
References halfWidth.
Referenced by python.Vispa.Main.MainWindow.MainWindow::_saveIni(), python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), python.Vispa.Gui.VispaWidget.VispaWidget::contentRect(), python.Vispa.Gui.VispaWidget.VispaWidget::defineArrowBackgroundShape(), python.Vispa.Gui.VispaWidget.VispaWidget::defineCircleBackgroundShape(), python.Vispa.Gui.VispaWidget.VispaWidget::defineRoundRectBackgroundShape(), python.Vispa.Gui.VispaWidget.VispaWidget::drawHeaderBackground(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::drawPortNames(), TrackerValidationVariables::fillHitQuantities(), python.Vispa.Gui.VispaWidget.VispaWidget::imageRectF(), SiStripMonitorMuonHLT::Normalizer(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), python.Vispa.Views.PropertyView.PropertyView::resizeEvent(), python.Vispa.Views.PropertyView.PropertyView::sectionResized(), python.Vispa.Gui.VispaWidget.VispaWidget::setZoom(), and python.Vispa.Main.MainWindow.MainWindow::updateStartupScreenGeometry().
|
private |
Definition at line 42 of file RectangularPlaneBounds.h.
|
private |
Definition at line 43 of file RectangularPlaneBounds.h.
Referenced by inside(), and thickness().
|
private |
Definition at line 41 of file RectangularPlaneBounds.h.