#include <itkSiemensVisionImageIO.h>
Inheritance diagram for itk::SiemensVisionImageIO:


Definition at line 48 of file itkSiemensVisionImageIO.h.
| virtual GEImageHeader * | ReadHeader (const char *FileNameToRead) |
| SiemensVisionImageIO () | |
| ~SiemensVisionImageIO () | |
Public Types | |
| typedef std::vector< std::string > | ArrayOfExtensionsType |
| enum | ByteOrder { BigEndian, LittleEndian, OrderNotApplicable } |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef float | F32 |
| typedef double | F64 |
| enum | FileType { ASCII, Binary, TypeNotApplicable } |
| enum | IOComponentType { UNKNOWNCOMPONENTTYPE, UCHAR, CHAR, USHORT, SHORT, UINT, INT, ULONG, LONG, FLOAT, DOUBLE } |
| enum | IOPixelType { UNKNOWNPIXELTYPE, SCALAR, RGB, RGBA, OFFSET, VECTOR, POINT, COVARIANTVECTOR, SYMMETRICSECONDRANKTENSOR, DIFFUSIONTENSOR3D, COMPLEX, FIXEDARRAY, MATRIX } |
| typedef SmartPointer< Self > | Pointer |
| typedef signed short | S16 |
| typedef signed int | S32 |
| typedef signed long | S64 |
| typedef signed char | S8 |
| typedef SiemensVisionImageIO | Self |
| typedef std::streamoff | SizeType |
| typedef IPLCommonImageIO | Superclass |
| typedef unsigned short | U16 |
| typedef unsigned int | U32 |
| typedef unsigned long | U64 |
| typedef unsigned char | U8 |
Public Member Functions | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| virtual bool | CanReadFile (const char *FileNameToRead) |
| virtual bool | CanStreamRead () |
| virtual bool | CanStreamWrite () |
| virtual bool | CanWriteFile (const char *FileNameToWrite) |
| virtual LightObject::Pointer | CreateAnother () const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| virtual ImageIORegion | GenerateStreamableReadRegionFromRequestedRegion (const ImageIORegion &requested) const |
| virtual const bool & | GetAbortGenerateData () |
| std::string | GetByteOrderAsString (ByteOrder) const |
| Command * | GetCommand (unsigned long tag) |
| virtual unsigned int | GetComponentSize () const |
| std::string | GetComponentTypeAsString (IOComponentType) const |
| virtual const std::type_info & | GetComponentTypeInfo () const |
| bool | GetDebug () const |
| std::string | GetFileTypeAsString (FileType) const |
| SizeType | GetImageSizeInBytes () const |
| SizeType | GetImageSizeInComponents () const |
| SizeType | GetImageSizeInPixels () const |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| virtual unsigned long | GetMTime () const |
| virtual const char * | GetNameOfClass () const |
| virtual SizeType | GetPixelStride () const |
| std::string | GetPixelTypeAsString (IOPixelType) const |
| virtual const std::type_info & | GetPixelTypeInfo () const |
| virtual int | GetReferenceCount () const |
| const ArrayOfExtensionsType & | GetSupportedReadExtensions () const |
| const ArrayOfExtensionsType & | GetSupportedWriteExtensions () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| virtual void | Modified () const |
| virtual void | ModifyImageInformation () |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Read (void *buffer) |
| virtual void | ReadImageInformation () |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| virtual void | SetAbortGenerateData (bool _arg) |
| void | SetDebug (bool debugFlag) const |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual bool | SetPixelTypeInfo (const std::type_info &ptype) |
| virtual void | SetReferenceCount (int) |
| virtual void | SortImageListByNameAscend () |
| virtual void | SortImageListByNameDescend () |
| virtual bool | SupportsDimension (unsigned long dim) |
| virtual void | UnRegister () const |
| virtual void | UpdateOutputData () |
| void | UpdateProgress (float amount) |
| virtual void | Write (const void *buffer) |
| virtual void | WriteImageInformation () |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| virtual unsigned int | GetDimensions (unsigned int i) const |
| virtual void | SetDimensions (unsigned int i, unsigned int dim) |
| virtual std::vector< double > | GetDirection (unsigned int i) const |
| virtual void | SetDirection (unsigned int i, vnl_vector< double > &direction) |
| virtual void | SetDirection (unsigned int i, std::vector< double > &direction) |
| virtual const char * | GetFileName () const |
| virtual void | SetFileName (const char *_arg) |
| virtual ImageIORegion | GetIORegion () const |
| virtual void | SetIORegion (ImageIORegion _arg) |
| virtual const unsigned int & | GetNumberOfComponents () |
| virtual void | SetNumberOfComponents (unsigned int _arg) |
| virtual unsigned int | GetNumberOfDimensions () |
| void | SetNumberOfDimensions (unsigned int) |
| virtual double | GetOrigin (unsigned int i) const |
| virtual void | SetOrigin (unsigned int i, double origin) |
| virtual const float & | GetProgress () |
| virtual double | GetSpacing (unsigned int i) const |
| virtual void | SetSpacing (unsigned int i, double spacing) |
| virtual const bool & | GetUseCompression () |
| virtual void | SetUseCompression (bool _arg) |
| virtual void | UseCompressionOff () |
| virtual void | UseCompressionOn () |
| virtual const bool & | GetUseStreamedReading () |
| virtual void | SetUseStreamedReading (bool _arg) |
| virtual void | UseStreamedReadingOff () |
| virtual void | UseStreamedReadingOn () |
| virtual const bool & | GetUseStreamedWriting () |
| virtual void | SetUseStreamedWriting (bool _arg) |
| virtual void | UseStreamedWritingOff () |
| virtual void | UseStreamedWritingOn () |
| itkGetEnumMacro (ByteOrder, ByteOrder) | |
| itkSetEnumMacro (ByteOrder, ByteOrder) | |
| void | SetByteOrderToBigEndian () |
| void | SetByteOrderToLittleEndian () |
| itkGetEnumMacro (FileType, FileType) | |
| itkSetEnumMacro (FileType, FileType) | |
| void | SetFileTypeToASCII () |
| void | SetFileTypeToBinary () |
| itkGetEnumMacro (ComponentType, IOComponentType) | |
| itkSetEnumMacro (ComponentType, IOComponentType) | |
| itkGetEnumMacro (PixelType, IOPixelType) | |
| itkSetEnumMacro (PixelType, IOPixelType) | |
| virtual void | SetProgress (float _arg) |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Types | |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| int | AddElementToList (char const *const filename, const float sliceLocation, const int offset, const int XDim, const int YDim, const int Key1, const int Key2) |
| void | AddSupportedReadExtension (const char *extension) |
| void | AddSupportedWriteExtension (const char *extension) |
| void | ComputeStrides () |
| virtual void | GenerateData () |
| SizeType | GetComponentStride () const |
| int | GetDoubleAt (std::ifstream &f, std::streamoff Offset, double *ip, bool throw_exception=true) |
| int | GetFloatAt (std::ifstream &f, std::streamoff Offset, float *ip, bool throw_exception=true) |
| int | GetIntAt (std::ifstream &f, std::streamoff Offset, int *ip, bool throw_exception=true) |
| virtual unsigned int | GetPixelSize () const |
| SizeType | GetRowStride () const |
| int | GetShortAt (std::ifstream &f, std::streamoff Offset, short *ip, bool throw_exception=true) |
| SizeType | GetSliceStride () const |
| int | GetStringAt (std::ifstream &f, std::streamoff Offset, char *buf, vcl_size_t amount, bool throw_exception=true) |
| double | hdr2Double (char *hdr) |
| float | hdr2Float (char *hdr) |
| int | hdr2Int (char *hdr) |
| short | hdr2Short (char *hdr) |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| void | ReadBufferAsASCII (std::istream &os, void *buffer, IOComponentType ctype, SizeType numberOfBytesToBeRead) |
| bool | ReadBufferAsBinary (std::istream &os, void *buffer, SizeType numberOfBytesToBeRead) |
| virtual void | Reset (const bool freeDynamic=true) |
| void | Resize (const unsigned int numDimensions, const unsigned int *dimensions) |
| void | sortImageListAscend () |
| void | sortImageListDescend () |
| int | statTimeToAscii (void *clock, char *timeString) |
| void | WriteBufferAsASCII (std::ostream &os, const void *buffer, IOComponentType ctype, SizeType numberOfBytesToWrite) |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| ByteOrder | m_ByteOrder |
| IOComponentType | m_ComponentType |
| std::vector< unsigned int > | m_Dimensions |
| std::vector< std::vector< double > > | m_Direction |
| std::string | m_FileName |
| IPLFileNameList * | m_FilenameList |
| FileType | m_FileType |
| GEImageHeader * | m_ImageHeader |
| bool | m_Initialized |
| ImageIORegion | m_IORegion |
| unsigned int | m_NumberOfComponents |
| unsigned int | m_NumberOfDimensions |
| std::vector< double > | m_Origin |
| IOPixelType | m_PixelType |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| std::vector< double > | m_Spacing |
| std::vector< SizeType > | m_Strides |
| ImageIOBase::ByteOrder | m_SystemByteOrder |
| bool | m_UseCompression |
| bool | m_UseStreamedReading |
| bool | m_UseStreamedWriting |
typedef std::vector< std::string > itk::ImageIOBase::ArrayOfExtensionsType [inherited] |
Type for the list of strings to be used for extensions.
Definition at line 338 of file itkImageIOBase.h.
typedef SmartPointer<const Self> itk::LightProcessObject::ConstPointer [inherited] |
Reimplemented from itk::Object.
Reimplemented in itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >, itk::MetaArrayReader, itk::MetaArrayWriter, itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >, itk::Statistics::BatchSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >, itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TTargetVector >, itk::Statistics::IterativeSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >, itk::Statistics::LearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >, itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TTargetVector >, itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, itk::Statistics::TrainingFunctionBase< TSample, TTargetVector, ScalarType >, itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >, itk::Statistics::SampleClassifier< TSample >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, and itk::Statistics::LearningFunctionBase< LayerType::LayerInterfaceType, TTargetVector >.
Definition at line 78 of file itkLightProcessObject.h.
typedef float itk::IPLCommonImageIO::F32 [inherited] |
Definition at line 63 of file itkIPLCommonImageIO.h.
typedef double itk::IPLCommonImageIO::F64 [inherited] |
Definition at line 64 of file itkIPLCommonImageIO.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
typedef signed short itk::IPLCommonImageIO::S16 [inherited] |
Definition at line 58 of file itkIPLCommonImageIO.h.
typedef signed int itk::IPLCommonImageIO::S32 [inherited] |
Definition at line 60 of file itkIPLCommonImageIO.h.
typedef signed long itk::IPLCommonImageIO::S64 [inherited] |
Definition at line 62 of file itkIPLCommonImageIO.h.
typedef signed char itk::IPLCommonImageIO::S8 [inherited] |
Definition at line 56 of file itkIPLCommonImageIO.h.
Standard class typedefs.
Reimplemented from itk::IPLCommonImageIO.
Definition at line 52 of file itkSiemensVisionImageIO.h.
typedef std::streamoff itk::ImageIOBase::SizeType [inherited] |
Type for representing size of bytes, and or positions along a file
Definition at line 259 of file itkImageIOBase.h.
typedef unsigned short itk::IPLCommonImageIO::U16 [inherited] |
Definition at line 57 of file itkIPLCommonImageIO.h.
typedef unsigned int itk::IPLCommonImageIO::U32 [inherited] |
Definition at line 59 of file itkIPLCommonImageIO.h.
typedef unsigned long itk::IPLCommonImageIO::U64 [inherited] |
Definition at line 61 of file itkIPLCommonImageIO.h.
typedef unsigned char itk::IPLCommonImageIO::U8 [inherited] |
Definition at line 55 of file itkIPLCommonImageIO.h.
enum itk::ImageIOBase::ByteOrder [inherited] |
Enums used to specify byte order; whether Big Endian or Little Endian. Some subclasses use this, some ignore it.
Definition at line 211 of file itkImageIOBase.h.
enum itk::ImageIOBase::FileType [inherited] |
Enums used to specify write style: whether binary or ASCII. Some subclasses use this, some ignore it.
Definition at line 207 of file itkImageIOBase.h.
enum itk::ImageIOBase::IOComponentType [inherited] |
Enums used to manipulate the component type. The component type refers to the actual storage class associated with either a SCALAR pixel type or elements of a compound pixel.
Definition at line 91 of file itkImageIOBase.h.
enum itk::ImageIOBase::IOPixelType [inherited] |
Enums used to manipulate the pixel type. The pixel type provides context for automatic data conversions (for instance, RGB to SCALAR, VECTOR to SCALAR).
| UNKNOWNPIXELTYPE | |
| SCALAR | |
| RGB | |
| RGBA | |
| OFFSET | |
| VECTOR | |
| POINT | |
| COVARIANTVECTOR | |
| SYMMETRICSECONDRANKTENSOR | |
| DIFFUSIONTENSOR3D | |
| COMPLEX | |
| FIXEDARRAY | |
| MATRIX |
Definition at line 83 of file itkImageIOBase.h.
| itk::SiemensVisionImageIO::SiemensVisionImageIO | ( | ) | [protected] |
Set the spacing and dimension information for the set filename. Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.
| itk::SiemensVisionImageIO::~SiemensVisionImageIO | ( | ) | [protected] |
| virtual void itk::LightProcessObject::AbortGenerateDataOff | ( | ) | [virtual, inherited] |
| virtual void itk::LightProcessObject::AbortGenerateDataOn | ( | ) | [virtual, inherited] |
Turn on and off the AbortGenerateData flag.
| int itk::IPLCommonImageIO::AddElementToList | ( | char const *const | filename, | |
| const float | sliceLocation, | |||
| const int | offset, | |||
| const int | XDim, | |||
| const int | YDim, | |||
| const int | Key1, | |||
| const int | Key2 | |||
| ) | [protected, inherited] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | const [inherited] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
| void itk::ImageIOBase::AddSupportedReadExtension | ( | const char * | extension | ) | [protected, inherited] |
Insert an extension to the list of supported extensions for reading.
| void itk::ImageIOBase::AddSupportedWriteExtension | ( | const char * | extension | ) | [protected, inherited] |
Insert an extension to the list of supported extensions for writing.
| static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
| virtual bool itk::SiemensVisionImageIO::CanReadFile | ( | const char * | FileNameToRead | ) | [virtual] |
Determine if the file can be read with this ImageIO implementation.
| FileNameToRead | The name of the file to test for reading. |
Reimplemented from itk::IPLCommonImageIO.
| virtual bool itk::ImageIOBase::CanStreamRead | ( | ) | [inline, virtual, inherited] |
Determine if the ImageIO can stream reading from this file. Default is false.
Reimplemented in itk::MetaImageIO.
Definition at line 283 of file itkImageIOBase.h.
| virtual bool itk::ImageIOBase::CanStreamWrite | ( | ) | [inline, virtual, inherited] |
Determine if the ImageIO can stream writing to this file. Default is false.
Reimplemented in itk::MetaImageIO.
Definition at line 304 of file itkImageIOBase.h.
| virtual bool itk::IPLCommonImageIO::CanWriteFile | ( | const char * | FileNameToWrite | ) | [virtual, inherited] |
Determine if the file can be written with this ImageIO implementation.
| FileNameToWrite | The name of the file to test for writing. |
Implements itk::ImageIOBase.
| void itk::ImageIOBase::ComputeStrides | ( | ) | [protected, inherited] |
Calculates the different strides (distance from one thing to the next). Upon return, strides[0] = bytes to get to the next component of a pixel, strides[1] = bytes to get to the next pixel in x direction, strides[2] = bytes to get to the next row in y direction, strides[3] = bytes to get to the next slice in z direction, etc.
| virtual LightObject::Pointer itk::Object::CreateAnother | ( | ) | const [virtual, inherited] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
| virtual void itk::Object::DebugOff | ( | ) | const [virtual, inherited] |
Turn debugging output off.
| virtual void itk::Object::DebugOn | ( | ) | const [virtual, inherited] |
Turn debugging output on.
| virtual void itk::LightObject::Delete | ( | ) | [virtual, inherited] |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
| virtual void itk::LightProcessObject::GenerateData | ( | void | ) | [inline, protected, virtual, inherited] |
This method causes the filter to generate its output.
Reimplemented in itk::ClassifierBase< TDataContainer >, itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::Statistics::SampleClassifier< TSample >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, itk::ClassifierBase< TInputImage >, and itk::ClassifierBase< TSample >.
Definition at line 123 of file itkLightProcessObject.h.
| virtual ImageIORegion itk::ImageIOBase::GenerateStreamableReadRegionFromRequestedRegion | ( | const ImageIORegion & | requested | ) | const [virtual, inherited] |
Method for supporting streaming. Given a requested region, determine what could be the region that we can read from the file. This is called the streamable region, which will be smaller than the LargestPossibleRegion and greater or equal to the RequestedRegion
Reimplemented in itk::MetaImageIO, and itk::NiftiImageIO.
| virtual const bool& itk::LightProcessObject::GetAbortGenerateData | ( | ) | [virtual, inherited] |
Get the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways.
| std::string itk::ImageIOBase::GetByteOrderAsString | ( | ByteOrder | ) | const [inherited] |
Convenience method returns the ByteOrder as a string. This can be used for writing output files.
| Command* itk::Object::GetCommand | ( | unsigned long | tag | ) | [inherited] |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
| virtual unsigned int itk::IPLCommonImageIO::GetComponentSize | ( | ) | const [virtual, inherited] |
Compute the size (in bytes) of the components of a pixel. For example, and RGB pixel of unsigned char would have a component size of 1 byte.
Reimplemented from itk::ImageIOBase.
| SizeType itk::ImageIOBase::GetComponentStride | ( | ) | const [protected, inherited] |
Convenient method for accessing number of bytes to get to the next pixel component. Returns m_Strides[0].
| std::string itk::ImageIOBase::GetComponentTypeAsString | ( | IOComponentType | ) | const [inherited] |
Convenience method returns the IOComponentType as a string. This can be used for writing output files.
| virtual const std::type_info& itk::IPLCommonImageIO::GetComponentTypeInfo | ( | ) | const [virtual, inherited] |
Get the component type of the pixel.
Reimplemented from itk::ImageIOBase.
| bool itk::Object::GetDebug | ( | ) | const [inherited] |
Get the value of the debug flag.
| virtual unsigned int itk::ImageIOBase::GetDimensions | ( | unsigned int | i | ) | const [inline, virtual, inherited] |
Definition at line 105 of file itkImageIOBase.h.
| virtual std::vector<double> itk::ImageIOBase::GetDirection | ( | unsigned int | i | ) | const [inline, virtual, inherited] |
Definition at line 131 of file itkImageIOBase.h.
| int itk::IPLCommonImageIO::GetDoubleAt | ( | std::ifstream & | f, | |
| std::streamoff | Offset, | |||
| double * | ip, | |||
| bool | throw_exception = true | |||
| ) | [protected, inherited] |
| virtual const char* itk::ImageIOBase::GetFileName | ( | ) | const [virtual, inherited] |
| std::string itk::ImageIOBase::GetFileTypeAsString | ( | FileType | ) | const [inherited] |
Convenience method returns the FileType as a string. This can be used for writing output files.
| int itk::IPLCommonImageIO::GetFloatAt | ( | std::ifstream & | f, | |
| std::streamoff | Offset, | |||
| float * | ip, | |||
| bool | throw_exception = true | |||
| ) | [protected, inherited] |
| static bool itk::Object::GetGlobalWarningDisplay | ( | ) | [static, inherited] |
| SizeType itk::ImageIOBase::GetImageSizeInBytes | ( | ) | const [inherited] |
Return the number of bytes in the image.
| SizeType itk::Ima |