38 FixedLocation::clone ()
const 40 return new FixedLocation (*
this);
46 FixedLocation::intersect (LocatingSolution& solution)
const 48 LocatingPin::intersect (solution);
50 TODO (
"either set position or make overconstrained");
51 if (solution.minTime <= this->time_)
52 solution.minTime = this->time_;
55 if (solution.maxTime >= this->time_)
56 solution.maxTime = this->time_;
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Specialised LocatingPin for use in Placement, especially for globally fixed positions The FixedLocati...