Fawkes API  Fawkes Development Version
fawkes::tf::TimeAndFrameIDFrameComparator Struct Reference

Time and frame ID comparator class. More...

List of all members.

Public Member Functions

 TimeAndFrameIDFrameComparator (CompactFrameID id)
 Constructor.
bool operator() (const P_TimeAndFrameID &rhs) const
 Application operator.

Public Attributes

CompactFrameID id
 Frame number to look for.

Detailed Description

Time and frame ID comparator class.


Constructor & Destructor Documentation

fawkes::tf::TimeAndFrameIDFrameComparator::TimeAndFrameIDFrameComparator ( CompactFrameID  id) [inline]

Constructor.

Parameters:
idframe number to look for

Definition at line 492 of file transformer.cpp.


Member Function Documentation

bool fawkes::tf::TimeAndFrameIDFrameComparator::operator() ( const P_TimeAndFrameID &  rhs) const [inline]

Application operator.

Parameters:
rhsright-hand side to compare to
Returns:
true if the frame numbers are equal, false otherwise

Definition at line 500 of file transformer.cpp.

References id.


Member Data Documentation

Frame number to look for.

Definition at line 506 of file transformer.cpp.

Referenced by operator()().


The documentation for this struct was generated from the following file: