#include <iostream>
#include <string>
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "GaudiKernel/Transform3DTypes.h"
#include "DetDesc/ILVolume.h"
#include "DetDesc/ISolid.h"
Include dependency graph for IPVolume.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
interface | IPVolume |
Interface to deal with the notion of "positioned Logical Volume" (corresponds to Geant4 notion of "G4PhysicalVolume"). More... | |
Defines | |
#define | DETDESC_IPVOLUME_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const IPVolume &pv) |
output operator to STD/STL stream | |
std::ostream & | operator<< (std::ostream &os, const IPVolume *pv) |
output operator to STD/STL stream | |
MsgStream & | operator<< (MsgStream &os, const IPVolume &pv) |
output operator to Gaudi MsgStream stream | |
MsgStream & | operator<< (MsgStream &os, const IPVolume *pv) |
output operator to Gaudi MsgStream stream | |
Variables | |
static const InterfaceID | IID_IPVolume (154, 5, 0) |
Declaration of the interface ID ( unique interface identifier , major & minor versions). |
#define DETDESC_IPVOLUME_H 1 |
Definition at line 4 of file IPVolume.h.
std::ostream& operator<< | ( | std::ostream & | os, | |
const IPVolume & | pv | |||
) | [inline] |
output operator to STD/STL stream
os | reference to output stream | |
pv | reference to IPVolume object |
Definition at line 202 of file IPVolume.h.
00203 { return pv.printOut( os ); };
std::ostream& operator<< | ( | std::ostream & | os, | |
const IPVolume * | pv | |||
) | [inline] |
output operator to STD/STL stream
os | reference to output stream | |
pv | pointer to IPVolume object |
Definition at line 213 of file IPVolume.h.
output operator to Gaudi MsgStream stream
os | reference to output stream | |
pv | pointer to IPVolume object |
Definition at line 235 of file IPVolume.h.
const InterfaceID IID_IPVolume(154, 5, 0) [static] |
Declaration of the interface ID ( unique interface identifier , major & minor versions).