#include <iostream>
#include <string>
#include <vector>
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "DetDesc/ISolid.h"
Include dependency graph for ILVolume.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
interface | ILVolume |
An abstract interface to named node in the geometry tree. More... | |
Defines | |
#define | DETDESC_ILVOLUME_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ILVolume &lv) |
output operator to STD/STL stream | |
std::ostream & | operator<< (std::ostream &os, const ILVolume *lv) |
output operator to STD/STL stream | |
MsgStream & | operator<< (MsgStream &os, const ILVolume &lv) |
output operator to Gaudi MsgStream stream | |
MsgStream & | operator<< (MsgStream &os, const ILVolume *lv) |
output operator to Gaudi MsgStream stream | |
Variables | |
static const InterfaceID | IID_ILVolume (153, 3, 1) |
Declaration of the interface ID ( interface id, major & minor versions). |
#define DETDESC_ILVOLUME_H 1 |
Definition at line 4 of file ILVolume.h.
std::ostream& operator<< | ( | std::ostream & | os, | |
const ILVolume & | lv | |||
) | [inline] |
output operator to STD/STL stream
os | reference to output stream | |
lv | reference to ILVolume object |
Definition at line 330 of file ILVolume.h.
00331 { return lv.printOut( os ); };
std::ostream& operator<< | ( | std::ostream & | os, | |
const ILVolume * | lv | |||
) | [inline] |
output operator to STD/STL stream
os | reference to output stream | |
lv | pointer to ILVolume object |
Definition at line 340 of file ILVolume.h.
output operator to Gaudi MsgStream stream
os | reference to output stream | |
lv | pointer to ILVolume object |
Definition at line 360 of file ILVolume.h.
const InterfaceID IID_ILVolume(153, 3, 1) [static] |
Declaration of the interface ID ( interface id, major & minor versions).