1 #ifndef SZA_UTIL_REGAXISRANGE_H
2 #define SZA_UTIL_REGAXISRANGE_H
14 #include "carma/szaarrayutils/szaregs.h"
38 void setTo(RegDescription& reg, CoordRange* range);
49 return iSlotOffset_ < 0 ? -1 : (int)currentElement() + iSlotOffset_;
74 #endif // End #ifndef SZA_UTIL_REGAXISRANGE_H
Tagged: Tue Oct 5 13:18:11 PDT 2004.
CoordRange currentCoordRange()
Return the (singleton) coordinate range corresponding to the current element.
friend std::ostream & operator<<(std::ostream &os, RegAxisRange &range)
Allows cout << RegAxisRange.
int currentSlot()
Return the current element.
A class for iterating over slot ranges specified in a CoordRange object.
virtual ~RegAxisRange()
Destructor.
Tagged: Fri Sep 17 15:51:07 PDT 2004.