SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Box.hpp File Reference

Provides an abstract class to manipulate nd box. More...

#include <iostream>
#include <cassert>
#include <algorithm>
#include <string>
#include <functional>
#include "Block.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/version.hpp>
Include dependency graph for Box.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::Point< CoordType, DIM >
 Define an abstract Point structure. More...
 
class  slip::DPoint< CoordType, DIM >
 Define an abstract DPoint structure. More...
 
class  slip::Box< CoordType, DIM >
 Define an abstract Box structure. More...
 
class  slip::Box< CoordType, DIM >
 Define an abstract Box 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 Box< CoordType, DIM > &b)
 

Detailed Description

Provides an abstract class to manipulate nd box.

Definition in file Box.hpp.