Home
last modified time | relevance | path

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

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Sandbox/
H A DfutureIKListOutputs.cpp116 updOutput("col").clearChannels(); in extendFinalizeFromProperties()
119 updOutput("col").addChannel(label); in extendFinalizeFromProperties()
229 updOutput("model_marker_pos").addChannel(marker.getName()); in extendFinalizeFromProperties()
232 updOutput("coords").addChannel(coord.getName()); in extendFinalizeFromProperties()
H A DfutureOutputVectorsAndChannels.cpp71 updOutput("col").clearChannels(); in extendFinalizeFromProperties()
74 updOutput("col").addChannel(label); in extendFinalizeFromProperties()
H A DsandboxIKVectorOutputs.cpp127 updOutput("col").clearChannels(); in extendFinalizeFromProperties()
130 updOutput("col").addChannel(label); in extendFinalizeFromProperties()
269 updOutput("model_marker_pos").setLabels(modelMarkerLabels); in extendFinalizeFromProperties()
274 updOutput("coords").setLabels(coordLabels); in extendFinalizeFromProperties()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DTableSource.h161 auto& columnOutput = updOutput("column"); in setTable_impl()
266 auto& columnOutput = updOutput("column"); in extendFinalizeFromProperties()
H A DComponent.h1170 AbstractOutput& updOutput(const std::string& name) in updOutput() function
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/Test/
H A DtestComponentInterface.cpp1405 auto& outL = updOutput("outL"); in testExceptionsForConnecteeTypeMismatch()