Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::IOCommon Class Reference
[Input and Output Filters]

#include <itkIOCommon.h>

List of all members.


Detailed Description

Centralized funtionality for IO classes.

This class provides encapsulated functionality to support the IO classes.

Definition at line 40 of file itkIOCommon.h.

Public Types

enum  AtomicPixelType {
  ITK_UCHAR,
  ITK_CHAR,
  ITK_USHORT,
  ITK_SHORT,
  ITK_UINT,
  ITK_INT,
  ITK_ULONG,
  ITK_LONG,
  ITK_FLOAT,
  ITK_DOUBLE
}
enum  SysConstants { MAX_FILENAMELIST_SIZE = 512 }

Public Member Functions

 itkLegacyMacro (static bool FileExists(const char *filename))
 itkLegacyMacro (static char *ExtractFileName(const char *fileName))
 itkLegacyMacro (static char *ExtractFileExtension(const char *fileName))
 itkLegacyMacro (static char *ExtractFilePath(const char *fileName))

Static Public Member Functions

static std::string AtomicPixelTypeToString (const AtomicPixelType pixelType)
static unsigned int ComputeSizeOfAtomicPixelType (const AtomicPixelType pixelType)


Member Enumeration Documentation

enum itk::IOCommon::AtomicPixelType

Enumerator:
ITK_UCHAR 
ITK_CHAR 
ITK_USHORT 
ITK_SHORT 
ITK_UINT 
ITK_INT 
ITK_ULONG 
ITK_LONG 
ITK_FLOAT 
ITK_DOUBLE 

Definition at line 48 of file itkIOCommon.h.

enum itk::IOCommon::SysConstants

Enumerator:
MAX_FILENAMELIST_SIZE  Maximum length of a filename

Definition at line 43 of file itkIOCommon.h.


Member Function Documentation

static std::string itk::IOCommon::AtomicPixelTypeToString ( const AtomicPixelType  pixelType  )  [static]

Convert the enumerated type to a string representation.

static unsigned int itk::IOCommon::ComputeSizeOfAtomicPixelType ( const AtomicPixelType  pixelType  )  [static]

Calculate the size, in bytes, that the atomic pixel type occupies.

itk::IOCommon::itkLegacyMacro ( static bool   FileExists(const char *filename)  ) 

Given a filename determine whether it exists and return true if it does.

Deprecated:
in ITK 3.8, please use itksys::SystemTools::FileExists(fileName) instead.

itk::IOCommon::itkLegacyMacro ( static char *  ExtractFileName(const char *fileName)  ) 

Given a full filename, extracts just the filename.

Deprecated:
in ITK 3.8, please use itksys::SystemTools::GetFilenameName(fileName) instead.

itk::IOCommon::itkLegacyMacro ( static char *  ExtractFileExtension(const char *fileName)  ) 

Given a full filename, extracts just the file extension.

Deprecated:
in ITK 3.8, please use itksys::SystemTools::GetFilenameExtension(fileName) or itksys::SystemTools::GetFilenameLastExtension(fileName) instead.

itk::IOCommon::itkLegacyMacro ( static char *  ExtractFilePath(const char *fileName)  ) 

Given a full filename, extracts just the pathname.

Deprecated:
in ITK 3.8, please use itksys::SystemTools::GetFilenamePath(fileName) instead.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 07:04:51 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000