/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/ |
H A D | SoLinearProfile.cpp | 169 points = (float*) elem->getArrayPtr3(); in getTrimCurve() 239 points = (float *) elem->getArrayPtr3(); in getVertices()
|
H A D | SoNurbsProfile.cpp | 300 points = (float*) elem->getArrayPtr3(); in getTrimCurve()
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/ |
H A D | SoProfileCoordinateElement.h | 72 const SbVec3f * getArrayPtr3(void) const;
|
H A D | SoCoordinateElement.h | 61 const SbVec3f *getArrayPtr3() const;
|
H A D | SoMultiTextureCoordinateElement.h | 103 const SbVec3f * getArrayPtr3(const int unit = 0) const;
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/ |
H A D | SoNonIndexedShape.cpp | 130 coordelem->getArrayPtr3(); in computeCoordBBox()
|
H A D | SoIndexedShape.cpp | 163 coordelem->getArrayPtr3(); in computeBBox()
|
H A D | SoNurbsCurve.cpp | 259 const SbVec3f * coords = coordelem->getArrayPtr3(); in computeBBox()
|
H A D | SoIndexedNurbsCurve.cpp | 183 const SbVec3f * coords = coordelem->getArrayPtr3(); in computeBBox()
|
H A D | SoNurbsSurface.cpp | 279 const SbVec3f * coords = coordelem->getArrayPtr3(); in computeBBox()
|
H A D | SoIndexedNurbsSurface.cpp | 220 const SbVec3f * coords = coordelem->getArrayPtr3(); in computeBBox()
|
H A D | SoQuadMesh.cpp | 377 const SbVec3f * coords3d = is3d ? coords->getArrayPtr3() : NULL; in GLRender() 1001 const SbVec3f * coords = SoCoordinateElement::getInstance(state)->getArrayPtr3(); in generateDefaultNormals()
|
H A D | SoIndexedTriangleStripSet.cpp | 367 coordelem->getArrayPtr3(); in generateDefaultNormals()
|
H A D | SoShape.cpp | 1632 case 3: tptr = (const GLvoid*) mtelem->getArrayPtr3(i); break; in startVertexArray() 1678 ((const GLvoid *)coords->getArrayPtr3()) : in startVertexArray()
|
H A D | SoLineSet.cpp | 251 coords3d = coords->getArrayPtr3(); in GLRender()
|
H A D | SoTriangleStripSet.cpp | 283 coords3d = coords->getArrayPtr3(); in GLRender()
|
H A D | SoIndexedFaceSet.cpp | 1096 const SbVec3f * coords = SoCoordinateElement::getInstance(state)->getArrayPtr3(); in generateDefaultNormals()
|
H A D | SoFaceSet.cpp | 312 coords3d = coords->getArrayPtr3(); in GLRender()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/ |
H A D | SoProfileCoordinateElement.cpp | 242 SoProfileCoordinateElement::getArrayPtr3(void) const in getArrayPtr3() function in SoProfileCoordinateElement
|
H A D | SoCoordinateElement.cpp | 248 SoCoordinateElement::getArrayPtr3() const in getArrayPtr3() function in SoCoordinateElement
|
H A D | SoMultiTextureCoordinateElement.cpp | 489 SoMultiTextureCoordinateElement::getArrayPtr3(const int unit) const in getArrayPtr3() function in SoMultiTextureCoordinateElement
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/ |
H A D | SoToVRML2Action.cpp | 1359 if (coordElem->getArrayPtr3() != NULL) { in soifs_cb() 1360 ifs->coord = thisp->get_or_create_coordinate(coordElem->getArrayPtr3(), in soifs_cb() 1462 if (coordElem->getArrayPtr3() != NULL) { in soils_cb() 1463 newcoord = thisp->get_or_create_coordinate(coordElem->getArrayPtr3(), in soils_cb() 1496 SbVec3f * c = const_cast<SbVec3f*>(coordElem->getArrayPtr3()); in soils_cb() 1520 if (coordElem->getArrayPtr3() == NULL) delete[] c; in soils_cb() 1617 if (coordElem->getArrayPtr3() != NULL) { in solineset_cb() 1618 ils->coord = thisp->get_or_create_coordinate(coordElem->getArrayPtr3(), in solineset_cb() 1743 if (coordElem->getArrayPtr3() != NULL) { in sopointset_cb() 1744 ps->coord = thisp->get_or_create_coordinate(coordElem->getArrayPtr3(), numpts); in sopointset_cb()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/ |
H A D | SoGL.cpp | 898 coords3d = coords->getArrayPtr3(); in GLRender() 1291 coords3d = vertexlist->getArrayPtr3(); in GLRender() 1812 coords3d = vertexlist->getArrayPtr3(); in GLRender()
|
H A D | SoGLNurbs.cpp | 1017 (GLfloat *)coordelem->getArrayPtr3() : in sogl_render_nurbs_surface() 1343 (GLfloat *)coords->getArrayPtr3() : in sogl_render_nurbs_curve()
|