ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions
itk::MatlabTransformIO Class Reference

Create instances of MatlabTransformIO objects. More...

#include <itkMatlabTransformIO.h>

Inheritance diagram for itk::MatlabTransformIO:
Collaboration diagram for itk::MatlabTransformIO:

List of all members.

Public Types

typedef SmartPointer< SelfPointer
typedef MatlabTransformIO Self
typedef TransformIOBase Superclass
typedef
Superclass::TransformListType 
TransformListType
typedef
Superclass::TransformPointer 
TransformPointer
typedef TransformBase TransformType

Public Member Functions

virtual bool CanReadFile (const char *)
virtual bool CanWriteFile (const char *)
virtual void Read ()
virtual void Write ()

Protected Member Functions

 MatlabTransformIO ()
virtual ~MatlabTransformIO ()
virtual const char * GetNameOfClass () const
virtual ::itk::LightObject::Pointer CreateAnother (void) const
static Pointer New ()

Detailed Description

Create instances of MatlabTransformIO objects.

Definition at line 28 of file itkMatlabTransformIO.h.


Member Typedef Documentation

Reimplemented from itk::TransformIOBase.

Definition at line 33 of file itkMatlabTransformIO.h.

Standard class typedefs

Reimplemented from itk::TransformIOBase.

Definition at line 31 of file itkMatlabTransformIO.h.

Reimplemented from itk::TransformIOBase.

Definition at line 32 of file itkMatlabTransformIO.h.

Reimplemented from itk::TransformIOBase.

Definition at line 36 of file itkMatlabTransformIO.h.

For writing, a const transform list gets passed in, for reading, a non-const transform list is created from the file.

Reimplemented from itk::TransformIOBase.

Definition at line 35 of file itkMatlabTransformIO.h.

Transform types

Reimplemented from itk::TransformIOBase.

Definition at line 34 of file itkMatlabTransformIO.h.


Constructor & Destructor Documentation

itk::MatlabTransformIO::MatlabTransformIO ( ) [protected]
virtual itk::MatlabTransformIO::~MatlabTransformIO ( ) [protected, virtual]

Member Function Documentation

virtual bool itk::MatlabTransformIO::CanReadFile ( const char *  ) [virtual]

Determine the file type. Returns true if this ImageIO can read the file specified.

Implements itk::TransformIOBase.

virtual bool itk::MatlabTransformIO::CanWriteFile ( const char *  ) [virtual]

Determine the file type. Returns true if this ImageIO can read the file specified.

Implements itk::TransformIOBase.

virtual::itk::LightObject::Pointer itk::MatlabTransformIO::CreateAnother ( void  ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::LightProcessObject.

virtual const char* itk::MatlabTransformIO::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::TransformIOBase.

static Pointer itk::MatlabTransformIO::New ( ) [static]

Run-time type information (and related methods).

Reimplemented from itk::LightProcessObject.

virtual void itk::MatlabTransformIO::Read ( ) [virtual]

Reads the data from disk into the memory buffer provided.

Implements itk::TransformIOBase.

virtual void itk::MatlabTransformIO::Write ( ) [virtual]

Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly. The buffer is cast to a pointer to the beginning of the image data.

Implements itk::TransformIOBase.


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