27 #ifndef IMG_IMAGE_IMPL_H
28 #define IMG_IMAGE_IMPL_H
30 #include <boost/shared_ptr.hpp>
35 namespace ost {
namespace img {
41 typedef boost::shared_ptr<ImageStateBasePtr>
ImageImpl;
DataDomain
underlying data type
Defines lower and upper valid indices.
ImageImpl CreateImageImpl(const Extent &, DataType type, DataDomain dom)
boost::shared_ptr< ImageStateBasePtr > ImageImpl