Go to the source code of this file.
Classes | |
class | cpe::pos2 |
Container for 2D integer positions (pixel position) More... | |
class | cpe::exception_p2d |
Exception class for p2d. More... | |
Namespaces | |
namespace | cpe |
Namespace for CPE classes. | |
Functions | |
pos2 | cpe::operator+ (const pos2 &u1, const pos2 &u2) |
sum between two positions More... | |
pos2 | cpe::operator- (const pos2 &u1, const pos2 &u2) |
diff between two positions More... | |
pos2 & | cpe::operator+= (pos2 &u1, const pos2 &u2) |
internal sum between two positions More... | |
pos2 & | cpe::operator-= (pos2 &u1, const pos2 &u2) |
internal diff between two positions More... | |
std::ostream & | cpe::operator<< (std::ostream &stream, const pos2 &u) |
standard output More... | |