16 #ifndef _mitkLegacyAdaptors_h_
17 #define _mitkLegacyAdaptors_h_
MITKLEGACYADAPTORS_EXPORT mitk::ImageDescriptor::Pointer CastToImageDescriptor(mitkIpPicDescriptor *desc)
Constructs an ImageDescriptor from legacy mitkIpPicDescriptor.
DataCollection - Class to facilitate loading/accessing structured data.
MITKLEGACYADAPTORS_EXPORT PixelType CastToPixelType(mitkIpPicType_t pictype, vcl_size_t bpe)
Returns a mitk::PixelType object corresponding to given mitkIpPicType_t.
MITKLEGACYADAPTORS_EXPORT mitkIpPicType_t CastToIpPicType(int componentType)
Constructs a legacy type information from mitk::PixelType.
#define MITKLEGACYADAPTORS_EXPORT
MITKLEGACYADAPTORS_EXPORT mitkIpPicDescriptor * CastToIpPicDescriptor(mitk::Image::Pointer, mitk::ImageWriteAccessor *, mitkIpPicDescriptor *picDesc)
Constructs a legacy mitkIpPicDescriptor from mitk::Image.
ImageWriteAccessor class to get locked write-access for a particular image part.