ISIS Core Library 0.7.2 (api 3.0.0)
Data Structures | Namespaces

/scr/tee1/isis/lib/Core/DataStorage/image.hpp File Reference

#include "chunk.hpp"
#include <set>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <boost/foreach.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <stack>
#include "sortedchunklist.hpp"
#include "common.hpp"

Go to the source code of this file.

Data Structures

class  isis::data::ChunkOp
 Base class for operators used for foreachChunk. More...
class  isis::data::Image
 Main class for generic 4D-images. More...
class  isis::data::_internal::ImageIteratorTemplate< CHUNK_TYPE >
 Generic iterator for voxels in Images. More...
class  isis::data::MemImage< T >
 An Image which always uses its own memory and a specific type. More...
class  isis::data::TypedImage< T >
 An Image where all chunks are guaranteed to have a specific type. More...

Namespaces

namespace  isis
namespace  isis::data
namespace  isis::data::_internal