Go to the source code of this file.
|
| class | mitk::ImagePixelReadAccessor< TPixel, VDimension > |
| | Gives locked and index-based read access for a particular image part. The class provides several set- and get-methods, which allow an easy pixel access. It needs to know about pixel type and dimension of its image at compile time. More...
|
| |
|
| | mitk |
| | Find image slices visible on a given plane.
|
| |
|
| template<class TPixel > |
| mitk::ScalarType | mitk::FastSinglePixelAccess (mitk::PixelType, mitk::Image::Pointer im, ImageDataItem *item, itk::Index< 3 > idx, mitk::ScalarType &val, int component=0) |
| |
| template<class TPixel > |
| mitk::ScalarType | mitk::FastSinglePixelAccess (mitk::PixelType, mitk::Image::ConstPointer im, const ImageDataItem *item, itk::Index< 3 > idx, mitk::ScalarType &val, int component=0) |
| |