ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches

#include <itkGEAdwImageIO.h>

Detailed Description

Class that defines how to read GEAdw file format.

Author
Hans J. Johnson

Definition at line 50 of file itkGEAdwImageIO.h.

+ Inheritance diagram for itk::GEAdwImageIO:
+ Collaboration diagram for itk::GEAdwImageIO:

Public Types

using Pointer = SmartPointer<Self>
 
using Self = GEAdwImageIO
 
using Superclass = IPLCommonImageIO
 
- Public Types inherited from itk::IPLCommonImageIO
using F32 = float
 
using F64 = double
 
using Pointer = SmartPointer<Self>
 
using S16 = short
 
using S32 = int
 
using S64 = int64_t
 
using S8 = signed char
 
using Self = IPLCommonImageIO
 
using Superclass = ImageIOBase
 
using U16 = unsigned short
 
using U32 = unsigned int
 
using U64 = uint64_t
 
using U8 = unsigned char
 
- Public Types inherited from itk::ImageIOBase
using ArrayOfExtensionsType = std::vector<std::string>
 
using BufferSizeType = itk::OffsetValueType
 
using ConstPointer = SmartPointer<const Self>
 
using IndexValueType = itk::IndexValueType
 
using IOByteOrderEnum = itk::IOByteOrderEnum
 
using IOComponentEnum = itk::IOComponentEnum
 
using IOFileEnum = itk::IOFileEnum
 
using Pointer = SmartPointer<Self>
 
using Self = ImageIOBase
 
using SizeType = itk::intmax_t
 
using SizeValueType = itk::SizeValueType
 
using Superclass = LightProcessObject
 
- Public Types inherited from itk::LightProcessObject
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = LightProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = LightObject
 

Public Member Functions

bool CanReadFile (const char *FileNameToRead) override
 
virtual::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::IPLCommonImageIO
bool CanReadFile (const char *FileNameToRead) override
 
bool CanWriteFile (const char *FileNameToWrite) override
 
virtual::itk::LightObject::Pointer CreateAnother () const
 
unsigned int GetComponentSize () const override
 
const char * GetNameOfClass () const override
 
virtual void ModifyImageInformation ()
 
void Read (void *buffer) override
 
void ReadImageInformation () override
 
virtual void SortImageListByNameAscend ()
 
virtual void SortImageListByNameDescend ()
 
void Write (const void *buffer) override
 
void WriteImageInformation () override
 
- Public Member Functions inherited from itk::ImageIOBase
virtual bool CanStreamRead ()
 
virtual bool CanStreamWrite ()
 
virtual ImageIORegion GenerateStreamableReadRegionFromRequestedRegion (const ImageIORegion &requested) const
 
virtual unsigned int GetActualNumberOfSplitsForWriting (unsigned int numberOfRequestedSplits, const ImageIORegion &pasteRegion, const ImageIORegion &largestPossibleRegion)
 
std::string GetByteOrderAsString (IOByteOrderEnum) const
 
virtual IOComponentEnum GetComponentType () const
 
virtual const std::type_info & GetComponentTypeInfo () const
 
virtual int GetCompressionLevel () const
 
virtual const std::string & GetCompressor () const
 
virtual std::vector< double > GetDefaultDirection (unsigned int k) const
 
virtual std::vector< double > GetDirection (unsigned int i) const
 
std::string GetFileTypeAsString (IOFileEnum) const
 
SizeType GetImageSizeInBytes () const
 
SizeType GetImageSizeInComponents () const
 
SizeType GetImageSizeInPixels () const
 
virtual bool GetIsReadAsScalarPlusPalette () const
 
virtual unsigned int GetNumberOfDimensions () const
 
virtual double GetOrigin (unsigned int i) const
 
virtual SizeType GetPixelStride () const
 
virtual double GetSpacing (unsigned int i) const
 
virtual ImageIORegion GetSplitRegionForWriting (unsigned int ithPiece, unsigned int numberOfActualSplits, const ImageIORegion &pasteRegion, const ImageIORegion &largestPossibleRegion)
 
const ArrayOfExtensionsTypeGetSupportedReadExtensions () const
 
const ArrayOfExtensionsTypeGetSupportedWriteExtensions () const
 
void SetByteOrderToLittleEndian ()
 
virtual void SetComponentType (const IOComponentEnum _arg)
 
virtual void SetCompressionLevel (int _arg)
 
virtual void SetCompressor (std::string _c)
 
virtual void SetDirection (unsigned int i, const std::vector< double > &direction)
 
virtual void SetDirection (unsigned int i, const vnl_vector< double > &direction)
 
void SetFileTypeToBinary ()
 
void SetNumberOfDimensions (unsigned int)
 
virtual void SetOrigin (unsigned int i, double origin)
 
virtual void SetSpacing (unsigned int i, double spacing)
 
template<typename TPixel>
void SetTypeInfo (const TPixel *)
 
virtual bool SupportsDimension (unsigned long dim)
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 
virtual void SetDimensions (unsigned int i, SizeValueType dim)
 
virtual SizeValueType GetDimensions (unsigned int i) const
 
virtual void SetIORegion (ImageIORegion _arg)
 
virtual const ImageIORegionGetIORegion () const
 
virtual void SetPixelType (const itk::CommonEnums::IOPixel _arg)
 
virtual itk::CommonEnums::IOPixel GetPixelType () const
 
virtual void SetNumberOfComponents (unsigned int _arg)
 
virtual const unsigned int & GetNumberOfComponents () const
 
virtual void SetUseCompression (bool _arg)
 
virtual bool GetUseCompression () const
 
virtual void UseCompressionOn ()
 
virtual void UseCompressionOff ()
 
virtual void SetUseStreamedReading (bool _arg)
 
virtual bool GetUseStreamedReading () const
 
virtual void UseStreamedReadingOn ()
 
virtual void UseStreamedReadingOff ()
 
virtual void SetUseStreamedWriting (bool _arg)
 
virtual bool GetUseStreamedWriting () const
 
virtual void UseStreamedWritingOn ()
 
virtual void UseStreamedWritingOff ()
 
virtual void SetExpandRGBPalette (bool _arg)
 
virtual bool GetExpandRGBPalette () const
 
virtual void ExpandRGBPaletteOn ()
 
virtual void ExpandRGBPaletteOff ()
 
virtual void SetWritePalette (bool _arg)
 
virtual bool GetWritePalette () const
 
virtual void WritePaletteOn ()
 
virtual void WritePaletteOff ()
 
virtual void SetFileType (const IOFileEnum _arg)
 
virtual IOFileEnum GetFileType () const
 
void SetFileTypeToASCII ()
 
virtual void SetByteOrder (const IOByteOrderEnum _arg)
 
virtual IOByteOrderEnum GetByteOrder () const
 
void SetByteOrderToBigEndian ()
 
template<typename TPixel>
void SetPixelTypeInfo (const TPixel *)
 
template<typename TPixel>
void SetPixelTypeInfo (const RGBPixel< TPixel > *)
 
template<typename TPixel>
void SetPixelTypeInfo (const RGBAPixel< TPixel > *)
 
template<unsigned int VLength>
void SetPixelTypeInfo (const Offset< VLength > *)
 
template<typename TPixel, unsigned int VLength>
void SetPixelTypeInfo (const Vector< TPixel, VLength > *)
 
template<typename TCoordinate, unsigned int VPointDimension>
void SetPixelTypeInfo (const Point< TCoordinate, VPointDimension > *)
 
template<typename TPixel, unsigned int VLength>
void SetPixelTypeInfo (const CovariantVector< TPixel, VLength > *)
 
template<typename TPixel, unsigned int VLength>
void SetPixelTypeInfo (const SymmetricSecondRankTensor< TPixel, VLength > *)
 
template<typename TPixel>
void SetPixelTypeInfo (const DiffusionTensor3D< TPixel > *)
 
template<typename TPixel>
void SetPixelTypeInfo (const std::complex< TPixel > *)
 
template<typename TPixel, unsigned int VLength>
void SetPixelTypeInfo (const FixedArray< TPixel, VLength > *)
 
template<typename TPixel>
void SetPixelTypeInfo (const VariableLengthVector< TPixel > *)
 
template<typename TValue>
void SetPixelTypeInfo (const Array< TValue > *)
 
template<typename TPixel, unsigned int VLength>
void SetPixelTypeInfo (const Matrix< TPixel, VLength, VLength > *)
 
template<typename TValue>
void SetPixelTypeInfo (const VariableSizeMatrix< TValue > *)
 
- Public Member Functions inherited from itk::LightProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual::itk::LightObject::Pointer CreateAnother () const
 
virtual const bool & GetAbortGenerateData () const
 
const char * GetNameOfClass () const override
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void UpdateOutputData ()
 
void UpdateProgress (float amount)
 
virtual void SetProgress (float _arg)
 
virtual const float & GetProgress () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *cmd) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
const char * GetNameOfClass () const override
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag) const
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::IPLCommonImageIO
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageIOBase
static std::string GetComponentTypeAsString (IOComponentEnum)
 
static IOComponentEnum GetComponentTypeFromString (const std::string &typeString)
 
static std::string GetPixelTypeAsString (IOPixelEnum)
 
static IOPixelEnum GetPixelTypeFromString (const std::string &pixelString)
 
- Static Public Member Functions inherited from itk::LightProcessObject
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 GEAdwImageIO ()
 
GEImageHeaderReadHeader (const char *FileNameToRead) override
 
 ~GEAdwImageIO () override
 
- Protected Member Functions inherited from itk::IPLCommonImageIO
int AddElementToList (const char *const filename, const float sliceLocation, const int offset, const int XDim, const int YDim, const float XRes, const float YRes, const int Key1, const int Key2)
 
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)
 
int GetShortAt (std::ifstream &f, std::streamoff Offset, short *ip, bool throw_exception=true)
 
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)
 
 IPLCommonImageIO ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void sortImageListAscend ()
 
void sortImageListDescend ()
 
int statTimeToAscii (void *clock, char *timeString, int len)
 
 ~IPLCommonImageIO () override
 
- Protected Member Functions inherited from itk::ImageIOBase
void AddSupportedReadExtension (const char *extension)
 
void AddSupportedWriteExtension (const char *extension)
 
void ComputeStrides ()
 
virtual unsigned int GetActualNumberOfSplitsForWritingCanStreamWrite (unsigned int numberOfRequestedSplits, const ImageIORegion &pasteRegion) const
 
SizeType GetComponentStride () const
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
virtual unsigned int GetPixelSize () const
 
SizeType GetRowStride () const
 
SizeType GetSliceStride () const
 
virtual ImageIORegion GetSplitRegionForWritingCanStreamWrite (unsigned int ithPiece, unsigned int numberOfActualSplits, const ImageIORegion &pasteRegion) const
 
 ImageIOBase ()
 
virtual void InternalSetCompressor (const std::string &_compressor)
 
virtual void OpenFileForReading (std::ifstream &inputStream, const std::string &filename, bool ascii=false)
 
virtual void OpenFileForWriting (std::ofstream &outputStream, const std::string &filename, bool truncate=true, bool ascii=false)
 
virtual void ReadBufferAsASCII (std::istream &is, void *buffer, IOComponentEnum ctype, SizeType numComp)
 
bool ReadBufferAsBinary (std::istream &is, void *buffer, SizeType num)
 
virtual void Reset (const bool freeDynamic=true)
 
void Resize (const unsigned int numDimensions, const unsigned int *dimensions)
 
void SetSupportedReadExtensions (const ArrayOfExtensionsType &)
 
void SetSupportedWriteExtensions (const ArrayOfExtensionsType &)
 
virtual void WriteBufferAsASCII (std::ostream &os, const void *buffer, IOComponentEnum ctype, SizeType numComp)
 
 ~ImageIOBase () override
 
virtual bool HasSupportedReadExtension (const char *fileName, bool ignoreCase=true)
 
virtual bool HasSupportedWriteExtension (const char *fileName, bool ignoreCase=true)
 
virtual void SetMaximumCompressionLevel (int)
 
virtual int GetMaximumCompressionLevel () const
 
- Protected Member Functions inherited from itk::LightProcessObject
virtual void GenerateData ()
 
 LightProcessObject ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~LightProcessObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Types

enum  GE_ADW_DEFINES {
  GE_ADW_SU_ID = 0 ,
  GE_ADW_SU_ID_LEN = 4 ,
  GE_ADW_SU_PRODID = 7 ,
  GE_ADW_SU_PRODID_LEN = 13 ,
  GE_ADW_EX_SUID = 116 ,
  GE_ADW_EX_SUID_LEN = 4 ,
  GE_ADW_EX_NO = 124 ,
  GE_ADW_EX_NO_LEN = 2 ,
  GE_ADW_EX_HOSPNAME = 126 ,
  GE_ADW_EX_HOSPNAME_LEN = 33 ,
  GE_ADW_EX_MAGSTRENGTH = 200 ,
  GE_ADW_EX_MAGSTRENGTH_LEN = 4 ,
  GE_ADW_EX_PATID = 204 ,
  GE_ADW_EX_PATID_LEN = 13 ,
  GE_ADW_EX_PATNAME = 217 ,
  GE_ADW_EX_PATNAME_LEN = 25 ,
  GE_ADW_EX_PATAGE = 242 ,
  GE_ADW_EX_PATAGE_LEN = 2 ,
  GE_ADW_EX_PATIAN = 244 ,
  GE_ADW_EX_PATIAN_LEN = 2 ,
  GE_ADW_EX_PATSEX = 246 ,
  GE_ADW_EX_PATSEX_LEN = 2 ,
  GE_ADW_EX_PATWEIGHT = 248 ,
  GE_ADW_EX_PATWEIGHT_LEN = 4 ,
  GE_ADW_EX_HIST = 254 ,
  GE_ADW_EX_HIST_LEN = 61 ,
  GE_ADW_EX_DATETIME = 328 ,
  GE_ADW_EX_DATETIME_LEN = 4 ,
  GE_ADW_EX_REFPHY = 332 ,
  GE_ADW_EX_REFPHY_LEN = 33 ,
  GE_ADW_EX_DIAGRAD = 365 ,
  GE_ADW_EX_DIAGRAD_LEN = 33 ,
  GE_ADW_EX_OP = 398 ,
  GE_ADW_EX_OP_LEN = 4 ,
  GE_ADW_EX_DESC = 402 ,
  GE_ADW_EX_DESC_LEN = 23 ,
  GE_ADW_EX_TYP = 425 ,
  GE_ADW_EX_TYP_LEN = 3 ,
  GE_ADW_EX_FORMAT = 428 ,
  GE_ADW_EX_FORMAT_LEN = 2 ,
  GE_ADW_EX_SYSID = 444 ,
  GE_ADW_EX_SYSID_LEN = 9 ,
  GE_ADW_SE_SUID = 1156 ,
  GE_ADW_SE_SUID_LEN = 4 ,
  GE_ADW_SE_UNIQ = 1160 ,
  GE_ADW_SE_UNIQ_LEN = 2 ,
  GE_ADW_SE_EXNO = 1164 ,
  GE_ADW_SE_EXNO_LEN = 2 ,
  GE_ADW_SE_NO = 1166 ,
  GE_ADW_SE_NO_LEN = 2 ,
  GE_ADW_SE_DATETIME = 1168 ,
  GE_ADW_SE_DATETIME_LEN = 4 ,
  GE_ADW_SE_DESC = 1176 ,
  GE_ADW_SE_DESC_LEN = 30 ,
  GE_ADW_SE_TYP = 1224 ,
  GE_ADW_SE_TYP_LEN = 2 ,
  GE_ADW_SE_PLANE = 1228 ,
  GE_ADW_SE_PLANE_LEN = 2 ,
  GE_ADW_SE_POSITION = 1232 ,
  GE_ADW_SE_POSITION_LEN = 4 ,
  GE_ADW_SE_ENTRY = 1236 ,
  GE_ADW_SE_ENTRY_LEN = 4 ,
  GE_ADW_SE_ANREF = 1240 ,
  GE_ADW_SE_ANREF_LEN = 3 ,
  GE_ADW_SE_CONTRAST = 1274 ,
  GE_ADW_SE_CONTRAST_LEN = 2 ,
  GE_ADW_SE_START_RAS = 1276 ,
  GE_ADW_SE_START_RAS_LEN = 1 ,
  GE_ADW_SE_START_LOC = 1280 ,
  GE_ADW_SE_START_LOC_LEN = 4 ,
  GE_ADW_SE_END_RAS = 1284 ,
  GE_ADW_SE_END_RAS_LEN = 1 ,
  GE_ADW_SE_END_LOC = 1288 ,
  GE_ADW_SE_END_LOC_LEN = 4 ,
  GE_ADW_SE_NUMIMAGES = 1368 ,
  GE_ADW_SE_NUMIMAGES_LEN = 4 ,
  GE_ADW_IM_SUID = 2184 ,
  GE_ADW_IM_SUID_LEN = 4 ,
  GE_ADW_IM_UNIQ = 2188 ,
  GE_ADW_IM_UNIQ_LEN = 2 ,
  GE_ADW_IM_EXNO = 2192 ,
  GE_ADW_IM_EXNO_LEN = 2 ,
  GE_ADW_IM_SENO = 2194 ,
  GE_ADW_IM_SENO_LEN = 2 ,
  GE_ADW_IM_NO = 2196 ,
  GE_ADW_IM_NO_LEN = 2 ,
  GE_ADW_IM_DATETIME = 2200 ,
  GE_ADW_IM_DATETIME_LEN = 4 ,
  GE_ADW_IM_ACTUAL_DT = 2204 ,
  GE_ADW_IM_ACTUAL_DT_LEN = 4 ,
  GE_ADW_IM_SCTIME = 2208 ,
  GE_ADW_IM_SCTIME_LEN = 4 ,
  GE_ADW_IM_SLTHICK = 2212 ,
  GE_ADW_IM_SLTHICK_LEN = 4 ,
  GE_ADW_IM_IMATRIX_X = 2216 ,
  GE_ADW_IM_IMATRIX_X_LEN = 2 ,
  GE_ADW_IM_IMATRIX_Y = 2218 ,
  GE_ADW_IM_IMATRIX_Y_LEN = 2 ,
  GE_ADW_IM_DFOV = 2220 ,
  GE_ADW_IM_DFOV_LEN = 4 ,
  GE_ADW_IM_DFOV_RECT = 2224 ,
  GE_ADW_IM_DFOV_RECT_LEN = 4 ,
  GE_ADW_IM_DIM_X = 2228 ,
  GE_ADW_IM_DIM_X_LEN = 4 ,
  GE_ADW_IM_DIM_Y = 2232 ,
  GE_ADW_IM_DIM_Y_LEN = 4 ,
  GE_ADW_IM_PIXSIZE_X = 2236 ,
  GE_ADW_IM_PIXSIZE_X_LEN = 4 ,
  GE_ADW_IM_PIXSIZE_Y = 2240 ,
  GE_ADW_IM_PIXSIZE_Y_LEN = 4 ,
  GE_ADW_IM_CONTMODE = 2292 ,
  GE_ADW_IM_CONTMODE_LEN = 2 ,
  GE_ADW_IM_PLANE = 2300 ,
  GE_ADW_IM_PLANE_LEN = 2 ,
  GE_ADW_IM_SCANSPACING = 2304 ,
  GE_ADW_IM_SCANSPACING_LEN = 4 ,
  GE_ADW_IM_LOC_RAS = 2312 ,
  GE_ADW_IM_LOC_RAS_LEN = 1 ,
  GE_ADW_IM_LOC = 2316 ,
  GE_ADW_IM_LOC_LEN = 4 ,
  GE_ADW_IM_ULHC_R = 2344 ,
  GE_ADW_IM_ULHC_R_LEN = 4 ,
  GE_ADW_IM_ULHC_A = 2348 ,
  GE_ADW_IM_ULHC_A_LEN = 4 ,
  GE_ADW_IM_ULHC_S = 2352 ,
  GE_ADW_IM_ULHC_S_LEN = 4 ,
  GE_ADW_IM_URHC_R = 2356 ,
  GE_ADW_IM_URHC_R_LEN = 4 ,
  GE_ADW_IM_URHC_A = 2360 ,
  GE_ADW_IM_URHC_A_LEN = 4 ,
  GE_ADW_IM_URHC_S = 2364 ,
  GE_ADW_IM_URHC_S_LEN = 4 ,
  GE_ADW_IM_BRHC_R = 2368 ,
  GE_ADW_IM_BRHC_R_LEN = 4 ,
  GE_ADW_IM_BRHC_A = 2372 ,
  GE_ADW_IM_BRHC_A_LEN = 4 ,
  GE_ADW_IM_BRHC_S = 2376 ,
  GE_ADW_IM_BRHC_S_LEN = 4 ,
  GE_ADW_IM_TR = 2384 ,
  GE_ADW_IM_TR_LEN = 4 ,
  GE_ADW_IM_TI = 2388 ,
  GE_ADW_IM_TI_LEN = 4 ,
  GE_ADW_IM_TE = 2392 ,
  GE_ADW_IM_TE_LEN = 4 ,
  GE_ADW_IM_NUMECHO = 2400 ,
  GE_ADW_IM_NUMECHO_LEN = 2 ,
  GE_ADW_IM_ECHONUM = 2402 ,
  GE_ADW_IM_ECHONUM_LEN = 2 ,
  GE_ADW_IM_NEX = 2408 ,
  GE_ADW_IM_NEX_LEN = 4 ,
  GE_ADW_IM_CONTIG = 2412 ,
  GE_ADW_IM_CONTIG_LEN = 2 ,
  GE_ADW_IM_HRTRATE = 2414 ,
  GE_ADW_IM_HRTRATE_LEN = 2 ,
  GE_ADW_IM_TDEL = 2416 ,
  GE_ADW_IM_TDEL_LEN = 4 ,
  GE_ADW_IM_XMTGAIN = 2438 ,
  GE_ADW_IM_XMTGAIN_LEN = 2 ,
  GE_ADW_IM_MR_FLIP = 2444 ,
  GE_ADW_IM_MR_FLIP_LEN = 2 ,
  GE_ADW_IM_CPHASE = 2452 ,
  GE_ADW_IM_CPHASE_LEN = 2 ,
  GE_ADW_IM_SWAPPF = 2454 ,
  GE_ADW_IM_SWAPPF_LEN = 2 ,
  GE_ADW_IM_OBPLANE = 2464 ,
  GE_ADW_IM_OBPLANE_LEN = 4 ,
  GE_ADW_IM_XMTFREQ = 2472 ,
  GE_ADW_IM_XMTFREQ_LEN = 4 ,
  GE_ADW_IM_PRESCAN_R1 = 2482 ,
  GE_ADW_IM_PRESCAN_R1_LEN = 2 ,
  GE_ADW_IM_PRESCAN_R2 = 2484 ,
  GE_ADW_IM_PRESCAN_R2_LEN = 2 ,
  GE_ADW_IM_IMODE = 2494 ,
  GE_ADW_IM_IMODE_LEN = 2 ,
  GE_ADW_IM_IOPT = 2496 ,
  GE_ADW_IM_IOPT_LEN = 4 ,
  GE_ADW_IM_PSEQ = 2500 ,
  GE_ADW_IM_PSEQ_LEN = 2 ,
  GE_ADW_IM_PSDNAME = 2504 ,
  GE_ADW_IM_PSDNAME_LEN = 33 ,
  GE_ADW_IM_CTYP = 2558 ,
  GE_ADW_IM_CTYP_LEN = 2 ,
  GE_ADW_IM_CNAME = 2560 ,
  GE_ADW_IM_CNAME_LEN = 17 ,
  GE_ADW_IM_SUPP_TECH = 2592 ,
  GE_ADW_IM_SUPP_TECH_LEN = 2 ,
  GE_ADW_IM_VBW = 2596 ,
  GE_ADW_IM_VBW_LEN = 4 ,
  GE_ADW_IM_SLQUANT = 2600 ,
  GE_ADW_IM_SLQUANT_LEN = 2 ,
  GE_ADW_IM_USER0 = 2608 ,
  GE_ADW_IM_USER0_LEN = 4 ,
  GE_ADW_IM_USER1 = 2612 ,
  GE_ADW_IM_USER1_LEN = 4 ,
  GE_ADW_IM_USER2 = 2616 ,
  GE_ADW_IM_USER2_LEN = 4 ,
  GE_ADW_IM_USER3 = 2620 ,
  GE_ADW_IM_USER3_LEN = 4 ,
  GE_ADW_IM_USER4 = 2624 ,
  GE_ADW_IM_USER4_LEN = 4 ,
  GE_ADW_IM_USER5 = 2628 ,
  GE_ADW_IM_USER5_LEN = 4 ,
  GE_ADW_IM_USER6 = 2632 ,
  GE_ADW_IM_USER6_LEN = 4 ,
  GE_ADW_IM_USER7 = 2636 ,
  GE_ADW_IM_USER7_LEN = 4 ,
  GE_ADW_IM_USER8 = 2640 ,
  GE_ADW_IM_USER8_LEN = 4 ,
  GE_ADW_IM_USER9 = 2644 ,
  GE_ADW_IM_USER9_LEN = 4 ,
  GE_ADW_IM_USER10 = 2648 ,
  GE_ADW_IM_USER10_LEN = 4 ,
  GE_ADW_IM_USER11 = 2652 ,
  GE_ADW_IM_USER11_LEN = 4 ,
  GE_ADW_IM_USER12 = 2656 ,
  GE_ADW_IM_USER12_LEN = 4 ,
  GE_ADW_IM_USER13 = 2660 ,
  GE_ADW_IM_USER13_LEN = 4 ,
  GE_ADW_IM_USER14 = 2664 ,
  GE_ADW_IM_USER14_LEN = 4 ,
  GE_ADW_IM_USER15 = 2668 ,
  GE_ADW_IM_USER15_LEN = 4 ,
  GE_ADW_IM_USER16 = 2672 ,
  GE_ADW_IM_USER16_LEN = 4 ,
  GE_ADW_IM_USER17 = 2676 ,
  GE_ADW_IM_USER17_LEN = 4 ,
  GE_ADW_IM_USER18 = 2680 ,
  GE_ADW_IM_USER18_LEN = 4 ,
  GE_ADW_IM_USER19 = 2684 ,
  GE_ADW_IM_USER19_LEN = 4 ,
  GE_ADW_IM_USER20 = 2688 ,
  GE_ADW_IM_USER20_LEN = 4 ,
  GE_ADW_IM_USER21 = 2692 ,
  GE_ADW_IM_USER21_LEN = 4 ,
  GE_ADW_IM_USER22 = 2696 ,
  GE_ADW_IM_USER22_LEN = 4 ,
  GE_ADW_IM_USER23 = 2700 ,
  GE_ADW_IM_USER23_LEN = 4 ,
  GE_ADW_IM_USER24 = 2704 ,
  GE_ADW_IM_USER24_LEN = 4 ,
  GE_ADW_IM_SATBITS = 2756 ,
  GE_ADW_IM_SATBITS_LEN = 2 ,
  GE_ADW_IM_SCIC = 2758 ,
  GE_ADW_IM_SCIC_LEN = 2 ,
  GE_ADW_IM_FLAX = 2778 ,
  GE_ADW_IM_FLAX_LEN = 2 ,
  GE_ADW_IM_VENC = 2780 ,
  GE_ADW_IM_VENC_LEN = 2 ,
  GE_ADW_IM_THK_DISCLMR = 2782 ,
  GE_ADW_IM_THK_DISCLMR_LEN = 2 ,
  GE_ADW_IM_VAS_COLLAPSE = 2790 ,
  GE_ADW_IM_VAS_COLLAPSE_LEN = 2 ,
  GE_ADW_IM_X_AXIS_ROT = 2816 ,
  GE_ADW_IM_X_AXIS_ROT_LEN = 4 ,
  GE_ADW_IM_Y_AXIS_ROT = 2820 ,
  GE_ADW_IM_Y_AXIS_ROT_LEN = 4 ,
  GE_ADW_IM_Z_AXIS_ROT = 2824 ,
  GE_ADW_IM_Z_AXIS_ROT_LEN = 4 ,
  GE_ADW_IM_ECHO_TRN = 2844 ,
  GE_ADW_IM_ECHO_TRN_LEN = 2 ,
  GE_ADW_IM_FRAC_ECHO = 2846 ,
  GE_ADW_IM_FRAC_ECHO_LEN = 2 ,
  GE_ADW_IM_PREP_PULSE = 2848 ,
  GE_ADW_IM_PREP_PULSE_LEN = 2 ,
  GE_ADW_IM_CPHASENUM = 2850 ,
  GE_ADW_IM_CPHASENUM_LEN = 2 ,
  GE_ADW_IM_VAR_ECHO = 2852 ,
  GE_ADW_IM_VAR_ECHO_LEN = 2 ,
  GE_ADW_IM_FREQ_DIR = 2948 ,
  GE_ADW_IM_FREQ_DIR_LEN = 2 ,
  GE_ADW_IM_VMODE = 2950 ,
  GE_ADW_IM_VMODE_LEN = 2 ,
  GE_ADW_FIXED_HDR_LENGTH = 3228 ,
  GE_ADW_VARIABLE_HDR_LENGTH_LEN = 4 ,
  GE_ADW_VARIABLE_HDR_LENGTH = 3232
}
 

Additional Inherited Members

- Protected Attributes inherited from itk::IPLCommonImageIO
IPLFileNameListm_FilenameList {}
 
GEImageHeaderm_ImageHeader {}
 
IOByteOrderEnum m_SystemByteOrder {}
 
- Protected Attributes inherited from itk::ImageIOBase
IOByteOrderEnum m_ByteOrder { IOByteOrderEnum::OrderNotApplicable }
 
IOComponentEnum m_ComponentType { IOComponentEnum::UNKNOWNCOMPONENTTYPE }
 
int m_CompressionLevel { 30 }
 
std::string m_Compressor { "uninitialized" }
 
std::vector< SizeValueTypem_Dimensions {}
 
std::vector< std::vector< double > > m_Direction {}
 
bool m_ExpandRGBPalette {}
 
std::string m_FileName {}
 
IOFileEnum m_FileType { IOFileEnum::TypeNotApplicable }
 
bool m_Initialized {}
 
ImageIORegion m_IORegion {}
 
bool m_IsReadAsScalarPlusPalette {}
 
int m_MaximumCompressionLevel { 100 }
 
unsigned int m_NumberOfComponents {}
 
unsigned int m_NumberOfDimensions { 0 }
 
std::vector< double > m_Origin {}
 
IOPixelEnum m_PixelType { IOPixelEnum::SCALAR }
 
std::vector< double > m_Spacing {}
 
std::vector< SizeTypem_Strides {}
 
bool m_UseCompression { false }
 
bool m_UseStreamedReading {}
 
bool m_UseStreamedWriting {}
 
bool m_WritePalette {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ Pointer

Definition at line 58 of file itkGEAdwImageIO.h.

◆ Self

Standard class type aliases.

Definition at line 56 of file itkGEAdwImageIO.h.

◆ Superclass

Member Enumeration Documentation

◆ GE_ADW_DEFINES

Enumerator
GE_ADW_SU_ID 

Site id - String

GE_ADW_SU_ID_LEN 
GE_ADW_SU_PRODID 

Product ID - String

GE_ADW_SU_PRODID_LEN 
GE_ADW_EX_SUID 

Exam study ID - String

GE_ADW_EX_SUID_LEN 
GE_ADW_EX_NO 

Exam Number - Unsigned short Int

GE_ADW_EX_NO_LEN 
GE_ADW_EX_HOSPNAME 

Hospital Name - String

GE_ADW_EX_HOSPNAME_LEN 
GE_ADW_EX_MAGSTRENGTH 

Magnet Strength - Integer

GE_ADW_EX_MAGSTRENGTH_LEN 
GE_ADW_EX_PATID 

Patient ID - String

GE_ADW_EX_PATID_LEN 
GE_ADW_EX_PATNAME 

Patient Name - String

GE_ADW_EX_PATNAME_LEN 
GE_ADW_EX_PATAGE 

Patient Age - Short Int

GE_ADW_EX_PATAGE_LEN 
GE_ADW_EX_PATIAN 

Patient Age Notation - Short Int

GE_ADW_EX_PATIAN_LEN 
GE_ADW_EX_PATSEX 

Patient Sex - Short Integer

GE_ADW_EX_PATSEX_LEN 
GE_ADW_EX_PATWEIGHT 

Patient Weight - Integer

GE_ADW_EX_PATWEIGHT_LEN 
GE_ADW_EX_HIST 

Patient History - String

GE_ADW_EX_HIST_LEN 
GE_ADW_EX_DATETIME 

Exam date/time stamp - Integer

GE_ADW_EX_DATETIME_LEN 
GE_ADW_EX_REFPHY 

Referring Physician - String

GE_ADW_EX_REFPHY_LEN 
GE_ADW_EX_DIAGRAD 

Diagnostician/Radiologist - String

GE_ADW_EX_DIAGRAD_LEN 
GE_ADW_EX_OP 

Operator - String

GE_ADW_EX_OP_LEN 
GE_ADW_EX_DESC 

Exam Description - String

GE_ADW_EX_DESC_LEN 
GE_ADW_EX_TYP 

Exam Type - String

GE_ADW_EX_TYP_LEN 
GE_ADW_EX_FORMAT 

Exam Format - Short Integer

GE_ADW_EX_FORMAT_LEN 
GE_ADW_EX_SYSID 

Creator Suite and Host - String

GE_ADW_EX_SYSID_LEN 
GE_ADW_SE_SUID 

Series Header Variables Suite Id for Series - String

GE_ADW_SE_SUID_LEN 
GE_ADW_SE_UNIQ 

The Make-Unique Flag - Short Integer

GE_ADW_SE_UNIQ_LEN 
GE_ADW_SE_EXNO 

Exam Number - Unsigned Short Integer

GE_ADW_SE_EXNO_LEN 
GE_ADW_SE_NO 

Series Number - Short Integer

GE_ADW_SE_NO_LEN 
GE_ADW_SE_DATETIME 

Date/Time stamp - Integer

GE_ADW_SE_DATETIME_LEN 
GE_ADW_SE_DESC 

Series description - String

GE_ADW_SE_DESC_LEN 
GE_ADW_SE_TYP 

Series Type - Short Integer

GE_ADW_SE_TYP_LEN 
GE_ADW_SE_PLANE 

Most Like Plane - Short Integer

GE_ADW_SE_PLANE_LEN 
GE_ADW_SE_POSITION 

Patient Position - Integer

GE_ADW_SE_POSITION_LEN 
GE_ADW_SE_ENTRY 

Patient Entry - Integer

GE_ADW_SE_ENTRY_LEN 
GE_ADW_SE_ANREF 

Anatomical reference - String

GE_ADW_SE_ANREF_LEN 
GE_ADW_SE_CONTRAST 

Non-zero if contrast - Short Int

GE_ADW_SE_CONTRAST_LEN 
GE_ADW_SE_START_RAS 

RAS letter for first scan location

  • String
GE_ADW_SE_START_RAS_LEN 
GE_ADW_SE_START_LOC 

Start location position - Float

GE_ADW_SE_START_LOC_LEN 
GE_ADW_SE_END_RAS 

RAS letter for last scan location - String

GE_ADW_SE_END_RAS_LEN 
GE_ADW_SE_END_LOC 

End location position - Float

GE_ADW_SE_END_LOC_LEN 
GE_ADW_SE_NUMIMAGES 

Number of Images Existing - Integer

GE_ADW_SE_NUMIMAGES_LEN 
GE_ADW_IM_SUID 

Image Header Variables Suite ID for this image - String

GE_ADW_IM_SUID_LEN 
GE_ADW_IM_UNIQ 

The make unique flag - Short Integer

GE_ADW_IM_UNIQ_LEN 
GE_ADW_IM_EXNO 

Exam number for this image - Unsigned short

GE_ADW_IM_EXNO_LEN 
GE_ADW_IM_SENO 

Series number for image - short integer

GE_ADW_IM_SENO_LEN 
GE_ADW_IM_NO 

Image number - short integer

GE_ADW_IM_NO_LEN 
GE_ADW_IM_DATETIME 

Image allocation date/time stamp - integer

GE_ADW_IM_DATETIME_LEN 
GE_ADW_IM_ACTUAL_DT 

Actual image date/time stamp - Date

GE_ADW_IM_ACTUAL_DT_LEN 
GE_ADW_IM_SCTIME 

Duration of scan (secs) - float

GE_ADW_IM_SCTIME_LEN 
GE_ADW_IM_SLTHICK 

Slice thickness (mm) - float

GE_ADW_IM_SLTHICK_LEN 
GE_ADW_IM_IMATRIX_X 

Image matrix size X - short integer

GE_ADW_IM_IMATRIX_X_LEN 
GE_ADW_IM_IMATRIX_Y 

Image matrix size Y - short integer

GE_ADW_IM_IMATRIX_Y_LEN 
GE_ADW_IM_DFOV 

Display field of view X (mm) - float

GE_ADW_IM_DFOV_LEN 
GE_ADW_IM_DFOV_RECT 

Display field of view Y (mm) if different - float

GE_ADW_IM_DFOV_RECT_LEN 
GE_ADW_IM_DIM_X 

Image dimension X - float

GE_ADW_IM_DIM_X_LEN 
GE_ADW_IM_DIM_Y 

Image dimension Y - float

GE_ADW_IM_DIM_Y_LEN 
GE_ADW_IM_PIXSIZE_X 

Image pixel size X - float

GE_ADW_IM_PIXSIZE_X_LEN 
GE_ADW_IM_PIXSIZE_Y 

Image pixel size Y - float

GE_ADW_IM_PIXSIZE_Y_LEN 
GE_ADW_IM_CONTMODE 

Image contrast mode - short integer

GE_ADW_IM_CONTMODE_LEN 
GE_ADW_IM_PLANE 

Plane type - short integer

GE_ADW_IM_PLANE_LEN 
GE_ADW_IM_SCANSPACING 

Spacing between scans (mm) - float

GE_ADW_IM_SCANSPACING_LEN 
GE_ADW_IM_LOC_RAS 

RAS letter of image location - string

GE_ADW_IM_LOC_RAS_LEN 
GE_ADW_IM_LOC 

Image location - float

GE_ADW_IM_LOC_LEN 
GE_ADW_IM_ULHC_R 

R coordinate of upper left corner - float

GE_ADW_IM_ULHC_R_LEN 
GE_ADW_IM_ULHC_A 

A coordinate of upper left corner - float

GE_ADW_IM_ULHC_A_LEN 
GE_ADW_IM_ULHC_S 

S coordinate of upper left corner - float

GE_ADW_IM_ULHC_S_LEN 
GE_ADW_IM_URHC_R 

R coordinate of upper right corner - float

GE_ADW_IM_URHC_R_LEN 
GE_ADW_IM_URHC_A 

A coordinate of upper right corner - float

GE_ADW_IM_URHC_A_LEN 
GE_ADW_IM_URHC_S 

S coordinate of upper right corner - float

GE_ADW_IM_URHC_S_LEN 
GE_ADW_IM_BRHC_R 

R coordinate of bottom right corner - float

GE_ADW_IM_BRHC_R_LEN 
GE_ADW_IM_BRHC_A 

A coordinate of bottom right corner - float

GE_ADW_IM_BRHC_A_LEN 
GE_ADW_IM_BRHC_S 

S coordinate of bottom right corner - float

GE_ADW_IM_BRHC_S_LEN 
GE_ADW_IM_TR 

Pulse repetition time (usec) - integer

GE_ADW_IM_TR_LEN 
GE_ADW_IM_TI 

Pulse inversion time (usec) - integer

GE_ADW_IM_TI_LEN 
GE_ADW_IM_TE 

Pulse echo time (usec) - integer

GE_ADW_IM_TE_LEN 
GE_ADW_IM_NUMECHO 

Number of echoes - short integer

GE_ADW_IM_NUMECHO_LEN 
GE_ADW_IM_ECHONUM 

Echo number - short integer

GE_ADW_IM_ECHONUM_LEN 
GE_ADW_IM_NEX 

Number of averages - float

GE_ADW_IM_NEX_LEN 
GE_ADW_IM_CONTIG 

Continuous slices flag - short integer

GE_ADW_IM_CONTIG_LEN 
GE_ADW_IM_HRTRATE 

Cardiac Heart rate (bpm) - short integer

GE_ADW_IM_HRTRATE_LEN 
GE_ADW_IM_TDEL 

Delay after trigger (usec) - integer

GE_ADW_IM_TDEL_LEN 
GE_ADW_IM_XMTGAIN 

Actual transmit gain (.1 dB) - short integer

GE_ADW_IM_XMTGAIN_LEN 
GE_ADW_IM_MR_FLIP 

Flip angle for GRASS scans (dgr) - short integer

GE_ADW_IM_MR_FLIP_LEN 
GE_ADW_IM_CPHASE 

Total cardiac phases prescribed - short integer

GE_ADW_IM_CPHASE_LEN 
GE_ADW_IM_SWAPPF 

Swap phase/frequency - short integer

GE_ADW_IM_SWAPPF_LEN 
GE_ADW_IM_OBPLANE 

Oblique plane - integer

GE_ADW_IM_OBPLANE_LEN 
GE_ADW_IM_XMTFREQ 

Transmit frequency - integer

GE_ADW_IM_XMTFREQ_LEN 
GE_ADW_IM_PRESCAN_R1 

Prescan R1 value - short integer

GE_ADW_IM_PRESCAN_R1_LEN 
GE_ADW_IM_PRESCAN_R2 

Prescan R2 value - short integer

GE_ADW_IM_PRESCAN_R2_LEN 
GE_ADW_IM_IMODE 

Imaging mode - short integer

GE_ADW_IM_IMODE_LEN 
GE_ADW_IM_IOPT 

Imaging options - integer

GE_ADW_IM_IOPT_LEN 
GE_ADW_IM_PSEQ 

Imaging pulse sequence - short integer

GE_ADW_IM_PSEQ_LEN 
GE_ADW_IM_PSDNAME 

Pulse sequence name - string

GE_ADW_IM_PSDNAME_LEN 
GE_ADW_IM_CTYP 

Coil type - short integer

GE_ADW_IM_CTYP_LEN 
GE_ADW_IM_CNAME 

Coil name - string

GE_ADW_IM_CNAME_LEN 
GE_ADW_IM_SUPP_TECH 

SAT type FAT/WATER/NONE - short integer

GE_ADW_IM_SUPP_TECH_LEN 
GE_ADW_IM_VBW 

Variable bandwidth (Hz) - float

GE_ADW_IM_VBW_LEN 
GE_ADW_IM_SLQUANT 

Number of slices in scan group - short integer

GE_ADW_IM_SLQUANT_LEN 
GE_ADW_IM_USER0 

User variable 0 - float

GE_ADW_IM_USER0_LEN 
GE_ADW_IM_USER1 

User variable 1 - float

GE_ADW_IM_USER1_LEN 
GE_ADW_IM_USER2 

User variable 2 - float

GE_ADW_IM_USER2_LEN 
GE_ADW_IM_USER3 

User variable 3 - float

GE_ADW_IM_USER3_LEN 
GE_ADW_IM_USER4 

User variable 4 - float

GE_ADW_IM_USER4_LEN 
GE_ADW_IM_USER5 

User variable 5 - float

GE_ADW_IM_USER5_LEN 
GE_ADW_IM_USER6 

User variable 6 - float

GE_ADW_IM_USER6_LEN 
GE_ADW_IM_USER7 

User variable 7 - float

GE_ADW_IM_USER7_LEN 
GE_ADW_IM_USER8 

User variable 8 - float

GE_ADW_IM_USER8_LEN 
GE_ADW_IM_USER9 

User variable 9 - float

GE_ADW_IM_USER9_LEN 
GE_ADW_IM_USER10 

User variable 10 - float

GE_ADW_IM_USER10_LEN 
GE_ADW_IM_USER11 

User variable 11 - float

GE_ADW_IM_USER11_LEN 
GE_ADW_IM_USER12 

User variable 12 - float

GE_ADW_IM_USER12_LEN 
GE_ADW_IM_USER13 

User variable 13 - float

GE_ADW_IM_USER13_LEN 
GE_ADW_IM_USER14 

User variable 14 - float

GE_ADW_IM_USER14_LEN 
GE_ADW_IM_USER15 

User variable 15 - float

GE_ADW_IM_USER15_LEN 
GE_ADW_IM_USER16 

User variable 16 - float

GE_ADW_IM_USER16_LEN 
GE_ADW_IM_USER17 

User variable 17 - float

GE_ADW_IM_USER17_LEN 
GE_ADW_IM_USER18 

User variable 18 - float

GE_ADW_IM_USER18_LEN 
GE_ADW_IM_USER19 

User variable 19 - float

GE_ADW_IM_USER19_LEN 
GE_ADW_IM_USER20 

User variable 20 - float

GE_ADW_IM_USER20_LEN 
GE_ADW_IM_USER21 

User variable 21 - float

GE_ADW_IM_USER21_LEN 
GE_ADW_IM_USER22 

User variable 22 - float

GE_ADW_IM_USER22_LEN 
GE_ADW_IM_USER23 

User variable 23 - float

GE_ADW_IM_USER23_LEN 
GE_ADW_IM_USER24 

User variable 24 - float

GE_ADW_IM_USER24_LEN 
GE_ADW_IM_SATBITS 

Bitmap of sat selections - short integer

GE_ADW_IM_SATBITS_LEN 
GE_ADW_IM_SCIC 

Surface coil intensity correction flag - short integer

GE_ADW_IM_SCIC_LEN 
GE_ADW_IM_FLAX 

Phase contrast flow analysis - short integer

GE_ADW_IM_FLAX_LEN 
GE_ADW_IM_VENC 

Phase contrast flow encoding - short integer

GE_ADW_IM_VENC_LEN 
GE_ADW_IM_THK_DISCLMR 

Slice thickness - short integer

GE_ADW_IM_THK_DISCLMR_LEN 
GE_ADW_IM_VAS_COLLAPSE 

Collapse image - short integer

GE_ADW_IM_VAS_COLLAPSE_LEN 
GE_ADW_IM_X_AXIS_ROT 

X-axis rotation - float

GE_ADW_IM_X_AXIS_ROT_LEN 
GE_ADW_IM_Y_AXIS_ROT 

Y-axis rotation - float

GE_ADW_IM_Y_AXIS_ROT_LEN 
GE_ADW_IM_Z_AXIS_ROT 

Z-axis rotation - float

GE_ADW_IM_Z_AXIS_ROT_LEN 
GE_ADW_IM_ECHO_TRN 

Length of echo train - short integer

GE_ADW_IM_ECHO_TRN_LEN 
GE_ADW_IM_FRAC_ECHO 

Fractional echo - short integer

GE_ADW_IM_FRAC_ECHO_LEN 
GE_ADW_IM_PREP_PULSE 

Prep pulses - short integer

GE_ADW_IM_PREP_PULSE_LEN 
GE_ADW_IM_CPHASENUM 

Cardiac phase number - short integer

GE_ADW_IM_CPHASENUM_LEN 
GE_ADW_IM_VAR_ECHO 

Variable echo - short integer

GE_ADW_IM_VAR_ECHO_LEN 
GE_ADW_IM_FREQ_DIR 

Frequency direction - short integer

GE_ADW_IM_FREQ_DIR_LEN 
GE_ADW_IM_VMODE 

Vascular mode - short integer

GE_ADW_IM_VMODE_LEN 
GE_ADW_FIXED_HDR_LENGTH 

Total Length of the Fixed header

GE_ADW_VARIABLE_HDR_LENGTH_LEN 
GE_ADW_VARIABLE_HDR_LENGTH 

Size of variable header - integer

Definition at line 124 of file itkGEAdwImageIO.h.

Constructor & Destructor Documentation

◆ GEAdwImageIO()

itk::GEAdwImageIO::GEAdwImageIO ( )
protected

Referenced by GetNameOfClass().

◆ ~GEAdwImageIO()

itk::GEAdwImageIO::~GEAdwImageIO ( )
overrideprotected

Member Function Documentation

◆ CanReadFile()

bool itk::GEAdwImageIO::CanReadFile ( const char * FileNameToRead)
overridevirtual

Determine if the file can be read with this ImageIO implementation.

Author
Hans J Johnson
Parameters
FileNameToReadThe name of the file to test for reading.
Postcondition
Sets classes ImageIOBase::m_FileName variable to be FileNameToWrite
Returns
Returns true if this ImageIO can read the file specified.

Implements itk::ImageIOBase.

◆ CreateAnother()

virtual::itk::LightObject::Pointer itk::GEAdwImageIO::CreateAnother ( ) const
virtual

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.

◆ GetNameOfClass()

const char * itk::GEAdwImageIO::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::LightObject.

References GEAdwImageIO().

◆ New()

static Pointer itk::GEAdwImageIO::New ( )
static

Method for creation through the object factory.

◆ ReadHeader()

GEImageHeader * itk::GEAdwImageIO::ReadHeader ( const char * FileNameToRead)
overrideprotectedvirtual

Reimplemented from itk::IPLCommonImageIO.


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