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

Provides a class to modelize 4d points. More...

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

Go to the source code of this file.

Classes

class  slip::Point4d< Block >
 This is a point4d class, a specialized version of Point<CoordType,DIM> with DIM = 4. 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.
 

Typedefs

typedef slip::Point4d< double > slip::Point4d_d
 double alias More...
 
typedef slip::Point4d< float > slip::Point4d_f
 float alias More...
 
typedef slip::Point4d< long > slip::Point4d_l
 long alias More...
 
typedef slip::Point4d
< unsigned long > 
slip::Point4d_ul
 unsigned long alias More...
 
typedef slip::Point4d< short > slip::Point4d_s
 short alias More...
 
typedef slip::Point4d
< unsigned short > 
slip::Point4d_us
 unsigned long alias More...
 
typedef slip::Point4d< int > slip::Point4d_i
 int alias More...
 
typedef slip::Point4d
< unsigned int > 
slip::Point4d_ui
 unsigned int alias More...
 
typedef slip::Point4d< char > slip::Point4d_c
 char alias More...
 
typedef slip::Point4d
< unsigned char > 
slip::Point4d_uc
 unsigned char alias More...
 

Detailed Description

Provides a class to modelize 4d points.

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

Definition in file Point4d.hpp.