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

Provides a class to manipulate Ranges. More...

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

Go to the source code of this file.

Classes

class  slip::Range< T >
 This is a Range class. More...
 
class  slip::Range< T >
 This is a Range class. 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 SubType >
std::ostream & slip::operator<< (std::ostream &out, const Range< SubType > &b)
 
template<typename SubType >
bool slip::operator== (const Range< SubType > &b1, const Range< SubType > &b2)
 
template<typename SubType >
bool slip::operator!= (const Range< SubType > &b1, const Range< SubType > &b2)
 

Detailed Description

Provides a class to manipulate Ranges.

Definition in file Range.hpp.