Searched refs:single_origin (Results 1 – 2 of 2) sorted by relevance
94 point3d single_origin (1.0f, 0.45f, 0.45f); in main() local101 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()
3247 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; member3329 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()