Home
last modified time | relevance | path

Searched refs:single_origin (Results 1 – 2 of 2) sorted by relevance

/dports/math/octomap/octomap-1.9.7/octomap/src/testing/
H A Dtest_raycasting.cpp94 point3d single_origin (1.0f, 0.45f, 0.45f); in main() local
101 if (!single_beams.insertRay(single_origin, single_origin+single_endpoint)) { in main()
102 cout << "ERROR while inserting ray from " << single_origin << " to " << single_endpoint << endl; in main()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp3247 PathInfo(int a, int o) : one_hop_back(1, a), single_origin(o) {} in PathInfo()
3248 PathInfo(int o) : one_hop_back(), single_origin(o) {} in PathInfo()
3256 boost::optional<int> single_origin; member
3329 if (previous->second.single_origin in GetPathsThroughSupplyLanes()
3330 && previous->second.single_origin == curr.origin) in GetPathsThroughSupplyLanes()
3336 } else if (previous->second.single_origin in GetPathsThroughSupplyLanes()
3337 && previous->second.single_origin != curr.origin) in GetPathsThroughSupplyLanes()
3341 previous->second.single_origin = boost::none; in GetPathsThroughSupplyLanes()