ATLAS Offline Software
Loading...
Searching...
No Matches
RectangleBoundsCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RECTANGLE_BOUNDS_CNV_P1_H
6#define RECTANGLE_BOUNDS_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: RectangleBoundsCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
18
19class MsgStream;
20
22 : public T_AthenaPoolTPPolyCnvBase< Trk::SurfaceBounds, Trk::RectangleBounds, Trk::RectangleBounds_p1 >
23{
24public:
26
27 void persToTrans( const Trk::RectangleBounds_p1*, Trk::RectangleBounds*, MsgStream& );
28 void transToPers( const Trk::RectangleBounds*, Trk::RectangleBounds_p1*, MsgStream& );
29};
30
31#endif // RECTANGLE_BOUNDS_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Trk::RectangleBounds_p1 *, Trk::RectangleBounds *, MsgStream &)
void transToPers(const Trk::RectangleBounds *, Trk::RectangleBounds_p1 *, MsgStream &)
Bounds for a rectangular, planar surface.