latest version v1.9 - last update 10 Apr 2010 |
This file contains the definitions of the box and tbox types used in the LTI-Lib to describe rectangular areas through two points. More...
#include <iostream>
#include "ltiIoHandler.h"
#include "ltiConfig.h"
#include "ltiPoint.h"
#include "ltiMath.h"
Go to the source code of this file.
Classes | |
class | lti::boxSide< T > |
Policy class to compute the size of a box's side and the inverse transformation. More... | |
class | lti::tbox< T, S > |
Class to describe a 3D box aligned with the coordinate system. More... | |
Namespaces | |
namespace | lti |
namespace | std |
Typedefs | |
typedef tbox< int > | lti::box |
Functions | |
template<class T , class S > | |
bool | lti::read (ioHandler &handler, tbox< T, S > &p, const bool complete=true) |
template<class T , class S > | |
bool | lti::write (ioHandler &handler, const tbox< T, S > &p, const bool complete=true) |
This file contains the definitions of the box and tbox types used in the LTI-Lib to describe rectangular areas through two points.