Home
last modified time | relevance | path

Searched refs:GetAllForces (Results 1 – 6 of 6) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/force/
H A Dforcesummary.h173 const ForceVec& GetAllForces() const { return m_forcevec; }; in GetAllForces() function
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Duserparam.cpp276 const vector<Force*>& forces = registry.GetForceSummary().GetAllForces(); in UpdateFileNamesAndSteps()
/dports/biology/lamarc/lamarc-2.1.8/src/report/
H A Dreportpage.cpp816 const ForceVec forces = registry.GetForceSummary().GetAllForces(); in WriteBody()
1460 const ForceVec forces(registry.GetForceSummary().GetAllForces()); in WriteSimMles()
2160 const ForceVec forces = forcesum.GetAllForces(); in Show()
2177 const ForceVec forces = registry.GetForceSummary().GetAllForces(); in Show()
H A Drunreport.cpp272 const vector<Force *>& forces = m_forcesum.GetAllForces(); in MakeReport()
H A Dxml_report.cpp404 const ForceVec forces = registry.GetForceSummary().GetAllForces(); in MakeParameters()
/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Dlikelihood.cpp102 const ForceVec& theseforces(fs.GetAllForces()); in FillForces()