/dports/graphics/wdune/wdune-1.926/src/ |
H A D | NodeNurbsTrimmedSurface.cpp | 64 static MyArray<int> coordIndices; variable 102 coordIndices.append(-1); in vertexTess() 106 coordIndices.append(startIndex); in vertexTess() 109 coordIndices.append(-1); in vertexTess() 111 coordIndices.append(startIndex); in vertexTess() 115 coordIndices.append(-1); in vertexTess() 123 coordIndices.append(-1); in vertexTess() 128 coordIndices.append(-1); in vertexTess() 137 coordIndices.append(-1); in vertexTess() 143 coordIndices.append(-1); in vertexTess() [all …]
|
H A D | MeshBasedNode.cpp | 262 MFInt32 *coordIndices = mesh->getCoordIndex(); in toTriangleSet() local 289 for (int i = 0; i < coordIndices->getSize(); i++) { in toTriangleSet() 290 int index = coordIndices->getValue(i); in toTriangleSet() 310 for (int i = coordIndices->getSize() - 1; i > -1; i--) { in toTriangleSet() 311 int index = coordIndices->getValue(i); in toTriangleSet() 453 MFInt32 *coordIndices; in alreadyTriangulatedToIndexedTriangleSet() local 457 coordIndices = m_mesh->getCoordIndex(); in alreadyTriangulatedToIndexedTriangleSet() 463 coordIndices = m_mesh->getCoordIndex(); in alreadyTriangulatedToIndexedTriangleSet() 477 for (int i = 0; i < coordIndices->getSize(); i++) { in alreadyTriangulatedToIndexedTriangleSet() 478 int index = coordIndices->getValue(i); in alreadyTriangulatedToIndexedTriangleSet() [all …]
|
H A D | MyMesh.h | 1706 MFInt32 *coordIndices = new MFInt32(); in simpleQuadTriangulate() local 1754 appendIndices(coordIndices, m_coordIndex, offset, appendList); in simpleQuadTriangulate() 1761 appendIndices(coordIndices, m_coordIndex, offset, appendList); in simpleQuadTriangulate() 1769 coordIndices->appendSFValue(m_coordIndex->getValue(offset + j)); in simpleQuadTriangulate() 1776 coordIndices->appendSFValue(-1); in simpleQuadTriangulate() 1783 m_coordIndex = coordIndices; in simpleQuadTriangulate()
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/ |
H A D | MobilizedBody_FunctionBased.h | 68 const Array_<Array_<int> >& coordIndices, 74 const std::vector<std::vector<int> >& coordIndices, 77 Array_< Array_<int> > coordCopy(coordIndices); // sorry, must copy 102 const Array_<Array_<int> >& coordIndices, 109 const std::vector<std::vector<int> >& coordIndices, 112 Array_< Array_<int> > coordCopy(coordIndices); // sorry, must copy 136 const Array_<Array_<int> >& coordIndices, const Array_<Vec3>& axes, 142 const std::vector<std::vector<int> >& coordIndices, const std::vector<Vec3>& axes, 145 Array_< Array_<int> > coordCopy(coordIndices); // sorry, must copy 173 const Array_<Array_<int> >& coordIndices, const Array_<Vec3>& axes, [all …]
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/ |
H A D | TestFunctionBasedMobilizedBodies.cpp | 287 coordIndices.push_back(findex); in defineMobilizerFunctions() 293 coordIndices.push_back(findex); in defineMobilizerFunctions() 301 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 1007 coordIndices[3].push_back(0); in testMultipleArguments() 1008 coordIndices[3].push_back(1); in testMultipleArguments() 1009 coordIndices[4].push_back(0); in testMultipleArguments() [all …]
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/ |
H A D | TestRiboseMobilizer.cpp | 223 std::vector< std::vector<int> > coordIndices; in createCoordIndices() local 225 coordIndices.push_back(std::vector<int>()); // 1, empty in createCoordIndices() 226 coordIndices.push_back(std::vector<int>()); // 2, empty in createCoordIndices() 228 coordIndices.push_back(std::vector<int>()); // 4, empty in createCoordIndices() 229 coordIndices.push_back(std::vector<int>()); // 5, empty in createCoordIndices() 230 coordIndices.push_back(std::vector<int>()); // 6, empty in createCoordIndices() 232 return coordIndices; in createCoordIndices() 278 std::vector< std::vector<int> > coordIndices; in createCoordIndices() local 280 coordIndices.push_back(std::vector<int>()); // 1, empty in createCoordIndices() 281 coordIndices.push_back(std::vector<int>()); // 2, empty in createCoordIndices() [all …]
|
/dports/science/simbody/simbody-Simbody-3.7/examples/ |
H A D | ExampleKneeJoint.cpp | 158 std::vector< std::vector<int> > coordIndices(6); in main() local 170 coordIndices[0] =(noIndex); in main() 176 coordIndices[1] = (noIndex); in main() 191 coordIndices[2] = qIndex; in main() 198 coordIndices[3] =(qIndex); in main() 204 coordIndices[4] =(qIndex); in main() 210 coordIndices[5] = (noIndex); in main() 249 functions, coordIndices); in main()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/caches/ |
H A D | SoConvexDataCache.cpp | 66 SbList <int32_t> coordIndices; member in SoConvexDataCacheP 123 if (PRIVATE(this)->coordIndices.getLength()) return PRIVATE(this)->coordIndices.getArrayPtr(); in getCoordIndices() 134 return PRIVATE(this)->coordIndices.getLength(); in getNumCoordIndices() 253 PRIVATE(this)->coordIndices.truncate(0); in generate() 287 tessdata.vertexIndex = &PRIVATE(this)->coordIndices; in generate() 346 PRIVATE(this)->coordIndices.fit(); in generate()
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/ |
H A D | MobilizedBodyImpl.h | 1197 assert(coordIndices.size() == 6); in FunctionBasedImpl() 1209 assert(coordIndices.size() == 6); in FunctionBasedImpl() 1251 int nc = coordIndices[i].size(); in calcMobilizerTransformFromQ() 1709 const Array_<Array_<int> > coordIndices; variable 1724 Vector fcoords(coordIndices[0].size()); in buildH() 1728 int nc = coordIndices[i].size(); in buildH() 1735 fcoords(k) = q(coordIndices[i][k]); in buildH() 1773 Vector fcoords(coordIndices[0].size()); in buildHdot() 1777 int nc = coordIndices[i].size(); in buildHdot() 1784 fcoords(k) = q(coordIndices[i][k]); in buildHdot() [all …]
|
H A D | Constraint.cpp | 2431 coordBodies(coordMobod.size()), coordIndices(coordQIndex), in CoordinateCouplerImpl() 2434 assert(coordBodies.size() == coordIndices.size()); in CoordinateCouplerImpl() 2435 assert(coordIndices.size() == function->getArgumentSize()); in CoordinateCouplerImpl() 2465 temp[i] = getOneQFromState(s, coordBodies[i], coordIndices[i]); in calcPositionDotErrors() 2471 coordBodies[i], coordIndices[i]); in calcPositionDotErrors() 2484 temp[i] = getOneQFromState(s, coordBodies[i], coordIndices[i]); in calcPositionDotDotErrors() 2504 coordBodies[i], coordIndices[i]); in calcPositionDotDotErrors() 2564 coordBodies(coordBody), coordIndices(coordIndex), in SpeedCouplerImpl() 2568 assert(coordBodies.size() == coordIndices.size()); in SpeedCouplerImpl() 2592 .getOneQ(s, coordIndices[i]); in calcVelocityErrors() [all …]
|
H A D | MobilizedBody.cpp | 2992 const Array_<Array_<int> >& coordIndices, in FunctionBased() 2995 nmobilities, functions, coordIndices), in FunctionBased() 3004 const Array_<Array_<int> >& coordIndices, in FunctionBased() 3007 nmobilities, functions, coordIndices), in FunctionBased() 3018 const Array_<Array_<int> >& coordIndices, const Array_<Vec3>& axes, in FunctionBased() 3022 coordIndices, axes), in FunctionBased() 3031 const Array_<Array_<int> >& coordIndices, const Array_<Vec3>& axes, in FunctionBased() 3035 coordIndices, axes), in FunctionBased()
|
H A D | ConstraintImpl.h | 3126 Array_<MobilizerQIndex> coordIndices; variable 3194 Array_<MobilizerQIndex> coordIndices; variable
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/ |
H A D | SpatialTransform.cpp | 142 std::vector<std::vector<int> > coordIndices(6); in getCoordinateIndices() local 155 coordIndices[i] = findex; in getCoordinateIndices() 158 return coordIndices; in getCoordinateIndices()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgimpostor/ |
H A D | osgimpostor.cpp | 107 osg::ref_ptr<osg::UByteArray> coordIndices = new osg::UByteArray(48,indices); in CreateHouses() local 151 geometry->setVertexIndices(coordIndices.get()); in CreateHouses()
|
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/ |
H A D | IndexedGeometryArray.java | 601 public void setCoordIndicesRef(int coordIndices[]) { in setCoordIndicesRef() argument 611 ((IndexedGeometryArrayRetained)this.retained).setCoordIndicesRef(coordIndices); in setCoordIndicesRef()
|
H A D | ExceptionStrings.properties | 440 IndexedGeometryArray33=IndexedGeometryArray: coordIndices array length < initial index index + vali…
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/Test/ |
H A D | testConstraints.cpp | 777 std::vector<std::vector<int> > coordIndices; in testCoordinateCouplerConstraint() local 792 coordIndices.push_back(findex); in testCoordinateCouplerConstraint() 801 coordIndices.push_back(findex); in testCoordinateCouplerConstraint() 806 coordIndices.push_back(findex); in testCoordinateCouplerConstraint() 821 …(kneeInFemur), SimTK::Body::Rigid(tibiaMass), Transform(kneeInTibia), nm, functions, coordIndices); in testCoordinateCouplerConstraint()
|
H A D | testJoints.cpp | 622 std::vector<std::vector<int> > coordIndices; in testCustomJointVsFunctionBased() local 637 coordIndices.push_back(findex); in testCustomJointVsFunctionBased() 646 coordIndices.push_back(findex); in testCustomJointVsFunctionBased() 651 coordIndices.push_back(findex); in testCustomJointVsFunctionBased() 668 nm, functions, coordIndices); in testCustomJointVsFunctionBased() 1672 std::vector<std::vector<int> > coordIndices; in testCustomWithMultidimFunction() local 1687 coordIndices.push_back(findex); in testCustomWithMultidimFunction() 1695 coordIndices.push_back(findex); in testCustomWithMultidimFunction() 1700 coordIndices.push_back(findex); in testCustomWithMultidimFunction() 1707 nm, functions, coordIndices); in testCustomWithMultidimFunction()
|
/dports/graphics/wdune/wdune-1.926/docs/export_example_java/jme2_example/ |
H A D | main.java | 652 public void accountBuffers(X3dNode coord, int coordIndices[], in accountBuffers() argument 673 for (int i = 0; i < coordIndices.length; i++) { in accountBuffers() 674 int newIndex = coordIndices[i]; in accountBuffers() 710 for (int i = 0; i < coordIndices.length; i++) { in accountBuffers() 711 int newIndex = coordIndices[i]; in accountBuffers() 735 for (int i = 0; i < coordIndices.length; i++) { in accountBuffers() 736 int newIndex = coordIndices[i]; in accountBuffers() 762 for (int i = 0; i < coordIndices.length; i++) { in accountBuffers() 763 int newIndex = coordIndices[i]; in accountBuffers()
|