Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::ImportMitkImageContainer< TElementIdentifier, TElement > Class Template Reference

#include <itkImportMitkImageContainer.h>

Inheritance diagram for itk::ImportMitkImageContainer< TElementIdentifier, TElement >:
Collaboration diagram for itk::ImportMitkImageContainer< TElementIdentifier, TElement >:

Public Types

typedef ImportMitkImageContainer Self
 
typedef Object Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef TElementIdentifier ElementIdentifier
 
typedef TElement Element
 

Public Member Functions

Pointer Clone () const
 
virtual const char * GetClassName () const
 
void SetImageAccessor (mitk::ImageAccessorBase *imageAccess, vcl_size_t noBytes)
 Set the mitk::ImageDataItem to be imported. More...
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ImportMitkImageContainer ()
 
virtual ~ImportMitkImageContainer ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 

Detailed Description

template<typename TElementIdentifier, typename TElement>
class itk::ImportMitkImageContainer< TElementIdentifier, TElement >

Defines an itk::Image front-end to an mitk::Image. This container conforms to the ImageContainerInterface. This is a full-fleged Object, so there is modification time, debug, and reference count information.

Template parameters for ImportMitkImageContainer:

TElementIdentifier = An INTEGRAL type for use in indexing the imported buffer.

TElement = The element type stored in the container.

Definition at line 41 of file itkImportMitkImageContainer.h.

Member Typedef Documentation

template<typename TElementIdentifier , typename TElement >
typedef SmartPointer<const Self> itk::ImportMitkImageContainer< TElementIdentifier, TElement >::ConstPointer

Definition at line 48 of file itkImportMitkImageContainer.h.

template<typename TElementIdentifier , typename TElement >
typedef TElement itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Element

Definition at line 52 of file itkImportMitkImageContainer.h.

template<typename TElementIdentifier , typename TElement >
typedef TElementIdentifier itk::ImportMitkImageContainer< TElementIdentifier, TElement >::ElementIdentifier

Save the template parameters.

Definition at line 51 of file itkImportMitkImageContainer.h.

template<typename TElementIdentifier , typename TElement >
typedef SmartPointer<Self> itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Pointer

Definition at line 47 of file itkImportMitkImageContainer.h.

template<typename TElementIdentifier , typename TElement >
typedef ImportMitkImageContainer itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Self

Standard class typedefs.

Definition at line 45 of file itkImportMitkImageContainer.h.

template<typename TElementIdentifier , typename TElement >
typedef Object itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Superclass

Definition at line 46 of file itkImportMitkImageContainer.h.

Constructor & Destructor Documentation

template<typename TElementIdentifier , typename TElement >
itk::ImportMitkImageContainer< TElementIdentifier, TElement >::ImportMitkImageContainer ( )
protected
template<typename TElementIdentifier , typename TElement >
virtual itk::ImportMitkImageContainer< TElementIdentifier, TElement >::~ImportMitkImageContainer ( )
protectedvirtual

Member Function Documentation

template<typename TElementIdentifier , typename TElement >
Pointer itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Clone ( ) const
template<typename TElementIdentifier , typename TElement >
virtual const char* itk::ImportMitkImageContainer< TElementIdentifier, TElement >::GetClassName ( ) const
virtual

Standard part of every itk Object.

template<typename TElementIdentifier , typename TElement >
static Pointer itk::ImportMitkImageContainer< TElementIdentifier, TElement >::New ( )
static

Method for creation through the object factory.

template<typename TElementIdentifier , typename TElement >
void itk::ImportMitkImageContainer< TElementIdentifier, TElement >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotected

PrintSelf routine. Normally this is a protected internal method. It is made public here so that Image can call this method. Users should not call this method but should call Print() instead.

template<typename TElementIdentifier , typename TElement >
void itk::ImportMitkImageContainer< TElementIdentifier, TElement >::SetImageAccessor ( mitk::ImageAccessorBase imageAccess,
vcl_size_t  noBytes 
)

Set the mitk::ImageDataItem to be imported.

Get the pointer from which the image data is imported.


The documentation for this class was generated from the following file: