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

Provides a class to modelize 2d 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 Point2d.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::Point2d< T >
 This is a point2d class, a specialized version of Point<CoordType,DIM> with DIM = 2. 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::Point2d< double > slip::Point2d_d
 double alias More...
 
typedef slip::Point2d< float > slip::Point2d_f
 float alias More...
 
typedef slip::Point2d< long > slip::Point2d_l
 long alias More...
 
typedef slip::Point2d
< unsigned long > 
slip::Point2d_ul
 unsigned long alias More...
 
typedef slip::Point2d< short > slip::Point2d_s
 short alias More...
 
typedef slip::Point2d
< unsigned short > 
slip::Point2d_us
 unsigned long alias More...
 
typedef slip::Point2d< int > slip::Point2d_i
 int alias More...
 
typedef slip::Point2d
< unsigned int > 
slip::Point2d_ui
 unsigned int alias More...
 
typedef slip::Point2d< char > slip::Point2d_c
 char alias More...
 
typedef slip::Point2d
< unsigned char > 
slip::Point2d_uc
 unsigned char alias More...
 

Detailed Description

Provides a class to modelize 2d points.

Definition in file Point2d.hpp.