PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Read UlteriusImage file format. More...
#include <src/PlusDataCollection/SonixVideo/itkUlteriusImageIO.h>
Public Types | |
typedef SmartPointer< Self > | Pointer |
typedef UlteriusImageIO | Self |
typedef ImageIOBase | Superclass |
Public Member Functions | |
virtual bool | CanReadFile (const char *) |
virtual bool | CanWriteFile (const char *) |
itkNewMacro (Self) | |
itkTypeMacro (UlteriusImageIO, Superclass) | |
virtual void | Read (void *buffer) |
virtual void | ReadImageInformation () |
virtual bool | SupportsDimension (unsigned long) |
virtual void | Write (const void *buffer) |
virtual void | WriteImageInformation () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
bool | ReadHeader (const char *filename) |
UlteriusImageIO () | |
~UlteriusImageIO () | |
Protected Attributes | |
uFileHeader * | m_FileHeaderPtr |
Read UlteriusImage file format.
Image dimensions: widht, height, frames Limitations: spacing is always 1.0 mm, assume that no endianness change is needed, writing is not supported
Definition at line 31 of file itkUlteriusImageIO.h.
typedef SmartPointer<Self> itk::UlteriusImageIO::Pointer |
Definition at line 37 of file itkUlteriusImageIO.h.
Standard class typedefs.
Definition at line 35 of file itkUlteriusImageIO.h.
typedef ImageIOBase itk::UlteriusImageIO::Superclass |
Definition at line 36 of file itkUlteriusImageIO.h.
|
protected |
Definition at line 27 of file itkUlteriusImageIO.cxx.
|
protected |
Definition at line 57 of file itkUlteriusImageIO.cxx.
|
virtual |
Determine the file type. Returns true if this ImageIO can read the file specified.
Definition at line 72 of file itkUlteriusImageIO.cxx.
|
virtual |
Determine the file type. Returns true if this ImageIO can write the file specified.
Definition at line 192 of file itkUlteriusImageIO.cxx.
itk::UlteriusImageIO::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::UlteriusImageIO::itkTypeMacro | ( | UlteriusImageIO | , |
Superclass | |||
) |
Run-time type information (and related methods).
|
protected |
Definition at line 63 of file itkUlteriusImageIO.cxx.
|
virtual |
Reads the data from disk into the memory buffer provided.
Definition at line 180 of file itkUlteriusImageIO.cxx.
|
protected |
Definition at line 210 of file itkUlteriusImageIO.cxx.
|
virtual |
Set the spacing and dimension information for the set filename.
Definition at line 104 of file itkUlteriusImageIO.cxx.
|
inlinevirtual |
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.
Definition at line 50 of file itkUlteriusImageIO.h.
|
virtual |
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.
Definition at line 206 of file itkUlteriusImageIO.cxx.
|
virtual |
Set the spacing and dimension information for the set filename.
Definition at line 200 of file itkUlteriusImageIO.cxx.
|
protected |
Definition at line 87 of file itkUlteriusImageIO.h.