10 #ifndef ossimHsiVector_HEADER 11 #define ossimHsiVector_HEADER 23 out <<
"<" << data.
theBuf[0] <<
", " 55 colorValue = colorValue >
max?
max:colorValue;
56 colorValue = colorValue <
min?
min:colorValue;
ossim_float64 clamp(ossim_float64 colorValue, ossim_float64 min=0, ossim_float64 max=1) const
ossim_float64 getS() const
ossim_float64 getH() const
ossimHsiVector(ossim_float64 h=0, ossim_float64 s=0, ossim_float64 i=0)
ostream & operator<<(ostream &out, const ossimAxes &axes)
void setI(ossim_float64 I)
void setH(ossim_float64 H)
ossim_float64 getI() const
void setS(ossim_float64 S)
std::basic_ostream< char > ostream
Base class for char output streams.