#include <ImLib3D/Image3D.hpp>
#include <ImLib3D/BitImage3D.hpp>
#include <boost/type_traits/arithmetic_traits.hpp>
#include <ImLib3D/Zero.hpp>
#include <ImLib3D/SparseImage3D.hxx>
Include dependency graph for SparseImage3D.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | UintToVect3Di(v) Vect3Di(v&((1<<10)-1),(v>>10)&((1<<10)-1),(v>>20)&((1<<10)-1)) |
#define | Vect3DiToUint(p) (p.x+(p.y<<10)+(p.z<<20)) |
Typedefs | |
typedef SparseImage3D< float > | SparseImage3Df |
Definition in file SparseImage3D.hpp.