FACT++  1.0
const PixelMapEntry& PixelMap::cbpx ( int  c) const
inline

Definition at line 118 of file PixelMap.h.

References begin, PixelMapEntry::empty(), and end.

Referenced by FactGui::BiasCamChannelChanged().

119  {
120  for (std::vector<PixelMapEntry>::const_iterator it=begin(); it!=end(); it++)
121  if (it->cbpx==c)
122  return *it;
123 #ifdef DEBUG
124  std::cerr << "PixelMap: cbpx " << c << " not found" << std::endl;
125 #endif
126  return PixelMapEntry::empty();
127  }
double begin
double end
static const PixelMapEntry & empty()
Definition: PixelMap.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: