ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | List of all members
itk::MatlabTransformIO Class Reference

#include <itkMatlabTransformIO.h>

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

Detailed Description

Create instances of MatlabTransformIO objects.

Definition at line 28 of file itkMatlabTransformIO.h.

Public Types

typedef SmartPointer< SelfPointer
 
typedef MatlabTransformIO Self
 
typedef TransformIOBase Superclass
 
typedef
Superclass::TransformListType 
TransformListType
 
typedef
Superclass::TransformPointer 
TransformPointer
 
typedef TransformBase TransformType
 
- Public Types inherited from itk::TransformIOBase
typedef std::list
< ConstTransformPointer
ConstTransformListType
 
typedef TransformType::ConstPointer ConstTransformPointer
 
typedef SmartPointer< SelfPointer
 
typedef TransformIOBase Self
 
typedef LightProcessObject Superclass
 
typedef std::list
< TransformPointer
TransformListType
 
typedef TransformType::Pointer TransformPointer
 
typedef TransformBase TransformType
 
- Public Types inherited from itk::LightProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual bool CanReadFile (const char *)
 
virtual bool CanWriteFile (const char *)
 
virtual void Read ()
 
virtual void Write ()
 
- Public Member Functions inherited from itk::TransformIOBase
void SetTransformList (ConstTransformListType &transformList)
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 
TransformListTypeGetTransformList ()
 
TransformListTypeGetReadTransformList ()
 
ConstTransformListTypeGetWriteTransformList ()
 
virtual void SetAppendMode (bool _arg)
 
virtual bool GetAppendMode () const
 
virtual void AppendModeOn ()
 
virtual void AppendModeOff ()
 
- Public Member Functions inherited from itk::LightProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void UpdateOutputData ()
 
void UpdateProgress (float amount)
 
virtual void SetProgress (float _arg)
 
virtual const float & GetProgress ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Protected Member Functions

 MatlabTransformIO ()
 
virtual ~MatlabTransformIO ()
 
- Protected Member Functions inherited from itk::TransformIOBase
void CreateTransform (TransformPointer &ptr, const std::string &ClassName)
 
void OpenStream (std::ofstream &out, bool binary)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 TransformIOBase ()
 
virtual ~TransformIOBase ()
 
- Protected Member Functions inherited from itk::LightProcessObject
virtual void GenerateData ()
 
 LightProcessObject ()
 
 ~LightProcessObject ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 
virtual const char * GetNameOfClass () const
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
static Pointer New ()
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::LightProcessObject
static Pointer New ()
 
- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

Definition at line 33 of file itkMatlabTransformIO.h.

Definition at line 31 of file itkMatlabTransformIO.h.

Definition at line 32 of file itkMatlabTransformIO.h.

typedef Superclass::TransformListType itk::MatlabTransformIO::TransformListType

Definition at line 36 of file itkMatlabTransformIO.h.

typedef Superclass::TransformPointer itk::MatlabTransformIO::TransformPointer

Definition at line 35 of file itkMatlabTransformIO.h.

Definition at line 34 of file itkMatlabTransformIO.h.

Constructor & Destructor Documentation

itk::MatlabTransformIO::MatlabTransformIO ( )
protected
virtual itk::MatlabTransformIO::~MatlabTransformIO ( )
protectedvirtual

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).

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: