Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <itkImportMitkImageContainer.h>
Public Types | |
typedef ImportMitkImageContainer | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TElementIdentifier | ElementIdentifier |
typedef TElement | Element |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
void | SetImageAccessor (mitk::ImageAccessorBase *imageAccess, size_t noBytes) |
** Get the pointer from which the image data is imported. */ More... | |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ImportMitkImageContainer () | |
~ImportMitkImageContainer () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
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 37 of file itkImportMitkImageContainer.h.
typedef SmartPointer<const Self> itk::ImportMitkImageContainer< TElementIdentifier, TElement >::ConstPointer |
Definition at line 44 of file itkImportMitkImageContainer.h.
typedef TElement itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Element |
Definition at line 48 of file itkImportMitkImageContainer.h.
typedef TElementIdentifier itk::ImportMitkImageContainer< TElementIdentifier, TElement >::ElementIdentifier |
Save the template parameters.
Definition at line 47 of file itkImportMitkImageContainer.h.
typedef SmartPointer<Self> itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Pointer |
Definition at line 43 of file itkImportMitkImageContainer.h.
typedef ImportMitkImageContainer itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Self |
Standard class typedefs.
Definition at line 41 of file itkImportMitkImageContainer.h.
typedef Object itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Superclass |
Definition at line 42 of file itkImportMitkImageContainer.h.
|
protected |
|
overrideprotected |
Pointer itk::ImportMitkImageContainer< TElementIdentifier, TElement >::Clone | ( | ) | const |
|
virtual |
Standard part of every itk Object.
|
static |
Method for creation through the object factory.
|
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.
void itk::ImportMitkImageContainer< TElementIdentifier, TElement >::SetImageAccessor | ( | mitk::ImageAccessorBase * | imageAccess, |
size_t | noBytes | ||
) |
** Get the pointer from which the image data is imported. */
Set the mitk::ImageDataItem to be imported