Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkImageToItk.h>
Public Types | |
typedef ImageToItk | Self |
typedef itk::ImageSource< TOutputImage > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef mitk::Image | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef SlicedData::RegionType | InputImageRegionType |
typedef TOutputImage::SizeType | SizeType |
typedef TOutputImage::IndexType | IndexType |
typedef TOutputImage::RegionType | RegionType |
typedef TOutputImage::PixelType | PixelType |
typedef TOutputImage::InternalPixelType | InternalPixelType |
typedef TOutputImage::PixelContainer | PixelContainer |
Public Member Functions | |
Pointer | Clone () const |
virtual void | SetInput (mitk::Image *input) |
virtual void | SetInput (const mitk::Image *input) |
void | UpdateOutputInformation () override |
virtual int | GetChannel () |
virtual void | SetChannel (int _arg) |
virtual void | SetCopyMemFlag (bool _arg) |
virtual bool | GetCopyMemFlag () |
virtual void | CopyMemFlagOn () |
virtual void | CopyMemFlagOff () |
virtual void | SetOptions (int _arg) |
virtual int | GetOptions () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
mitk::Image * | GetInput (void) |
const mitk::Image * | GetInput () const |
ImageToItk () | |
~ImageToItk () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateData () override |
void | GenerateOutputInformation () override |
Protected Attributes | |
mitk::Image::Pointer | m_MitkImage |
mitk::ImageDataItem::Pointer | m_ImageDataItem |
Create itk::ImageSource for mitk::Image
Definition at line 33 of file mitkImageToItk.h.
typedef itk::SmartPointer<const Self> mitk::ImageToItk< TOutputImage >::ConstPointer |
Definition at line 43 of file mitkImageToItk.h.
typedef TOutputImage::IndexType mitk::ImageToItk< TOutputImage >::IndexType |
Definition at line 58 of file mitkImageToItk.h.
typedef InputImageType::ConstPointer mitk::ImageToItk< TOutputImage >::InputImageConstPointer |
Definition at line 55 of file mitkImageToItk.h.
typedef InputImageType::Pointer mitk::ImageToItk< TOutputImage >::InputImagePointer |
Definition at line 54 of file mitkImageToItk.h.
typedef SlicedData::RegionType mitk::ImageToItk< TOutputImage >::InputImageRegionType |
Definition at line 56 of file mitkImageToItk.h.
typedef mitk::Image mitk::ImageToItk< TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 53 of file mitkImageToItk.h.
typedef TOutputImage::InternalPixelType mitk::ImageToItk< TOutputImage >::InternalPixelType |
Definition at line 61 of file mitkImageToItk.h.
typedef Superclass::OutputImageRegionType mitk::ImageToItk< TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Definition at line 47 of file mitkImageToItk.h.
typedef TOutputImage::PixelContainer mitk::ImageToItk< TOutputImage >::PixelContainer |
Definition at line 62 of file mitkImageToItk.h.
typedef TOutputImage::PixelType mitk::ImageToItk< TOutputImage >::PixelType |
Definition at line 60 of file mitkImageToItk.h.
typedef itk::SmartPointer<Self> mitk::ImageToItk< TOutputImage >::Pointer |
Definition at line 42 of file mitkImageToItk.h.
typedef TOutputImage::RegionType mitk::ImageToItk< TOutputImage >::RegionType |
Definition at line 59 of file mitkImageToItk.h.
typedef ImageToItk mitk::ImageToItk< TOutputImage >::Self |
Definition at line 40 of file mitkImageToItk.h.
typedef TOutputImage::SizeType mitk::ImageToItk< TOutputImage >::SizeType |
Definition at line 57 of file mitkImageToItk.h.
typedef itk::ImageSource<TOutputImage> mitk::ImageToItk< TOutputImage >::Superclass |
Definition at line 41 of file mitkImageToItk.h.
|
inlineprotected |
Definition at line 86 of file mitkImageToItk.h.
|
inlineoverrideprotected |
Definition at line 87 of file mitkImageToItk.h.
Pointer mitk::ImageToItk< TOutputImage >::Clone | ( | ) | const |
|
virtual |
|
virtual |
|
overrideprotected |
|
overrideprotected |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
virtual |
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
override |
|
protected |
Definition at line 37 of file mitkImageToItk.h.
|
protected |
Definition at line 36 of file mitkImageToItk.h.