13 #ifndef MITKIMAGEWRITEACCESSOR_H 14 #define MITKIMAGEWRITEACCESSOR_H 27 template <
class TPixel,
unsigned int VDimension>
47 inline void *
GetData() {
return m_AddressBegin; }
52 const Image *GetImage()
const override;
56 void OrganizeWriteAccess();
64 #endif // MITKIMAGEWRITEACCESSOR_H Image::Pointer ImagePointer
Gives locked and index-based read access for a particular image part. The class provides several set-...
DataCollection - Class to facilitate loading/accessing structured data.
void * GetData()
Gives full data access.
Image class for storing images.
mitk::Image::Pointer image
ImageWriteAccessor class to get locked write-access for a particular image part.
Internal class for managing references on sub-images.