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

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

Go to the source code of this file.

Classes

class  slip::Point3d< T >
 This is a point3d class, a specialized version of Point<CoordType,DIM> with DIM = 3. 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::Point3d< double > slip::Point3d_d
 double alias More...
 
typedef slip::Point3d< float > slip::Point3d_f
 float alias More...
 
typedef slip::Point3d< long > slip::Point3d_l
 long alias More...
 
typedef slip::Point3d
< unsigned long > 
slip::Point3d_ul
 unsigned long alias More...
 
typedef slip::Point3d< short > slip::Point3d_s
 short alias More...
 
typedef slip::Point3d
< unsigned short > 
slip::Point3d_us
 unsigned long alias More...
 
typedef slip::Point3d< int > slip::Point3d_i
 int alias More...
 
typedef slip::Point3d
< unsigned int > 
slip::Point3d_ui
 unsigned int alias More...
 
typedef slip::Point3d< char > slip::Point3d_c
 char alias More...
 
typedef slip::Point3d
< unsigned char > 
slip::Point3d_uc
 unsigned char alias More...
 

Detailed Description

Provides a class to modelize 3d points.

Definition in file Point3d.hpp.