SLIP
1.4
|
Provides an abstract class to modelize nd points. More...
#include <iostream>
#include <cassert>
#include <algorithm>
#include "Block.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/complex.hpp>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
Classes | |
class | slip::DPoint< CoordType, DIM > |
Define an abstract DPoint structure. More... | |
class | slip::Point< CoordType, DIM > |
Define an abstract Point structure. More... | |
class | slip::Point< CoordType, DIM > |
Define an abstract Point structure. More... | |
Namespaces | |
slip | |
This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres. | |
Functions | |
template<typename CoordType , std::size_t DIM> | |
std::ostream & | slip::operator<< (std::ostream &out, const Point< CoordType, DIM > &p) |
Provides an abstract class to modelize nd points.
Definition in file Point.hpp.