Field3D
Curve::CheckTEqual Struct Reference

Used when finding values in the m_samples vector. More...

List of all members.

Public Member Functions

 CheckTEqual (float match)
bool operator() (std::pair< float, T > test)

Private Attributes

float m_match

Detailed Description

Used when finding values in the m_samples vector.


Constructor & Destructor Documentation

Curve::CheckTEqual::CheckTEqual ( float  match) [inline]

Definition at line 133 of file Curve.h.

      : m_match(match)
    { }

Member Function Documentation

bool Curve::CheckTEqual::operator() ( std::pair< float, T >  test) [inline]

Definition at line 136 of file Curve.h.

References m_match.

    {
      return test.first == m_match;
    }

Member Data Documentation

float Curve::CheckTEqual::m_match [private]

Definition at line 141 of file Curve.h.

Referenced by operator()().


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