|
Classes |
class | clip::irange |
| Represents a range of integers with constant spacing, e.g. 2, 5, 8, .., 32. More...
|
class | clip::picture_of_< PEL > |
| The main class in CLIP. A picture_of_ is a one-plane (greylevel) image. More...
|
class | clip::colour_picture_of_< PEL > |
| Supports operations on colour pictures via picture_of_int components. More...
|
class | clip::parampic_of_< PEL > |
| Supports parameter control through interaction on picture windows. More...
|
Input and output of pictures as text |
template<class T> std::ostream & | operator<< (std::ostream &os, picture_of_< T > &pic) |
template<class T> std::istream & | operator>> (std::istream &is, picture_of_< T > &pic) |
| Input monochrome picture from text.
|
template<class T> std::ostream & | operator<< (std::ostream &os, colour_picture_of_< T > &pic) |
template<class T> std::istream & | operator>> (std::istream &is, colour_picture_of_< T > &pic) |
| Input colour picture from text.
|
Functions |
irange | operator+ (const irange &o, const int &i) |
irange | operator+ (const int &i, const irange &o) |
irange | operator- (const irange &o, const int &i) |
irange | operator- (const int &i, const irange &o) |
Variables |
const int | DEFAULT_BORDER = 32 |