RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkHisImageIO.h>
Public Types | |
using | PixelType = signed short int |
using | Pointer = itk::SmartPointer< Self > |
using | Self = HisImageIO |
using | Superclass = itk::ImageIOBase |
Public Member Functions | |
bool | CanReadFile (const char *FileNameToRead) override |
bool | CanWriteFile (const char *filename) override |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
HisImageIO () | |
void | Read (void *buffer) override |
void | ReadImageInformation () override |
void | Write (const void *buffer) override |
virtual void | WriteImageInformation (bool) |
void | WriteImageInformation () override |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Attributes | |
int | m_HeaderSize |
Class for reading His Image file format.
The his image file format is used by Perkin Elmer flat panels.
Definition at line 39 of file rtkHisImageIO.h.
using rtk::HisImageIO::PixelType = signed short int |
Definition at line 46 of file rtkHisImageIO.h.
Definition at line 45 of file rtkHisImageIO.h.
using rtk::HisImageIO::Self = HisImageIO |
Standard class type alias.
Definition at line 43 of file rtkHisImageIO.h.
Definition at line 44 of file rtkHisImageIO.h.
|
inline |
Definition at line 48 of file rtkHisImageIO.h.
|
overridevirtual |
Implements itk::ImageIOBase.
|
overridevirtual |
Implements itk::ImageIOBase.
|
virtual |
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageIOBase.
|
static |
Method for creation through the object factory.
|
overridevirtual |
Implements itk::ImageIOBase.
|
overridevirtual |
Implements itk::ImageIOBase.
|
overridevirtual |
Implements itk::ImageIOBase.
|
inlinevirtual |
Definition at line 77 of file rtkHisImageIO.h.
|
inlineoverridevirtual |
Implements itk::ImageIOBase.
Definition at line 83 of file rtkHisImageIO.h.
|
protected |
Definition at line 95 of file rtkHisImageIO.h.