5 #ifndef BALL_VIEW_DATATYPE_COLORUNITHUE_H 6 #define BALL_VIEW_DATATYPE_COLORUNITHUE_H 12 #ifndef BALL_DATATYPE_STRING_H 16 #ifndef BALL_VIEW_DATATYPE_COLORUNIT_H 132 virtual void clear();
147 operator short ()
const;
152 operator unsigned short ()
const;
157 operator int ()
const;
162 operator unsigned int ()
const;
167 operator long ()
const;
172 operator unsigned long ()
const;
177 operator float ()
const;
187 operator long double ()
const;
212 void set(
const char* value);
228 void get(
char* value)
const;
235 void set(
const String& value);
249 void get(
String& value)
const;
255 void set(
const short value);
267 void get(
short& value)
const;
273 void set(
const unsigned short value);
280 const ColorUnitHue& operator = (
const unsigned short value);
285 void get(
unsigned short& value)
const;
291 void set(
const int value);
303 void get(
int& value)
const;
309 void set(
const unsigned int value);
316 const ColorUnitHue& operator = (
const unsigned int value);
321 void get(
unsigned int& value)
const;
327 void set(
const long value);
339 void get(
long& value)
const;
345 void set(
const unsigned long value);
352 const ColorUnitHue& operator = (
const unsigned long value);
357 void get(
unsigned long& value)
const;
363 void set(
const float value);
376 void get(
float& value)
const;
382 void set(
const double value);
394 void get(
double& value)
const;
400 void set(
const long double value);
407 const ColorUnitHue& operator = (
const long double value);
412 void get(
long double& value)
const;
454 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
484 float hexToFloat_(
const char*
string);
489 # ifndef BALL_NO_INLINE_FUNCTIONS 490 # include <BALL/VIEW/DATATYPE/colorUnitHue.iC> 496 #endif // BALL_VIEW_DATATYPE_COLORUNITHUE_H
#define BALL_CREATE(name)
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)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
BALL_EXPORT bool operator<=(const String &s1, const String &s2)
-*- Mode: C++; tab-width: 2; -*-
std::ostream & operator<<(std::ostream &o, const PixelFormat &f)
BALL_EXPORT bool operator<(const String &s1, const String &s2)