Box Base class specification without any template arguments.
More...
#include <Box.h>
|
void | setBounds () |
| Nothing to do on set bounds.
|
|
|
std::ostream & | operator<< (std::ostream &output, const Box<> &voidBox) |
| Nothing to do on printing.
|
|
Box Base class specification without any template arguments.
Is the "zero-th" element in the list of stacked boxes (see below).
Definition at line 40 of file Box.h.
◆ setBounds()
Nothing to do on set bounds.
Definition at line 43 of file Box.h.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
output, |
|
|
const Box<> & |
voidBox |
|
) |
| |
|
friend |
Nothing to do on printing.
Definition at line 48 of file Box.h.
49 {
50 return output;
51 }
The documentation for this class was generated from the following file:
- tracking/trackFindingCDC/hough/boxes/include/Box.h