template pFlow::boundarySphereInteractionList::boundarySphereInteractionList ( const sphereParticles &sphPrtcls, const gMModel &geomMotion ) : ListPtr>(6), boundaries_(sphPrtcls.pStruct().boundaries()) { for(uint32 i=0; i<6; i++) { this->set( i, boundarySphereInteraction::create( boundaries_[i], sphPrtcls, geomMotion)); } }