Belle II Software development
|
A rectangular domain for the hough space over p and q. More...
#include <PQBox.h>
Public Member Functions | |
float | getLowerP () const |
Concise getter for the lower p bound. | |
float | getUpperP () const |
Concise getter for the upper p bound. | |
float | getLowerQ () const |
Concise getter for the lower q bound. | |
float | getUpperQ () const |
Concise getter for the upper q bound. | |
float | getLowerX () const |
Get the lower p bound (alias) | |
float | getUpperX () const |
Get the upper p bound (alias) | |
float | getLowerY () const |
Get the lower q bound (alias) | |
float | getUpperY () const |
Get the upper q bound (alias) | |
Private Types | |
using | Super = Box< DiscreteP, DiscreteQ > |
Type of the base class. | |
|
inline |
|
inline |
|
inline |
Get the lower p bound (alias)
Definition at line 48 of file PQBox.h.
|
inline |
Get the lower q bound (alias)
Definition at line 56 of file PQBox.h.
|
inline |
|
inline |
|
inline |
Get the upper p bound (alias)
Definition at line 52 of file PQBox.h.
|
inline |
Get the upper q bound (alias)
Definition at line 60 of file PQBox.h.