SLIP
1.4
|
Provides a class to manipulate 2d box. More...
#include <iostream>
#include <cassert>
#include <string>
#include "Box.hpp"
#include "Point2d.hpp"
#include "DPoint2d.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
Classes | |
class | slip::Box2d< CoordType > |
This is a Box2d class, a specialized version of slip::Box<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. | |
Provides a class to manipulate 2d box.
Definition in file Box2d.hpp.