Fawkes API
Fawkes Development Version
|
Time and frame ID comparator class. More...
Public Member Functions | |
TimeAndFrameIDFrameComparator (CompactFrameID id) | |
Constructor. More... | |
bool | operator() (const P_TimeAndFrameID &rhs) const |
Application operator. More... | |
Public Attributes | |
CompactFrameID | id |
Frame number to look for. More... | |
Time and frame ID comparator class.
Definition at line 487 of file transformer.cpp.
|
inline |
|
inline |
Application operator.
rhs | right-hand side to compare to |
Definition at line 500 of file transformer.cpp.
References id.
CompactFrameID fawkes::tf::TimeAndFrameIDFrameComparator::id |
Frame number to look for.
Definition at line 506 of file transformer.cpp.
Referenced by operator()().