USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::ControlNet::ControlMeasureLessThanFunctor Class Reference
Inheritance diagram for Isis::ControlNet::ControlMeasureLessThanFunctor:
Inheritance graph
Collaboration diagram for Isis::ControlNet::ControlMeasureLessThanFunctor:
Collaboration graph

Public Member Functions

 ControlMeasureLessThanFunctor (double(ControlMeasure::*accessorMethod)() const)
 
 ControlMeasureLessThanFunctor (ControlMeasureLessThanFunctor const &other)
 
bool operator() (ControlMeasure *const &, ControlMeasure *const &)
 The () operator for the Control Measure less than functor.
 
ControlMeasureLessThanFunctoroperator= (ControlMeasureLessThanFunctor const &other)
 Copies the content of the a ControlMeasureLessThanFunctor.
 

Private Attributes

double(ControlMeasure::* m_accessor )() const
 

Detailed Description

Author
2012-04-13 Orrin Thomas

Definition at line 308 of file ControlNet.h.

Member Function Documentation

bool Isis::ControlNet::ControlMeasureLessThanFunctor::operator() ( ControlMeasure *const &  a,
ControlMeasure *const &  b 
)

The () operator for the Control Measure less than functor.

Parameters
a,ControlMeasure*pointer to the first control measure
b,ControlMeasure*pointer to the sencond control measure

Definition at line 1014 of file ControlNet.cpp.

ControlNet::ControlMeasureLessThanFunctor & Isis::ControlNet::ControlMeasureLessThanFunctor::operator= ( ControlMeasureLessThanFunctor const &  other)

Copies the content of the a ControlMeasureLessThanFunctor.

Parameters
other,referenceto the other ControlMeasureLessThanFunctor

Definition at line 996 of file ControlNet.cpp.


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