Belle II Software development
Box<> Class Reference

Box Base class specification without any template arguments. More...

#include <Box.h>

Public Member Functions

void setBounds ()
 Nothing to do on set bounds.
 

Friends

std::ostream & operator<< (std::ostream &output, const Box<> &voidBox)
 Nothing to do on printing.
 

Detailed Description

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.

Member Function Documentation

◆ setBounds()

void setBounds ( )
inline

Nothing to do on set bounds.

Definition at line 43 of file Box.h.

44 {
45 }

Friends And Related Function Documentation

◆ 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: