#include <locatingpin.hpp>

For internal use only.
helper for the (preliminary) position resolve() implementation.
Definition at line 130 of file locatingpin.hpp.
Public Member Functions | |
| Pipe | getPipe () |
| Time | getTime () |
| get some time value which could stand in for this solution. | |
| bool | is_definite () |
| bool | is_impossible () |
| bool | still_to_solve () |
Public Attributes | |
| bool | impo |
| Time | maxTime |
| Track | maxTrack |
| Time | minTime |
| Track | minTrack |
| LocatingPin::Time mobject::session::LocatingPin::LocatingSolution::getTime | ( | ) |
get some time value which could stand in for this solution.
This doesn't imply this value is a solution, It's just a value we can use. At the moment (10/07), LocatingSolution is implemented as interval, and we return the lower bound here.
Definition at line 140 of file locatingpin.cpp.
Referenced by mobject::session::LocatingPin::resolve().

1.5.6