29 FixedLocation::clone ()
const 31 return new FixedLocation (*
this);
37 FixedLocation::intersect (LocatingSolution& solution)
const 39 LocatingPin::intersect (solution);
41 TODO (
"either set position or make overconstrained");
42 if (solution.minTime <= this->time_)
43 solution.minTime = this->time_;
46 if (solution.maxTime >= this->time_)
47 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...