Home
last modified time | relevance | path

Searched defs:coordIndices (Results 1 – 16 of 16) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestFunctionBasedMobilizedBodies.cpp301 std::vector<std::vector<int> > coordIndices; in testFunctionBasedPin() local
324 std::vector<std::vector<int> > coordIndices; in testFunctionBasedSkewedPin() local
367 std::vector<std::vector<int> > coordIndices; in testFunctionBasedSlider() local
391 std::vector<std::vector<int> > coordIndices; in testFunctionBasedSkewedSlider() local
424 std::vector<std::vector<int> > coordIndices; in testFunctionBasedCylinder() local
448 std::vector<std::vector<int> > coordIndices; in testFunctionBasedUniversal() local
472 std::vector<std::vector<int> > coordIndices; in testFunctionBasedPlanar() local
498 std::vector<std::vector<int> > coordIndices; in testFunctionBasedGimbal() local
523 std::vector<std::vector<int> > coordIndices; in testFunctionBasedGimbalUserAxes() local
630 std::vector<std::vector<int> > coordIndices; in testFunctionBasedTranslation() local
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DTestRiboseMobilizer.cpp223 std::vector< std::vector<int> > coordIndices; in createCoordIndices() local
278 std::vector< std::vector<int> > coordIndices; in createCoordIndices() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/
H A DSpatialTransform.cpp142 std::vector<std::vector<int> > coordIndices(6); in getCoordinateIndices() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgimpostor/
H A Dosgimpostor.cpp107 osg::ref_ptr<osg::UByteArray> coordIndices = new osg::UByteArray(48,indices); in CreateHouses() local
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DExampleKneeJoint.cpp158 std::vector< std::vector<int> > coordIndices(6); in main() local
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DMobilizedBodyImpl.h1194 …nt nmobilities, const Array_<const Function*>& functions, const Array_<Array_<int> >& coordIndices) in FunctionBasedImpl()
1206 …y_<const Function*>& functions, const Array_<Array_<int> >& coordIndices, const Array_<Vec3>& axes) in FunctionBasedImpl()
1709 const Array_<Array_<int> > coordIndices; variable
1717 …ction*>& functions, const Array_<Array_<int> >& coordIndices, const Mat33 Arot, const Mat33 Atrans) in buildH()
1768 …ction*>& functions, const Array_<Array_<int> >& coordIndices, const Mat33 Arot, const Mat33 Atrans) in buildHdot()
H A DMobilizedBody.cpp2989 MobilizedBody::FunctionBased::FunctionBased in FunctionBased()
3000 MobilizedBody::FunctionBased::FunctionBased in FunctionBased()
3015 MobilizedBody::FunctionBased::FunctionBased in FunctionBased()
3027 MobilizedBody::FunctionBased::FunctionBased in FunctionBased()
H A DConstraintImpl.h3126 Array_<MobilizerQIndex> coordIndices; variable
3194 Array_<MobilizerQIndex> coordIndices; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/caches/
H A DSoConvexDataCache.cpp66 SbList <int32_t> coordIndices; member in SoConvexDataCacheP
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeNurbsTrimmedSurface.cpp64 static MyArray<int> coordIndices; variable
H A DMeshBasedNode.cpp262 MFInt32 *coordIndices = mesh->getCoordIndex(); in toTriangleSet() local
453 MFInt32 *coordIndices; in alreadyTriangulatedToIndexedTriangleSet() local
H A DMyMesh.h1706 MFInt32 *coordIndices = new MFInt32(); in simpleQuadTriangulate() local
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DIndexedGeometryArray.java601 public void setCoordIndicesRef(int coordIndices[]) { in setCoordIndicesRef()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/Test/
H A DtestJoints.cpp622 std::vector<std::vector<int> > coordIndices; in testCustomJointVsFunctionBased() local
1672 std::vector<std::vector<int> > coordIndices; in testCustomWithMultidimFunction() local
H A DtestConstraints.cpp777 std::vector<std::vector<int> > coordIndices; in testCoordinateCouplerConstraint() local
/dports/graphics/wdune/wdune-1.926/docs/export_example_java/jme2_example/
H A Dmain.java652 public void accountBuffers(X3dNode coord, int coordIndices[], in accountBuffers()