5 #ifndef BALL_VIEW_DATATYPE_COLORUNIT_H
6 #define BALL_VIEW_DATATYPE_COLORUNIT_H
12 #ifndef BALL_DATATYPE_STRING_H
170 operator char ()
const;
175 operator unsigned char ()
const;
180 operator short ()
const;
185 operator unsigned short ()
const;
190 operator int ()
const;
195 operator unsigned int ()
const;
200 operator long ()
const;
205 operator unsigned long ()
const;
210 operator float ()
const;
245 void set(
const char* value);
253 const ColorUnit& operator = (
const char* value);
260 void get(
char* value)
const;
269 void set(
const String& value);
282 void get(
String& value)
const;
287 void set(
const unsigned char value);
293 const ColorUnit& operator = (
const unsigned char value);
298 void get(
unsigned char& value)
const;
304 void set(
const short value);
311 const ColorUnit& operator = (
const short value);
316 void get(
short& value)
const;
322 void set(
const unsigned short value);
329 const ColorUnit& operator = (
const unsigned short value);
334 void get(
unsigned short& value)
const;
340 void set(
const int value);
347 const ColorUnit& operator = (
const int value);
352 void get(
int& value)
const;
358 void set(
const unsigned int value);
365 const ColorUnit& operator = (
const unsigned int value);
370 void get(
unsigned int& value)
const;
376 void set(
const long value);
383 const ColorUnit& operator = (
const long value);
388 void get(
long& value)
const;
394 void set(
const unsigned long value);
401 const ColorUnit& operator = (
const unsigned long value);
406 void get(
unsigned long& value)
const;
412 void set(
const float value);
419 const ColorUnit& operator = (
const float value);
424 void get(
float& value)
const;
430 void set(
const double value);
437 const ColorUnit& operator = (
const double value);
442 void get(
double& value)
const;
497 void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
526 float hexToFloat_(
const char* value);
532 # ifndef BALL_NO_INLINE_FUNCTIONS
533 # include <BALL/VIEW/DATATYPE/colorUnit.iC>
539 #endif // BALL_VIEW_DATATYPE_COLORUNIT_H
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)