Home
last modified time | relevance | path

Searched refs:getBodyIsExcluded (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestGravity.cpp130 SimTK_TEST(gravity.getBodyIsExcluded(s,MobodIndex(0))); in testParameters()
132 SimTK_TEST(!gravity.getBodyIsExcluded(s,i)); in testParameters()
142 SimTK_TEST(gravity.getBodyIsExcluded(s,MobodIndex(0))); in testParameters()
145 SimTK_TEST(gravity.getBodyIsExcluded(s,mobod3)); in testParameters()
146 SimTK_TEST(!gravity.getBodyIsExcluded(s,mobod2)); in testParameters()
147 SimTK_TEST(!gravity.getBodyIsExcluded(s,mobod4)); in testParameters()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DForce_Gravity.h406 bool getBodyIsExcluded(const State& state, MobilizedBodyIndex mobod) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DForce_Gravity.cpp331 if (getBodyIsExcluded(state, mobod) != isExcluded) { in setBodyIsExcluded()
401 getBodyIsExcluded(const State& state, MobilizedBodyIndex mobod) const in getBodyIsExcluded() function in SimTK::Force::Gravity