Searched refs:_adoptedSubcomponents (Results 1 – 2 of 2) sorted by relevance
206 for (auto& comp : _adoptedSubcomponents) { in finalizeFromProperties()290 for (auto& comp : _adoptedSubcomponents) { in componentsFinalizeFromProperties()368 _adoptedSubcomponents[i]->clearConnections(); in clearConnections()482 _adoptedSubcomponents[i]->setPropertiesFromState(state); in componentsSetPropertiesFromState()671 ns += _adoptedSubcomponents[i]->getNumStateVariables(); in getNumStateVariables()1267 for (auto& compRef : _adoptedSubcomponents) { in getImmediateSubcomponents()1287 return _adoptedSubcomponents.size(); in getNumAdoptedSubcomponents()1672 const size_t nasc = _adoptedSubcomponents.size(); in initComponentTreeTraversal()1728 _adoptedSubcomponents[i]->_nextComponent in initComponentTreeTraversal()1729 = _adoptedSubcomponents[i + 1].get(); in initComponentTreeTraversal()[all …]
2817 SimTK::Array_<SimTK::ClonePtr<Component> > _adoptedSubcomponents; variable2982 else if (_node->_adoptedSubcomponents.size() > 0) {2983 _node = _node->_adoptedSubcomponents[0].get();3009 else if (_node->_adoptedSubcomponents.size() > 0) { in advanceToNextValidComponent()3010 _node = _node->_adoptedSubcomponents[0].get(); in advanceToNextValidComponent()