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

Provides a class to manipulate 4d static and generic arrays. More...

#include <iostream>
#include <iterator>
#include <cassert>
#include <cstddef>
#include <string>
#include "iterator_types.hpp"
#include "Block3d.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/string.hpp>
#include <boost/serialization/complex.hpp>
#include <boost/serialization/version.hpp>
Include dependency graph for Block4d.hpp:

Go to the source code of this file.

Classes

class  slip::block4d< T, NS, NP, NR, NC >
 This a four-dimensional static and generic container. This container statisfies the BidirectionnalContainer concepts of the STL. It is also an 4d extension of the RandomAccessContainer concept. That is to say the bracket element access is replaced by the quadruple bracket element access. More...
 
class  slip::block4d< T, NS, NP, NR, NC >
 This a four-dimensional static and generic container. This container statisfies the BidirectionnalContainer concepts of the STL. It is also an 4d extension of the RandomAccessContainer concept. That is to say the bracket element access is replaced by the quadruple bracket element access. 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

input/output operators
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
std::ostream & slip::operator<< (std::ostream &out, const slip::block4d< T, NS, NP, NR, NC > &b)
 
EqualityComparable functions
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator== (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator!= (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 
LessThanComparable functions
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator< (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator> (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator<= (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 
template<typename T , std::size_t NS, std::size_t NP, std::size_t NR, std::size_t NC>
bool slip::operator>= (const slip::block4d< T, NS, NP, NR, NC > &x, const slip::block4d< T, NS, NP, NR, NC > &y)
 

Detailed Description

Provides a class to manipulate 4d static and generic arrays.

Version
Fluex 1.0
Date
2013/07/01
Author
Denis Arrivault <denis.arrivault_AT_inria.fr>

Definition in file Block4d.hpp.