#include <itkRawImageIO.h>
Inheritance diagram for itk::RawImageIO< TPixel, VImageDimension >:


This class reads and writes 2D or 3D images. Because raw data has little useful information built into the format, so the user is responsible for specifying pixel type, dimensions, spacing, origin, header type, and so on. (Note: the pixel type and image dimension is defined via the template parameter.)
Definition at line 49 of file itkRawImageIO.h.
Public Types | |
| enum | ByteOrder { BigEndian, LittleEndian, OrderNotApplicable } |
| typedef ByteSwapper< ComponentType > | ByteSwapperType |
| typedef PixelTraits< PixelType >::ValueType | ComponentType |
| typedef SmartPointer< const Self > | ConstPointer |
| 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 } |
| typedef TPixel | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef RawImageIO | Self |
| typedef ImageIOBase | Superclass |
Public Member Functions | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| Get the execution progress of a process object The progress is *a floating number | between (0, 1) |
| Set the execution progress of a process object The progress is *a floating number | between (0, 1) |
| virtual bool | CanReadFile (const char *) |
| virtual bool | CanStreamRead () |
| virtual bool | CanStreamWrite () |
| virtual bool | CanWriteFile (const char *) |
| virtual LightObject::Pointer | CreateAnother () const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| These methods control whether the file is written binary or ASCII *Many file | formats (i.e., subclasses) ignore this flag.*/virtual void SetFileType(FileType _arg) |
| virtual const bool & | GetAbortGenerateData () |
| virtual const ByteOrder & | GetByteOrder () |
| std::string | GetByteOrderAsString (ByteOrder) const |
| Command * | GetCommand (unsigned long tag) |
| virtual const IOComponentType & | GetComponentType () |
| std::string | GetComponentTypeAsString (IOComponentType) const |
| virtual const std::type_info & | GetComponentTypeInfo () const |
| bool | GetDebug () const |
| virtual unsigned int | GetDimensions (unsigned int i) const |
| Set Get the image dimensions in the etc directions * | GetDimensions () is typically used after reading the data |
| virtual std::vector< double > | GetDirection (unsigned int i) const |
| virtual unsigned long | GetFileDimensionality () |
| virtual const char * | GetFileName () const |
| virtual const FileType & | GetFileType () |
| std::string | GetFileTypeAsString (FileType) const |
| unsigned long | GetHeaderSize () |
| Set Get the Data mask *virtual const unsigned short & | GetImageMask () |
| unsigned int | GetImageSizeInBytes () const |
| unsigned int | GetImageSizeInComponents () const |
| unsigned int | GetImageSizeInPixels () const |
| virtual ImageIORegion | GetIORegion () |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| virtual unsigned long | GetMTime () const |
| virtual const char * | GetNameOfClass () const |
| virtual const unsigned int & | GetNumberOfComponents () |
| virtual unsigned int | GetNumberOfDimensions () |
| virtual double | GetOrigin (unsigned int i) const |
| virtual unsigned int | GetPixelStride () const |
| virtual const IOPixelType & | GetPixelType () |
| std::string | GetPixelTypeAsString (IOPixelType) const |
| meaning *the filter has completed execution *virtual const float & | GetProgress () |
| virtual int | GetReferenceCount () const |
| virtual double | GetSpacing (unsigned int i) const |
| virtual const bool & | GetUseCompression () |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| virtual void | Modified () const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Read (void *buffer) |
| virtual void | ReadHeader (const std::string=std::string()) |
| virtual void | ReadImageInformation () |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| virtual void | SetAbortGenerateData (bool _arg) |
| void | SetByteOrderToBigEndian () |
| void | SetByteOrderToLittleEndian () |
| These methods indicate the byte ordering of the file you are *trying to read in These methods will then either swap or not *swap the bytes depending on the byte ordering of the machine it *is being run on For reading in a BigEndian file on a *BigEndian machine will result in no swapping Trying to read the *same file on a LittleEndian machine will result in swapping | SetByteOrderToLittleEndian () otherwise *SetByteOrderToBigEndian().Some ImageIOBase subclasses *ignore these methods.*/virtual void SetByteOrder(ByteOrder _arg) |
| Set Get the component type of the image This is always a native *type *virtual void | SetComponentType (IOComponentType _arg) |
| void | SetDebug (bool debugFlag) const |
| the * | SetDimensions () is used prior to writing the data.*/virtual void SetDimensions(unsigned int i |
| virtual void | SetDirection (unsigned int i, vnl_vector< double > &direction) |
| Set Get the image direction on an axis by axis basis The * | SetDirection () method is required when writing the image.*/virtual void SetDirection(unsigned int i |
| The number of dimensions stored in a file Defaults to two If *each file contains one slice If each file will contain one *volume *virtual void | SetFileDimensionality (unsigned long _arg) |
| Set Get the name of the file to be read *virtual void | SetFileName (const char *_arg) |
| void | SetFileTypeToASCII () |
| void | SetFileTypeToBinary () |
| If the data is in the tail end of the you want to *explicitly set the header size *void | SetHeaderSize (unsigned long size) |
| void | SetImageMask (unsigned long val) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| Set Get the number of components per pixel in the image This may *be set by the reading process For SCALAR pixel *NumberOfComponents will be For other pixel *NumberOfComponents will be greater than or equal to one *virtual void | SetNumberOfComponents (unsigned int _arg) |
| Set Get the number of independent rather the IORegion controls that *void | SetNumberOfDimensions (unsigned int) |
| Set Get the image origin on a axis by axis basis The | SetOrigin () method *is required when writing the image.*/virtual void SetOrigin(unsigned int i |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be INDEX If *the PIXELTYPE is then the NumberOfComponents should be *Anyother of PIXELTYPE will have more than one component *virtual void | SetPixelType (IOPixelType _arg) |
| virtual bool | SetPixelTypeInfo (const std::type_info &ptype) |
| meaning *the filter has completed execution *virtual void | SetProgress (float _arg) |
| virtual void | SetReferenceCount (int) |
| Set Get the image spacing on an axis by axis basis The * | SetSpacing () method is required when writing the image.*/virtual void SetSpacing(unsigned int i |
| Set Get a boolean to use the compression or not *virtual void | SetUseCompression (bool _arg) |
| Specify the region of the image data to either read or *write The IORegion specifies the part of the image to read or *write Regions are defined with an index and a size vector These *vectors define the | start (lower-left corner) and length of the *region within the image.Make sure that the IORegion lies within *the image.*/virtual void SetIORegion(ImageIORegion _arg) |
| virtual bool | SupportsDimension (unsigned long dim) |
| virtual void | UnRegister () const |
| virtual void | UpdateOutputData () |
| void | UpdateProgress (float amount) |
| Set Get the number of independent | variables (dimensions) in the *image being read or written.Note this is not necessarily what *is written |
| virtual void | Write (const void *buffer) |
| virtual void | WriteImageInformation (void) |
Static Public Member Functions | |
| static void | BreakOnError () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| This is a global flag that controls whether any warning *or error messages are displayed *static void | SetGlobalWarningDisplay (bool flag) |
Public Attributes | |
| 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 unsigned lon | AddObserver )(const EventObject &event, Command *) const |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be | COVARIANTVECTOR |
| This is a global flag that controls whether any | debug |
| the *unsigned int | dim |
| Set Get the image direction on an axis by axis basis The *std::vector< double > & | direction |
| These methods indicate the byte ordering of the file you are *trying to read in These methods will then either swap or not *swap the bytes depending on the byte ordering of the machine it *is being run on For | example |
| If the data is in the tail end of the | file |
| These methods indicate the byte ordering of the file you are *trying to read in These methods will then either swap or not *swap the bytes depending on the byte ordering of the machine it *is being run on For reading in a BigEndian file on a *BigEndian machine will result in no swapping Trying to read the *same file on a LittleEndian machine will result in swapping * | Note: most UNIX machines are BigEndian while PC's and VAX's are * LittleEndian. So if the file you are reading in was generated on * a VAX or PC |
| Set Get the image origin on a axis by axis basis The double | origin |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be | POINT |
| Get the execution progress of a process object The progress is *a floating number meaning no | progress |
| Set the execution progress of a process object The progress is *a floating number meaning no | progress |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be | RGB |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be | RGBA |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be INDEX If *the PIXELTYPE is | SCALAR |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be * | SCALAR |
| Set Get the image spacing on an axis by axis basis The *double | spacing |
| The number of dimensions stored in a file Defaults to two If *each file contains one slice If | three |
| The number of dimensions stored in a file Defaults to two If | two |
| Set Get the number of components per pixel in the image This may *be set by the reading process For SCALAR pixel *NumberOfComponents will be For other pixel | types |
| Set Get the number of components per pixel in the image This may *be set by the reading process For SCALAR pixel | types |
| Set Get the type of the pixel The PixelTypes provides context *to the IO mechanisms for data conversions PixelTypes can be | VECTOR |
| Set Get the image dimensions in the | x |
| Set Get the image dimensions in the | y |
| Set Get the image dimensions in the | z |
Protected Member Functions | |
| void | ComputeStrides () |
| virtual void | GenerateData () |
| virtual unsigned int | GetComponentSize () const |
| unsigned int | GetComponentStride () const |
| virtual unsigned int | GetPixelSize () const |
| unsigned int | GetRowStride () const |
| unsigned int | GetSliceStride () const |
| void | OpenFileForReading (std::ifstream &is) |
| void | OpenFileForWriting (std::ofstream &os) |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| RawImageIO () | |
| void | ReadBufferAsASCII (std::istream &os, void *buffer, IOComponentType ctype, unsigned int numComp) |
| bool | ReadBufferAsBinary (std::istream &os, void *buffer, unsigned int numComp) |
| virtual void | Reset (const bool freeDynamic=true) |
| void | Resize (const unsigned int numDimensions, const unsigned int *dimensions) |
| void | WriteBufferAsASCII (std::ostream &os, const void *buffer, IOComponentType ctype, unsigned int numComp) |
| ~RawImageIO () | |
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 |
| FileType | m_FileType |
| bool | m_Initialized |
| ImageIORegion | m_IORegion |
| unsigned int | m_NumberOfComponents |
| unsigned int | m_NumberOfDimensions |
| std::vector< double > | m_Origin |
| IOPixelType | m_PixelType |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| std::vector< double > | m_Spacing |
| std::vector< unsigned int > | m_Strides |
| bool | m_UseCompression |
| Methods invoked by virtual Print() to print information about the object *including superclasses.Typically not called by the user(use Print()*instead) but used in the hierarchical print process to combine the *output of several classes.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|||||
|
Helper class to swap bytes when necessary Definition at line 71 of file itkRawImageIO.h. |
|
|||||
|
this type is used in case the pixel has several components Definition at line 68 of file itkRawImageIO.h. |
|
|
|||||
|
Pixel typedef support. Used to declare pixel type in filters or other operations. Definition at line 61 of file itkRawImageIO.h. |
|
|||||
|
Reimplemented from itk::ImageIOBase. Definition at line 55 of file itkRawImageIO.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 53 of file itkRawImageIO.h. |
|
|||||
|
Reimplemented from itk::ImageIOBase. Definition at line 54 of file itkRawImageIO.h. |
|
|
Enums used to specify byte order; whether Big Endian or Little Endian. Some subclasses use this, some ignore it. Definition at line 189 of file itkImageIOBase.h. |
|
|
Enums used to specify write style: whether binary or ASCII. Some subclasses use this, some ignore it. Definition at line 185 of file itkImageIOBase.h. |
|
|
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 88 of file itkImageIOBase.h. |
|
|
Enums used to manipulate the pixel type. The pixel type provides context for automatic data conversions (for instance, RGB to SCALAR, VECTOR to SCALAR).
Definition at line 80 of file itkImageIOBase.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|
|
|
|
Turn on and off the AbortGenerateData flag. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
||||||||||
|
Determine the file type. Returns true if this ImageIOBase can read the file specified. Always returns false because we don't want to use this reader unless absolutely sure (i.e., manual ImageIO creation). Implements itk::ImageIOBase. Definition at line 100 of file itkRawImageIO.h. |
|
|
Determine if the ImageIO can stream reading from this file. Default is false. Definition at line 250 of file itkImageIOBase.h. |
|
|
Determine if the ImageIO can stream writing to this file. Default is false. Definition at line 268 of file itkImageIOBase.h. |
|
||||||||||
|
Returns true if this ImageIO can write the specified file. False is only returned when the file name is not specified. Otherwise true is always returned. Implements itk::ImageIOBase. |
|
|
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. |
|
|
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. |
|
|
Turn debugging output off. |
|
|
Turn debugging output on. |
|
|
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. |
|
||||||||||||
|
|
|
|
|
Get the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways. |
|
|
|
|
|
Convenience method returns the ByteOrder as a string. This can be used for writing output files. |
|
|
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. |
|
|
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. This method can be invoked only after the component type is set. Reimplemented in itk::IPLCommonImageIO. |
|
|
Convenient method for accessing number of bytes to get to the next pixel component. Returns m_Strides[0]. |
|
|
|
|
|
Convenience method returns the IOComponentType as a string. This can be used for writing output files. |
|
|
Reimplemented in itk::IPLCommonImageIO. |
|
|
Get the value of the debug flag. |
|
|
Definition at line 102 of file itkImageIOBase.h. |
|
|
|
|
|
Definition at line 124 of file itkImageIOBase.h. |
|
|||||||||
|
|
|
|
|
|
|
|
|
|
Convenience method returns the FileType as a string. This can be used for writing output files. |
|
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|
Return the number of bytes in the image. |
|
|
Return the number of pixels times the number of components in the image. |
|
|
Return the number of pixels in the image. |
|
|
|
|
|
|
|
|
|
|
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. |
|
|
|
|
|
|
|
|
Definition at line 109 of file itkImageIOBase.h. |
|
|
Compute the size (in bytes) of the pixel. For example, and RGB pixel of unsigned char would have size 3 bytes. |
|
|
Convenient method for accessing the number of bytes to get to the next pixel. Returns m_Strides[1]; |
|
|
|
|
|
Convenience method returns the IOPixelType as a string. This can be used for writing output files. |
|
|
|
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|
Convenient method for accessing the number of bytes to get to the next row. Returns m_Strides[2]. |
|
|
Convenient method for accessing the number of bytes to get to the next slice. Returns m_Strides[3]. |
|
|
Definition at line 116 of file itkImageIOBase.h. |
|
|
|
|
|
Definition at line 100 of file itkObject.h. References itk::Object::SetGlobalWarningDisplay(). |
|
|
Definition at line 98 of file itkObject.h. References itk::Object::SetGlobalWarningDisplay(). |
|
|
Return true if an observer is registered for this event. |
|
|
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object. |
|
|
Call Execute on all the Commands observing this event id. |
|
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||
|
|
|
||||||||||||||||
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageIOBase. |
|
||||||||||||
|
|
|
||||||||||
|
Reads the data from disk into the memory buffer provided. Implements itk::ImageIOBase. |
|
||||||||||||||||||||
|
Convenient method to read a buffer as ASCII text. |
|
||||||||||||||||
|
Convenient method to read a buffer as binary. Return true on success. |
|
||||||||||
|
Read a file's header to determine image dimensions, etc. Definition at line 122 of file itkRawImageIO.h. |
|
|||||||||
|
Binary files have no image information to read. This must be set by the user of the class. Implements itk::ImageIOBase. Definition at line 105 of file itkRawImageIO.h. |
|
|
Increase the reference count (mark as used by another object). Reimplemented from itk::LightObject. |
|
|
Remove all observers . |
|
|
Remove the observer with this tag value. |
|
|
Return the object to an initialized state, ready to be used |
|
||||||||||||
|
Resize the ImageIOBase object to new dimensions. |
|
|
Set the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways. |
|
|
Definition at line 214 of file itkImageIOBase.h. |
|
|
Definition at line 216 of file itkImageIOBase.h. |
|
|
|
|
|
|
|
|
Set the value of the debug flag. A non-zero value turns debugging on. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||
|
|
|
|
|
|
|
Definition at line 195 of file itkImageIOBase.h. |
|
|
Definition at line 197 of file itkImageIOBase.h. |
|
|
Referenced by itk::Object::GlobalWarningDisplayOff(), and itk::Object::GlobalWarningDisplayOn(). |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 113 of file itkRawImageIO.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetPixelTypeInfo is used by writers to convert from an ITK strongly typed pixel to a ImageIO (weaker) typed pixel. This function sets these PixelType, ComponentType, and NumberOfComponents based on RTTI type_info structure passed in. The function returns false if the pixel type is not supported. |
|
|
|
|
|
Sets the reference count (use with care) Reimplemented from itk::LightObject. |
|
|
|
|
|
|
|
|
|
|
||||||||||
|
The different types of ImageIO's can support data of varying dimensionality. For example, some file formats are strictly 2D while others can support 2D, 3D, or even n-D. This method returns true/false as to whether the ImageIO can support the dimension indicated. Reimplemented from itk::ImageIOBase. Definition at line 92 of file itkRawImageIO.h. |
|
|
Decrease the reference count (release by another object). Reimplemented from itk::LightObject. |
|
|
Actually generate new output. |
|
|
Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1). |
|
|
|
|
||||||||||
|
Writes the data to disk from the memory buffer provided. Implements itk::ImageIOBase. |
|
||||||||||||||||||||
|
Convenient method to write a buffer as ASCII text. |
|
||||||||||
|
Binary files have no image information to read. Implements itk::ImageIOBase. Definition at line 132 of file itkRawImageIO.h. |
|
|
|
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 94 of file itkObject.h. |
|
|
Definition at line 101 of file itkImageIOBase.h. |
|
|
Definition at line 122 of file itkImageIOBase.h. |
|
|
Definition at line 204 of file itkImageIOBase.h. |
|
|||||
|
Definition at line 74 of file itkRawImageIO.h. |
|
|
Big or Little Endian, and the type of the file. (May be ignored.) Definition at line 302 of file itkImageIOBase.h. |
|
|
Used internally to keep track of the type of the component. It is set when ComputeStrides() is invoked. Definition at line 299 of file itkImageIOBase.h. |
|
|
The array which stores the number of pixels in the x, y, z directions. Definition at line 326 of file itkImageIOBase.h. |
|
|
The arrays which store the direction cosines of the image. Definition at line 336 of file itkImageIOBase.h. |
|
|
Filename to read Definition at line 309 of file itkImageIOBase.h. |
|
|
Definition at line 303 of file itkImageIOBase.h. |
|
|
Does the ImageIOBase object have enough info to be of use? Definition at line 306 of file itkImageIOBase.h. |
|
|
The region to read or write. The region contains information about the data within the region to read or write. Definition at line 323 of file itkImageIOBase.h. |
|
|
Stores the number of components per pixel. This will be 1 for grayscale images, 3 for RGBPixel images, and 4 for RGBPixelA images. Definition at line 313 of file itkImageIOBase.h. |
|
|
The number of independent dimensions in the image. Definition at line 316 of file itkImageIOBase.h. |
|
|
The array which stores the origin of the image. Definition at line 333 of file itkImageIOBase.h. |
|
|
Used internally to keep track of the type of the pixel. Definition at line 295 of file itkImageIOBase.h. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|
The array which stores the spacing of pixels in the x, y, z directions. Definition at line 330 of file itkImageIOBase.h. |
|
|
Stores the number of bytes it takes to get to the next 'thing' e.g. component, pixel, row, slice, etc. Definition at line 340 of file itkImageIOBase.h. |
|
|
Should we compress the data? Definition at line 319 of file itkImageIOBase.h. |
|
|
Definition at line 204 of file itkImageIOBase.h. |
|
|
Definition at line 108 of file itkImageIOBase.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
|
|
|
Definition at line 104 of file itkLightProcessObject.h. |
|
|
Definition at line 98 of file itkLightProcessObject.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 115 of file itkImageIOBase.h. |
|
|||||
|
Definition at line 80 of file itkRawImageIO.h. |
|
|||||
|
Definition at line 80 of file itkRawImageIO.h. |
|
|
Definition at line 163 of file itkImageIOBase.h. |
|
|
Definition at line 163 of file itkImageIOBase.h. |
|
|
Definition at line 135 of file itkImageIOBase.h. |
|
|
Definition at line 95 of file itkImageIOBase.h. |
|
|
Definition at line 95 of file itkImageIOBase.h. |
|
|
Definition at line 95 of file itkImageIOBase.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000