|  | 
| void | assert_failed (const char *, const char *, int) | 
|  | 
| void | test_assert (bool x, const char *ex, const char *file, int line) __attribute__((nonnull)) | 
|  | 
| carto::Object | getObjectHeader (Headered &h) | 
|  | 
| Object | none () | 
|  | 
| void | object_to (Object o, T &r) | 
|  | 
| void | object_to (Object, const T &) | 
|  | 
| void | object_to (Object o, bool &r) | 
|  | 
| void | object_to (Object o, unsigned char &r) | 
|  | 
| void | object_to (Object o, signed char &r) | 
|  | 
| void | object_to (Object o, char &r) | 
|  | 
| void | object_to (Object o, unsigned short &r) | 
|  | 
| void | object_to (Object o, short &r) | 
|  | 
| void | object_to (Object o, unsigned &r) | 
|  | 
| void | object_to (Object o, int &r) | 
|  | 
| void | object_to (Object o, float &r) | 
|  | 
| void | object_to (Object o, double &r) | 
|  | 
| void | object_to (Object o, std::string &r) | 
|  | 
| void | object_to (Object o, Object &r) | 
|  | 
| void | swap (scoped_ptr< T > &x, scoped_ptr< T > &y) | 
|  | 
| weak_ptr< U > | weak_cast (const weak_ptr< T > &) | 
|  | 
| unsigned | cpuCount () | 
|  | 
| int | byteOrder () | 
|  | 
| const char * | byteOrderString () | 
|  | 
| int | stringToByteOrder (const std::string &bos) | 
|  | 
| T | min_limit () | 
|  | 
| bool | ismin_limit (T value) | 
|  | 
| bool | ismax_limit (T value) | 
|  | 
| bool | isvalidvalue (TYPE value) | 
|  | 
| TYPE | getcheckedmin (double min) | 
|  | 
| TYPE | getcheckedmax (double max) | 
|  | 
| std::string | toString (const T &object) | 
|  | 
| std::string | toString (const char &object) | 
|  | 
| std::vector< std::string > | split (const std::string &text, const std::string &sep) | 
|  | 
| std::vector< std::string > | split (const std::string &text, const std::set< std::string > &sep) | 
|  | 
| std::string | join (const std::vector< std::string > &pieces, const std::string &sep) | 
|  | 
| std::string | stringLower (const std::string &) | 
|  | 
| std::string | stringUpper (const std::string &) | 
|  | 
| std::string | stringStrip (const std::string &str, char c=' ') | 
|  | 
| bool | isInt (const std::string &s) | 
|  | 
| bool | isFloat (const std::string &s) | 
|  | 
| std::string | toString (const unsigned char &object) | 
|  | 
| std::string | toString (const signed char &object) | 
|  | 
| void | stringTo (const std::string &value, T &result) | 
|  | 
| void | stringTo< std::string > (const std::string &value, std::string &result) | 
|  | 
| void | stringTo< long > (const std::string &value, long &result) | 
|  | 
| void | stringTo< unsigned long > (const std::string &value, unsigned long &result) | 
|  | 
| void | stringTo< int > (const std::string &value, int &result) | 
|  | 
| void | stringTo< unsigned int > (const std::string &value, unsigned int &result) | 
|  | 
| void | stringTo< unsigned char > (const std::string &value, unsigned char &result) | 
|  | 
| void | stringTo< signed char > (const std::string &value, signed char &result) | 
|  | 
| void | stringTo< char > (const std::string &value, char &result) | 
|  | 
| void | stringTo< unsigned short > (const std::string &value, unsigned short &result) | 
|  | 
| void | stringTo< short > (const std::string &value, short &result) | 
|  | 
| void | stringTo< double > (const std::string &value, double &result) | 
|  | 
| void | stringTo< float > (const std::string &value, float &result) | 
|  | 
| void | stringTo< bool > (const std::string &value, bool &result) | 
|  | 
| std::string | quotedString (const std::string &s, char *quote=0, bool with_quotes=true) | 
|  | 
| carto::Object | getObjectHeader (T &) | 
|  | 
| std::ostream & | operator<< (std::ostream &out, const VoxelValue< T, C > &aa) | 
|  | 
| std::istream & | operator>> (std::istream &in, VoxelValue< T, C > &aa) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const uint8_t &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const uint16_t &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const uint32_t &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const uint64_t &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const float &bb) | 
|  | 
| VoxelRGB | operator+ (const VoxelRGB &aa, const double &bb) | 
|  | 
| VoxelRGB | operator+ (const uint8_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const uint16_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const uint32_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const uint64_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const float &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator+ (const double &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const uint8_t &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const uint16_t &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const uint32_t &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const uint64_t &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const float &bb) | 
|  | 
| VoxelRGB | operator- (const VoxelRGB &aa, const double &bb) | 
|  | 
| VoxelRGB | operator- (const uint8_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const uint16_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const uint32_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const uint64_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const float &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator- (const double &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const uint8_t &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const uint16_t &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const uint32_t &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const uint64_t &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const float &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const double &bb) | 
|  | 
| VoxelRGB | operator* (const uint8_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const uint16_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const uint32_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const uint64_t &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const float &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator* (const double &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const uint8_t &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const uint16_t &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const uint32_t &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const uint64_t &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const float &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const double &bb) | 
|  | 
| VoxelRGB | operator* (const VoxelRGB &aa, const long &bb) | 
|  | 
| VoxelRGB | operator* (const long &aa, const VoxelRGB &bb) | 
|  | 
| VoxelRGB | operator/ (const VoxelRGB &aa, const long &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const uint8_t &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const uint16_t &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const uint32_t &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const uint64_t &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const float &bb) | 
|  | 
| VoxelRGBA | operator+ (const VoxelRGBA &aa, const double &bb) | 
|  | 
| VoxelRGBA | operator+ (const uint8_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const uint16_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const uint32_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const uint64_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const float &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator+ (const double &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const uint8_t &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const uint16_t &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const uint32_t &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const uint64_t &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const float &bb) | 
|  | 
| VoxelRGBA | operator- (const VoxelRGBA &aa, const double &bb) | 
|  | 
| VoxelRGBA | operator- (const uint8_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const uint16_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const uint32_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const uint64_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const float &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator- (const double &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const uint8_t &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const uint16_t &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const uint32_t &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const uint64_t &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const float &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const double &bb) | 
|  | 
| VoxelRGBA | operator* (const uint8_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const uint16_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const uint32_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const uint64_t &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const float &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator* (const double &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const uint8_t &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const uint16_t &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const uint32_t &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const uint64_t &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const float &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const double &bb) | 
|  | 
| VoxelRGBA | operator* (const VoxelRGBA &aa, const long &bb) | 
|  | 
| VoxelRGBA | operator* (const long &aa, const VoxelRGBA &bb) | 
|  | 
| VoxelRGBA | operator/ (const VoxelRGBA &aa, const long &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const uint8_t &bb) | 
|  | 
| VoxelHSV | operator+ (const uint8_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const uint8_t &bb) | 
|  | 
| VoxelHSV | operator- (const uint8_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const uint8_t &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const uint16_t &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const uint32_t &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const uint64_t &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const float &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const double &bb) | 
|  | 
| VoxelHSV | operator* (const uint8_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const uint16_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const uint32_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const uint64_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const float &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator* (const double &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const uint8_t &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const uint16_t &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const uint32_t &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const uint64_t &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const float &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const double &bb) | 
|  | 
| VoxelHSV | operator* (const VoxelHSV &aa, const long &bb) | 
|  | 
| VoxelHSV | operator* (const long &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator/ (const VoxelHSV &aa, const long &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const uint16_t &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const uint32_t &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const uint64_t &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const float &bb) | 
|  | 
| VoxelHSV | operator+ (const VoxelHSV &aa, const double &bb) | 
|  | 
| VoxelHSV | operator+ (const uint16_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator+ (const uint32_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator+ (const uint64_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator+ (const float &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator+ (const double &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const uint16_t &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const uint32_t &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const uint64_t &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const float &bb) | 
|  | 
| VoxelHSV | operator- (const VoxelHSV &aa, const double &bb) | 
|  | 
| VoxelHSV | operator- (const uint16_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const uint32_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const uint64_t &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const float &aa, const VoxelHSV &bb) | 
|  | 
| VoxelHSV | operator- (const double &aa, const VoxelHSV &bb) | 
|  |