Home
last modified time | relevance | path

Searched refs:getRegisteredObjectsOfGivenType (Results 1 – 7 of 7) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/Components/
H A DtestComponents.cpp67 Object::getRegisteredObjectsOfGivenType(availableFrames); in main()
74 Object::getRegisteredObjectsOfGivenType(availableGeometry); in main()
81 Object::getRegisteredObjectsOfGivenType(availablePoints); in main()
88 Object::getRegisteredObjectsOfGivenType(availableJoints); in main()
95 Object::getRegisteredObjectsOfGivenType(availableLink2Constraints); in main()
102 Object::getRegisteredObjectsOfGivenType(availableBushingForces); in main()
113 Object::getRegisteredObjectsOfGivenType(availablePointToPointSpring); in main()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/Test/
H A DtestSerializeOpenSimObjects.cpp79 Object::getRegisteredObjectsOfGivenType<OpenSim::ModelComponent>(availableComponentTypes); in main()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DAnalysisSet.cpp274 Object::getRegisteredObjectsOfGivenType<Analysis>(as._objects); in getAvailableAnalyses()
H A DModel.cpp719 Object::getRegisteredObjectsOfGivenType<OpenSim::Joint>(availablJointTypes); in createMultibodyTree()
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/swig/
H A Djava_common.i182 Object::getRegisteredObjectsOfGivenType<OpenSim::Function>(rArray); in getFunctionClassNames()
H A Djava_simulation.i55 Object::getRegisteredObjectsOfGivenType<OpenSim::Function>(rArray); in getFunctionClassNames()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DObject.h472 getRegisteredObjectsOfGivenType(ArrayPtrs<T>& rArray) { in getRegisteredObjectsOfGivenType() function