Home
last modified time | relevance | path

Searched refs:contactParametersSet (Results 1 – 2 of 2) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DHuntCrossleyForce.cpp56 const ContactParametersSet& contactParametersSet = in extendAddToSystem() local
64 for (int i = 0; i < contactParametersSet.getSize(); ++i) in extendAddToSystem()
66 ContactParameters& params = contactParametersSet.get(i); in extendAddToSystem()
326 const ContactParametersSet& contactParametersSet = in getRecordLabels() local
329 for (int i = 0; i < contactParametersSet.getSize(); ++i) in getRecordLabels()
331 ContactParameters& params = contactParametersSet.get(i); in getRecordLabels()
365 const ContactParametersSet& contactParametersSet = in getRecordValues() local
380 for (int i = 0; i < contactParametersSet.getSize(); ++i) in getRecordValues()
382 ContactParameters& params = contactParametersSet.get(i); in getRecordValues()
H A DElasticFoundationForce.cpp54 const ContactParametersSet& contactParametersSet = in extendAddToSystem() local
62 for (int i = 0; i < contactParametersSet.getSize(); ++i) in extendAddToSystem()
64 ContactParameters& params = contactParametersSet.get(i); in extendAddToSystem()
325 const ContactParametersSet& contactParametersSet = in getRecordLabels() local
328 for (int i = 0; i < contactParametersSet.getSize(); ++i) in getRecordLabels()
330 ContactParameters& params = contactParametersSet.get(i); in getRecordLabels()
363 const ContactParametersSet& contactParametersSet = in getRecordValues() local
377 for (int i = 0; i < contactParametersSet.getSize(); ++i) in getRecordValues()
379 ContactParameters& params = contactParametersSet.get(i); in getRecordValues()