Home
last modified time | relevance | path

Searched refs:Array_ (Results 201 – 225 of 478) sorted by relevance

12345678910>>...20

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DProperty.h710 inline void convertTransformToVec6(SimTK::Array_<SimTK::Vec6>& rotTrans,
769 SimTK::Array_<SimTK::Vec6> rotTrans;
785 const SimTK::Array_<T, X>& v, const int precision)
995 SimTK::Array_<T,int> values;
1006 SimTK::Array_<SimTK::Vec6,int> rotTrans;
1026 SimTK::Array_<SimTK::Vec6> rotTrans;
1179 SimTK::Array_<SimTK::ClonePtr<T>,int> objects;
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DJointInternalPowerProbe.h133 SimTK::Array_<int> _jointIndex;
H A DMarker.h94 SimTK::Array_<SimTK::DecorativeGeometry>& appendToThis) const override;
/dports/science/opensim-core/opensim-core-4.1/Applications/CMC/test/
H A DtestCMCEMGDrivenArm_Thelen.cpp64 SimTK::Array_<std::string> failures; in main()
H A DtestCMCEMGDrivenArm_Millard.cpp60 SimTK::Array_<std::string> failures; in main()
H A DtestCMCArm26_Millard.cpp69 SimTK::Array_<std::string> failures; in main()
H A DtestCMCGait10dof18musc.cpp37 SimTK::Array_<std::string> failures; in main()
H A DtestCMCWithControlConstraintsRunningModel.cpp40 SimTK::Array_<std::string> failures; in main()
H A DtestCMCWithControlConstraintsGait2354.cpp39 SimTK::Array_<std::string> failures; in main()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/OptimizationExample_Arm26/
H A DtestOptimizationExample.cpp63 SimTK::Array_<double> resVec; in main()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DVectorBase.h420 VectorView_<ELT> index(const Array_<int>& indices) const { in index()
425 VectorView_<ELT> updIndex(const Array_<int>& indices) { in updIndex()
431 VectorView_<ELT> operator()(const Array_<int>& indices) const {return index(indices);} in operator()
432 VectorView_<ELT> operator()(const Array_<int>& indices) {return updIndex(indices);} in operator()
/dports/science/simbody/simbody-Simbody-3.7/examples/TaskSpaceControl-Atlas/
H A DTaskSpaceControl-Atlas.cpp251 Array_<DecorativeGeometry>& geometry) const override;
261 Array_<int> m_model2realQ;
262 Array_<int> m_model2realU;
589 Array_<DecorativeGeometry>& geometry) const in calcDecorativeGeometryAndAppend()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DTestMassProperties.cpp372 void testManualABIShift(const ArticulatedInertia& abi, const Array_<Vec3>& shifts, Real& out) { in testManualABIShift()
383 void testPhiABIShift(const ArticulatedInertia& abi, const Array_<Vec3>& shifts, Real& out) { in testPhiABIShift()
393 void testFastABIShift(const ArticulatedInertia& abi_in, const Array_<Vec3>& shifts, Real& out) { in testFastABIShift()
400 Array_<Vec3> shifts;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DCompliantContactSubsystem.h599 Array_<ContactDetail> m_elements;
806 Array_<ContactDetail>* contactDetails) const;
830 Array_<ContactDetail>* contactDetails) const;
H A DGeneralContactSubsystem.h124 const Array_<Contact>& getContacts(const State& state, ContactSetIndex set) const;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/
H A DConstExprEvaluator.php112 if ($expr instanceof Expr\Array_) {
149 private function evaluateArray(Expr\Array_ $expr) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/
H A DConstExprEvaluator.php112 if ($expr instanceof Expr\Array_) {
149 private function evaluateArray(Expr\Array_ $expr) {
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DOBBTree.h86 Array_<OBBNode> children;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/grammar/
H A Dphp5.y636 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
672 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
673 $$ = new Expr\Array_($3, $attrs); }
675 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
676 $$ = new Expr\Array_($2, $attrs); }
807 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
808 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/grammar/
H A Dphp5.y636 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
672 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
673 $$ = new Expr\Array_($3, $attrs); }
675 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
676 $$ = new Expr\Array_($2, $attrs); }
807 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
808 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/grammar/
H A Dphp5.y647 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
683 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
684 $$ = new Expr\Array_($3, $attrs); }
686 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
687 $$ = new Expr\Array_($2, $attrs); }
818 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
819 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/grammar/
H A Dphp5.y637 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
673 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
674 $$ = new Expr\Array_($3, $attrs); }
676 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
677 $$ = new Expr\Array_($2, $attrs); }
807 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
808 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/grammar/
H A Dphp5.y636 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
672 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
673 $$ = new Expr\Array_($3, $attrs); }
675 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
676 $$ = new Expr\Array_($2, $attrs); }
807 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
808 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/grammar/
H A Dphp5.y647 | T_ARRAY_CAST expr { $$ = Expr\Cast\Array_ [$2]; }
683 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
684 $$ = new Expr\Array_($3, $attrs); }
686 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
687 $$ = new Expr\Array_($2, $attrs); }
818 | T_ARRAY '(' static_array_pair_list ')' { $$ = Expr\Array_[$3]; }
819 | '[' static_array_pair_list ']' { $$ = Expr\Array_[$2]; }
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DPolygonalMesh.h199 int addFace(const Array_<int>& vertices);

12345678910>>...20