Home
last modified time | relevance | path

Searched refs:nEndFID (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmgraph.h174 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID);
196 GNMGFID nEndFID, size_t nK);
236 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgraph.cpp176 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID, in DijkstraShortestPath() argument
186 GNMGFID nNextVertexId = nEndFID; in DijkstraShortestPath()
233 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID) in DijkstraShortestPath() argument
235 return DijkstraShortestPath(nStartFID, nEndFID, m_mstEdges); in DijkstraShortestPath()
238 std::vector<GNMPATH> GNMGraph::KShortestPaths(GNMGFID nStartFID, GNMGFID nEndFID, in KShortestPaths() argument
258 GNMPATH aoFirstPath = DijkstraShortestPath(nStartFID, nEndFID); in KShortestPaths()
353 aoSpurPath = DijkstraShortestPath(nSpurNode, nEndFID, mstEdges); in KShortestPaths()
H A Dgnmnetwork.cpp88 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm, in GNMGetPath() argument
93 return (OGRLayerH) ((GNMNetwork*)hNet)->GetPath(nStartFID, nEndFID, in GNMGetPath()
H A Dgnm_api.h51 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm,
H A Dgnm.h162 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
409 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgenericnetwork.cpp772 OGRLayer *GNMGenericNetwork::GetPath(GNMGFID nStartFID, GNMGFID nEndFID, in GetPath() argument
805 GNMPATH path = m_oGraph.DijkstraShortestPath(nStartFID, nEndFID); in GetPath()
819 nEndFID, nK); in GetPath()
850 anEmitters.push_back(nEndFID); in GetPath()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmgraph.h174 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID);
196 GNMGFID nEndFID, size_t nK);
236 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgraph.cpp176 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID, in DijkstraShortestPath() argument
186 GNMGFID nNextVertexId = nEndFID; in DijkstraShortestPath()
233 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID) in DijkstraShortestPath() argument
235 return DijkstraShortestPath(nStartFID, nEndFID, m_mstEdges); in DijkstraShortestPath()
238 std::vector<GNMPATH> GNMGraph::KShortestPaths(GNMGFID nStartFID, GNMGFID nEndFID, in KShortestPaths() argument
258 GNMPATH aoFirstPath = DijkstraShortestPath(nStartFID, nEndFID); in KShortestPaths()
353 aoSpurPath = DijkstraShortestPath(nSpurNode, nEndFID, mstEdges); in KShortestPaths()
H A Dgnmnetwork.cpp88 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm, in GNMGetPath() argument
93 return (OGRLayerH) ((GNMNetwork*)hNet)->GetPath(nStartFID, nEndFID, in GNMGetPath()
H A Dgnm_api.h51 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm,
H A Dgnm.h162 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
409 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgenericnetwork.cpp772 OGRLayer *GNMGenericNetwork::GetPath(GNMGFID nStartFID, GNMGFID nEndFID, in GetPath() argument
805 GNMPATH path = m_oGraph.DijkstraShortestPath(nStartFID, nEndFID); in GetPath()
819 nEndFID, nK); in GetPath()
850 anEmitters.push_back(nEndFID); in GetPath()
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmgraph.h174 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID);
196 GNMGFID nEndFID, size_t nK);
236 virtual GNMPATH DijkstraShortestPath(GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgraph.cpp176 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID, in DijkstraShortestPath() argument
186 GNMGFID nNextVertexId = nEndFID; in DijkstraShortestPath()
233 GNMPATH GNMGraph::DijkstraShortestPath( GNMGFID nStartFID, GNMGFID nEndFID) in DijkstraShortestPath() argument
235 return DijkstraShortestPath(nStartFID, nEndFID, m_mstEdges); in DijkstraShortestPath()
238 std::vector<GNMPATH> GNMGraph::KShortestPaths(GNMGFID nStartFID, GNMGFID nEndFID, in KShortestPaths() argument
258 GNMPATH aoFirstPath = DijkstraShortestPath(nStartFID, nEndFID); in KShortestPaths()
353 aoSpurPath = DijkstraShortestPath(nSpurNode, nEndFID, mstEdges); in KShortestPaths()
H A Dgnmnetwork.cpp88 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm, in GNMGetPath() argument
93 return (OGRLayerH) ((GNMNetwork*)hNet)->GetPath(nStartFID, nEndFID, in GNMGetPath()
H A Dgnm_api.h51 GNMGFID nEndFID, GNMGraphAlgorithmType eAlgorithm,
H A Dgnm.h162 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
409 virtual OGRLayer *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
H A Dgnmgenericnetwork.cpp772 OGRLayer *GNMGenericNetwork::GetPath(GNMGFID nStartFID, GNMGFID nEndFID, in GetPath() argument
805 GNMPATH path = m_oGraph.DijkstraShortestPath(nStartFID, nEndFID); in GetPath()
819 nEndFID, nK); in GetPath()
850 anEmitters.push_back(nEndFID); in GetPath()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dgnm.i222 OGRLayerShadow *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
226 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options);
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dgnm.i222 OGRLayerShadow *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
226 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options);
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dgnm.i222 OGRLayerShadow *GetPath (GNMGFID nStartFID, GNMGFID nEndFID,
226 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/
H A Dgnm_wrap.cpp1892 …NMNetworkShadow_GetPath(GNMNetworkShadow *self,GIntBig nStartFID,GIntBig nEndFID,GNMGraphAlgorithm… in GNMNetworkShadow_GetPath() argument
1893 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options); in GNMNetworkShadow_GetPath()
/dports/graphics/gdal/gdal-3.3.3/swig/perl/
H A Dgnm_wrap.cpp1892 …NMNetworkShadow_GetPath(GNMNetworkShadow *self,GIntBig nStartFID,GIntBig nEndFID,GNMGraphAlgorithm… in GNMNetworkShadow_GetPath() argument
1893 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options); in GNMNetworkShadow_GetPath()
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/
H A Dgnm_wrap.cpp1892 …NMNetworkShadow_GetPath(GNMNetworkShadow *self,GIntBig nStartFID,GIntBig nEndFID,GNMGraphAlgorithm… in GNMNetworkShadow_GetPath() argument
1893 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options); in GNMNetworkShadow_GetPath()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/extensions/
H A Dgnm_wrap.cpp3765 …NMNetworkShadow_GetPath(GNMNetworkShadow *self,GIntBig nStartFID,GIntBig nEndFID,GNMGraphAlgorithm… in GNMNetworkShadow_GetPath() argument
3766 return GNMGetPath(self, nStartFID, nEndFID, eAlgorithm, options); in GNMNetworkShadow_GetPath()

12