|
string | scifir::to_string (const pixel &x) |
|
bool | scifir::is_pixel (const string &init_pixel) |
|
pixel | scifir::sqrt (const pixel &x) |
|
pixel | scifir::sqrt_nth (const pixel &x, int index) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
scifir::pixel | operator+ (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
scifir::pixel | operator- (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
scifir::pixel | operator* (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
scifir::pixel | operator/ (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
scifir::pixel | operator^ (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator== (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator!= (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator< (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator> (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator<= (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator>= (T x, const scifir::pixel &y) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator== (const scifir::pixel &y, T x) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator!= (const scifir::pixel &y, T x) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator< (const scifir::pixel &y, T x) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator> (const scifir::pixel &y, T x) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator<= (const scifir::pixel &y, T x) |
|
template<typename T , typename = typename enable_if<scifir::is_number<T>::value>::type> |
bool | operator>= (const scifir::pixel &y, T x) |
|
bool | operator== (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator!= (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator< (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator> (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator<= (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator>= (const scifir::pixel &x, const scifir::pixel &y) |
|
bool | operator== (const scifir::pixel &x, const string &init_pixel) |
|
bool | operator!= (const scifir::pixel &x, const string &init_pixel) |
|
bool | operator== (const string &init_pixel, const scifir::pixel &x) |
|
bool | operator!= (const string &init_pixel, const scifir::pixel &x) |
|
void | operator+= (string &x, const scifir::pixel &y) |
|
string | operator+ (const string &x, const scifir::pixel &y) |
|
string | operator+ (const scifir::pixel &y, const string &x) |
|
ostream & | operator<< (ostream &os, const scifir::pixel &x) |
|
istream & | operator>> (istream &is, scifir::pixel &x) |
|