5 #ifndef BALL_VIEW_DATATYPE_COLORHSV_H 6 #define BALL_VIEW_DATATYPE_COLORHSV_H 12 #ifndef BALL_DATATYPE_STRING_H 16 #ifndef BALL_VIEW_DATATYPE_COLORUNIT_H 20 #ifndef BALL_VIEW_DATATYPE_COLORUNITHUE_H 126 virtual void clear();
181 void set(
const char* value);
191 const ColorHSV& operator = (
const char* value);
201 void get(
char* value)
const;
211 void set(
const String& value);
229 void get(
String& value)
const;
267 void setSaturation(
const ColorUnit& saturation);
347 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
384 void stringToHSV_ (
const String& value);
391 # ifndef BALL_NO_INLINE_FUNCTIONS 392 # include <BALL/VIEW/DATATYPE/colorHSV.iC> 398 #endif // <BALL/VIEW_DATATYPE_COLORHSV_H BALL_EXPORT bool operator!=(const String &s1, const String &s2)
std::ostream & operator<<(std::ostream &o, const PixelFormat &f)
BALL_EXPORT bool operator<=(const String &s1, const String &s2)
BALL_EXPORT bool operator<(const String &s1, const String &s2)
std::istream & operator>>(std::istream &is, TRegularData1D< ValueType > &grid)
Input operator.
BALL_EXPORT bool operator>(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
BALL_EXPORT bool operator>=(const String &s1, const String &s2)
#define BALL_CREATE(name)