|  | 
|  | AimsFastAllocationData (int dimx=1, int dimy=1, int dimz=1, int dimt=1, int borderw=0) | 
|  | 
|  | AimsFastAllocationData (const AimsFastAllocationData< T > &other) | 
|  | 
|  | AimsFastAllocationData (const AimsData< T > &other) | 
|  | 
|  | AimsFastAllocationData (const carto::rc_ptr< carto::Volume< T > > &other) | 
|  | 
| AimsFastAllocationData< T > & | operator= (const AimsFastAllocationData< T > &other) | 
|  | 
| AimsFastAllocationData< T > & | operator= (const AimsData< T > &other) | 
|  | 
| AimsFastAllocationData< T > & | operator= (const carto::rc_ptr< carto::Volume< T > > &other) | 
|  | 
| AimsFastAllocationData< T > & | operator= (const T &v) | 
|  | 
| virtual | ~AimsFastAllocationData () | 
|  | 
|  | operator carto::rc_ptr< carto::Volume< T > > & () | 
|  | cast to Volume  More... 
 | 
|  | 
|  | operator const carto::rc_ptr< carto::Volume< T > > & () const | 
|  | 
|  | operator carto::VolumeRef< T > & () | 
|  | 
|  | operator const carto::VolumeRef< T > & () const | 
|  | 
| iterator | begin () | 
|  | 
| const_iterator | begin () const | 
|  | 
| iterator | end () | 
|  | 
| const_iterator | end () const | 
|  | 
| bool | empty () const | 
|  | 
|  | AimsData (int dimx=1, int dimy=1, int dimz=1, int dimt=1, int borderw=0) | 
|  | 
|  | AimsData (int dimx, int dimy, int dimz, int dimt, int borderw, const carto::AllocatorContext &al) | 
|  | 
|  | AimsData (const AimsData< T > &other) | 
|  | 
|  | AimsData (const AimsData< T > &other, int borderw) | 
|  | 
| virtual | ~AimsData () | 
|  | 
|  | AimsData (const carto::rc_ptr< carto::Volume< T > > &vol) | 
|  | 
|  | AimsData (const carto::VolumeRef< T > &vol) | 
|  | 
| AimsData< T > & | operator= (const carto::rc_ptr< carto::Volume< T > > &vol) | 
|  | 
| AimsData< T > & | operator= (const AimsData< T > &) | 
|  | 
| AimsData< T > & | operator= (const T &) | 
|  | 
| carto::VolumeRef< T > & | volume () | 
|  | 
| const carto::VolumeRef< T > & | volume () const | 
|  | 
|  | operator carto::rc_ptr< carto::Volume< T > > & () | 
|  | cast to Volume  More... 
 | 
|  | 
|  | operator const carto::rc_ptr< carto::Volume< T > > & () const | 
|  | 
|  | operator carto::VolumeRef< T > & () | 
|  | 
|  | operator const carto::VolumeRef< T > & () const | 
|  | 
| const carto::AllocatorContext & | allocator () const | 
|  | 
| int | dimX () const | 
|  | 
| int | dimY () const | 
|  | 
| int | dimZ () const | 
|  | 
| int | dimT () const | 
|  | 
| float | sizeX () const | 
|  | 
| float | sizeY () const | 
|  | 
| float | sizeZ () const | 
|  | 
| float | sizeT () const | 
|  | 
| void | setSizeX (float sizex) | 
|  | 
| void | setSizeY (float sizey) | 
|  | 
| void | setSizeZ (float sizez) | 
|  | 
| void | setSizeT (float sizet) | 
|  | 
| void | setSizeXYZT (float sizex=1.0f, float sizey=1.0f, float sizez=1.0f, float sizet=1.0f) | 
|  | 
| void | setSizeXYZT (const AimsData< T > &other) | 
|  | 
| const aims::Header * | header () const | 
|  | 
| aims::Header * | header () | 
|  | 
| void | setHeader (aims::Header *hdr) | 
|  | 
| reference | operator[] (size_type n) | 
|  | 
| const_reference | operator[] (size_type n) const | 
|  | 
| reference | operator() (size_type x=0, size_type y=0, size_type z=0, size_type t=0) | 
|  | 
| const_reference | operator() (size_type x=0, size_type y=0, size_type z=0, size_type t=0) const | 
|  | 
| reference | operator() (const Point4d &pt) | 
|  | 
| const_reference | operator() (const Point4d &pt) const | 
|  | 
| reference | operator() (const Point4dl &pt) | 
|  | 
| const_reference | operator() (const Point4dl &pt) const | 
|  | 
| reference | operator() (const Point3d &pt) | 
|  | 
| const_reference | operator() (const Point3d &pt) const | 
|  | 
| reference | operator() (const Point3dl &pt) | 
|  | 
| const_reference | operator() (const Point3dl &pt) const | 
|  | 
| reference | operator() (const Point2d &pt) | 
|  | 
| const_reference | operator() (const Point2d &pt) const | 
|  | 
| reference | operator() (const Point2dl &pt) | 
|  | 
| const_reference | operator() (const Point2dl &pt) const | 
|  | 
| T | minimum () const | 
|  | 
| T | maximum () const | 
|  | 
| T | minIndex (int *x, int *y, int *z, int *t) const | 
|  | 
| T | maxIndex (int *x, int *y, int *z, int *t) const | 
|  | 
| void | fillBorder (const T &val) | 
|  | 
| AimsData< T > | clone () const | 
|  | 
| AimsData< T > | cross (const AimsData< T > &other) | 
|  | 
| AimsData< T > & | transpose () | 
|  | 
| int | borderWidth () const | 
|  | Size of the border.  More... 
 | 
|  | 
| int | oFirstPoint () const | 
|  | Offset from the start of the allocated memory to the first point.  More... 
 | 
|  | 
| int | oLine () const | 
|  | Offset between 2 consecutive lines.  More... 
 | 
|  | 
| int | oPointBetweenLine () const | 
|  | Offset between the end of a line and the start of the consecutive line.  More... 
 | 
|  | 
| int | oSlice () const | 
|  | Offset between 2 consecutive slices.  More... 
 | 
|  | 
| int | oLineBetweenSlice () const | 
|  | Number of lines between 2 consecutive slices.  More... 
 | 
|  | 
| int | oVolume () const | 
|  | Offset between 2 consecutive volumes.  More... 
 | 
|  | 
| int | oSliceBetweenVolume () const | 
|  | Number of slices between 2 consecutive volumes.  More... 
 | 
|  | 
| const std::vector< int > & | borders () const | 
|  | Sizes of the border.  More... 
 | 
|  | 
|  | RCObject () | 
|  | 
|  | RCObject (const RCObject &) | 
|  | 
| RCObject & | operator= (const RCObject &) | 
|  | 
| virtual | ~RCObject () | 
|  | 
template<typename T>
class aims::AimsFastAllocationData< T >
Definition at line 43 of file fastAllocationData.h.