Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkImage.h"
#include "mitkCompareImageDataFilter.h"
#include "mitkImageStatisticsHolder.h"
#include "mitkImageVtkReadAccessor.h"
#include "mitkImageVtkWriteAccessor.h"
#include "mitkPixelTypeMultiplex.h"
#include <mitkProportionalTimeGeometry.h>
#include <vtkImageData.h>
#include <itkMutexLockHolder.h>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | FILL_C_ARRAY(_arr, _size, _value) |
Functions | |
template<class T > | |
void | AccessPixel (const mitk::PixelType ptype, void *data, const unsigned int offset, double &value) |
#define FILL_C_ARRAY | ( | _arr, | |
_size, | |||
_value | |||
) |
Definition at line 35 of file mitkImage.cpp.
Referenced by mitk::Image::Image(), and mitk::Image::Initialize().
void AccessPixel | ( | const mitk::PixelType | ptype, |
void * | data, | ||
const unsigned int | offset, | ||
double & | value | ||
) |
Definition at line 142 of file mitkImage.cpp.
References mitk::PixelType::GetBpe(), and offset.
Referenced by mitk::Image::GetPixelValueByIndex().