19 reporter << MSG::DEBUG <<
"EventShapeStoreCnv_p2 toPers()" <<
endmsg;
28 for(
unsigned int i=0; i < transObj->
m_store[
index].m_values.size(); ++i )
38 reporter << MSG::DEBUG <<
"EventShapeStoreCnv toTrans()" <<
endmsg;
47 std::vector<double> tmp;
49 for (
unsigned int i = 0; i < persObj->
m_mtypV.size(); ++i )
51 tmp.resize(persObj->
m_mvalM[i].size());
52 for (
unsigned int j(0); j < persObj->
m_mvalM[i].size(); ++j)
53 tmp[j] = persObj->
m_mvalM[i][j];
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 persToTrans(const EventShapeStore_p2 *persObj, EventShapeStore *transObj, MsgStream &reporter)
void transToPers(const EventShapeStore *transObj, EventShapeStore_p2 *persObj, MsgStream &reporter)
Method creating the persistent representation EventShapeStore_p2 from its transient representation Ev...
std::vector< std::vector< float > > m_mvalM
std::vector< unsigned int > m_mtypV
void insert(EventShapes &es)