Sirikata
Public Member Functions | Private Attributes
Sirikata::Transform::ErrorPredicate Class Reference

#include <Transform.hpp>

Collaboration diagram for Sirikata::Transform::ErrorPredicate:

List of all members.

Public Member Functions

 ErrorPredicate (const Error &bound)
bool operator() (const Transform &correct, const Transform &incorrect) const
 Returns true if the error is too high... i.e. the error is not less than the bound.

Private Attributes

Error mBound

Constructor & Destructor Documentation

Sirikata::Transform::ErrorPredicate::ErrorPredicate ( const Error bound) [inline]

Member Function Documentation

bool Sirikata::Transform::ErrorPredicate::operator() ( const Transform correct,
const Transform incorrect 
) const [inline]

Returns true if the error is too high... i.e. the error is not less than the bound.

References mBound.


Member Data Documentation

Referenced by operator()().


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