#include <math.h>
#include <ImLib3D/Vect3D.hpp>
#include <ImLib3D/Size3D.hpp>
#include <ImLib3D/CppTools.hpp>
Include dependency graph for RectZone3D.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef RectZone3D< float > | RectZone3Df |
Functions | |
template<class RectType, class Real> | |
ostream & | operator<< (ostream &s, const RectZone3D< RectType, Real > &rect) |
template<class RectType, class Real> | |
istream & | operator>> (istream &s, RectZone3D< RectType, Real > &rect) |
template<> | |
string | TypeName< RectZone3Df > () |
runtime type determination | |
template<> | |
string | TypeName< RectZone3Di > () |
Definition in file RectZone3D.hpp.