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

Provides a class to manipulate 3d box. More...

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

Go to the source code of this file.

Classes

class  slip::Box3d< CoordType >
 This is a Box3d class, a specialized version of slip::Box<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.
 

Detailed Description

Provides a class to manipulate 3d box.

Definition in file Box3d.hpp.