19 reporter << MSG::DEBUG <<
"EventShapeStoreCnv_p1 toPers()" <<
endmsg;
22 it != transObj->
m_store.end(); ++it )
24 persObj->
m_mtypV.push_back(it->getType());
25 persObj->
m_mvalV.push_back(it->getValue());
34 reporter << MSG::DEBUG <<
"EventShapeStoreCnv toTrans()" <<
endmsg;
42 reporter << MSG::WARNING <<
"EventShapeStore_p1 different sizes !!" <<
endmsg;
43 for (
unsigned int i = 0; i < persObj->
m_mtypV.size(); ++i )
This file contains the class definition for the DataLinkCnv_p1 class and DataLinkVectorCnv_p1 class.
This file contains the class definition for the ElementLinkCnv_p1 class.
This file contains the class definition for the ElementLinkVectorCnv_p1 class.
void transToPers(const EventShapeStore *transObj, EventShapeStore_p1 *persObj, MsgStream &reporter)
Method creating the persistent representation EventShapeStore_p1 from its transient representation Ev...
void persToTrans(const EventShapeStore_p1 *persObj, EventShapeStore *transObj, MsgStream &reporter)
std::vector< unsigned int > m_mtypV
std::vector< float > m_mvalV
store_type::const_iterator store_Citer
void insert(EventShapes &es)