Home
last modified time | relevance | path

Searched defs:endVertex (Results 1 – 25 of 84) sorted by relevance

1234

/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/graph/
H A DBFSShortestPath.java50 public static List<Edge> findPathBetween(Graph graph, Object startVertex, Object endVertex) { in findPathBetween()
64 private static List<Edge> createPath(MyBreadthFirstIterator iter, Object endVertex) { in createPath()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/test/java/org/openscience/cdk/graph/
H A DBFSShortestPathTest.java44 Object endVertex = graph.vertexSet().toArray()[5]; in testFindPathBetween_Graph_Object_Object() local
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshlayerrenderer.cpp402 const QgsMeshVertex &endVertex = vertices[endVertexIndex]; in renderEdgeMesh() local
450 const QgsMeshVertex &endVertex = vertices[endVertexId]; in renderFaceMesh() local
517 const QgsMeshVertex &endVertex = vertices[endVertexIndex]; in renderScalarDatasetOnEdges() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmeshlayerrenderer.cpp389 const QgsMeshVertex &endVertex = vertices[endVertexIndex]; in renderEdgeMesh() local
434 const QgsMeshVertex &endVertex = vertices[endVertexId]; in renderFaceMesh() local
501 const QgsMeshVertex &endVertex = vertices[endVertexIndex]; in renderScalarDatasetOnEdges() local
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DQhull.h121 QhullVertex endVertex() const { return QhullVertex(qhull_qh->vertex_tail); } in endVertex() function
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DKeyEdge.h55 KeyVertex * endVertex() const { return endVertex_; } in endVertex() function
H A DKeyHalfedge.cpp64 KeyVertex * KeyHalfedge::endVertex() const in endVertex() function in VectorAnimationComplex::KeyHalfedge
H A DSmartKeyEdgeSet.cpp195 … Vertex * endVertex = edge->endVertex(); // we know it's not null since we rejected pure loops in SmartKeyEdgeSet() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkPolylineMask2DImageFilter.hxx115 VertexType endVertex; in GenerateData() local
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dslicer.h32 const MeshVertex* endVertex = nullptr; variable
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DQhull.h106 QhullVertex endVertex() const { return QhullVertex(qh_qh, qh_qh->vertex_tail); } in endVertex() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DQhull.h106 QhullVertex endVertex() const { return QhullVertex(qh_qh, qh_qh->vertex_tail); } in endVertex() function
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DQhull.h107 QhullVertex endVertex() const { return QhullVertex(qh_qh, qh_qh->vertex_tail); } in endVertex() function
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ClipFaces.h31 b3Float4 endVertex = pVtxIn[0]; in clipFaceGlobal() local
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ClipFaces.h31 b3Float4 endVertex = pVtxIn[0]; in clipFaceGlobal() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ClipFaces.h31 b3Float4 endVertex = pVtxIn[0]; in clipFaceGlobal() local
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ClipFaces.h31 b3Float4 endVertex = pVtxIn[0]; in clipFaceGlobal() local
/dports/cad/sumo/sumo-1.2.0/tools/assign/
H A Dassign.py288 def assignVeh(verbose, vehicles, startVertex, endVertex, edges, AssignedVeh, AssignedTrip, vehID): argument
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/STRUCTURE/
H A DgraphFace.h573 GraphFace<Vertex,Edge,Face>::endVertex() in endVertex() function
581 GraphFace<Vertex,Edge,Face>::endVertex() const in endVertex() function
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/
H A Dmdal_memory_data_model.hpp33 size_t endVertex; member
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMeshOrientable.h70 unsigned int endVertex() { return endVertex_; } in endVertex() function
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMeshOrientable.h70 unsigned int endVertex() { return endVertex_; } in endVertex() function
/dports/cad/sumo/sumo-1.2.0/tools/net/
H A DodConnectionsCheck.py127 …def checkRoute(self, startVertex, endVertex, totalCounts, subCounts, P, odPairSet, matrixEntry, sk… argument
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTerrain.cpp198 osg::Vec3d endVertex = osg::Vec3d(local_x,local_y,zFar) * inverse; in getWorldCoordsUnderMouse() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/math/
H A Dpolygon.cpp294 bool Polygon::isLineInCone(int startVertexIndex, const Vertex &endVertex, bool includeEdges) const { in isLineInCone() argument

1234