34 #ifndef CARTODATA_VOLUME_VOLUMEVIEW_H
35 #define CARTODATA_VOLUME_VOLUMEVIEW_H
50 typedef typename Volume<T>::Position4Di Position4Di;
52 VolumeView( rc_ptr<Volume<T> > other,
53 const Position4Di & pos = Position4Di( 0, 0, 0, 0 ),
54 const Position4Di & size = Position4Di( -1, -1, -1, -1 ),
55 const AllocatorContext& allocatorContext
56 = AllocatorContext() )
57 : Volume<T>( other, pos, size, allocatorContext )
#define __deprecated__(msg)