|
Field3D
|
Used when finding values in the m_samples vector. More...
Public Member Functions | |
| CheckTGreaterThan (float match) | |
| bool | operator() (std::pair< float, T > test) |
Private Attributes | |
| float | m_match |
Used when finding values in the m_samples vector.
| Curve< T >::CheckTGreaterThan::CheckTGreaterThan | ( | float | match | ) | [inline] |
| bool Curve< T >::CheckTGreaterThan::operator() | ( | std::pair< float, T > | test | ) | [inline] |
Definition at line 121 of file Curve.h.
References Curve< T >::CheckTGreaterThan::m_match.
{
return test.first > m_match;
}
float Curve< T >::CheckTGreaterThan::m_match [private] |
Definition at line 126 of file Curve.h.
Referenced by Curve< T >::CheckTGreaterThan::operator()().