ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | List of all members
itk::MatlabTransformIOTemplate< ParametersValueType > Class Template Reference

#include <itkMatlabTransformIO.h>

+ Inheritance diagram for itk::MatlabTransformIOTemplate< ParametersValueType >:
+ Collaboration diagram for itk::MatlabTransformIOTemplate< ParametersValueType >:

Detailed Description

template<typename ParametersValueType>
class itk::MatlabTransformIOTemplate< ParametersValueType >

Create instances of MatlabTransformIOTemplate objects.

Definition at line 32 of file itkMatlabTransformIO.h.

Public Types

typedef
TransformIOBaseTemplate
< ParametersValueType >
::ConstTransformListType 
ConstTransformListType
 
typedef SmartPointer< SelfPointer
 
typedef MatlabTransformIOTemplate Self
 
typedef
TransformIOBaseTemplate
< ParametersValueType
Superclass
 
typedef
Superclass::TransformListType 
TransformListType
 
typedef
Superclass::TransformPointer 
TransformPointer
 
typedef Superclass::TransformType TransformType
 
- Public Types inherited from itk::TransformIOBaseTemplate< ParametersValueType >
typedef std::list
< ConstTransformPointer
ConstTransformListType
 
typedef TransformType::ConstPointer ConstTransformPointer
 
typedef double FixedParametersValueType
 
typedef ParametersValueType ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef ParametersValueType ScalarType
 
typedef TransformIOBaseTemplate Self
 
typedef LightProcessObject Superclass
 
typedef std::list
< TransformPointer
TransformListType
 
typedef TransformType::Pointer TransformPointer
 
typedef TransformBaseTemplate
< ParametersValueType
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 *) override
 
virtual bool CanWriteFile (const char *) override
 
virtual void Read () override
 
virtual void Write () override
 
- Public Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
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 () const
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void UpdateOutputData ()
 
void UpdateProgress (float amount)
 
virtual void SetProgress (float _arg)
 
virtual const float & GetProgress () const
 
- 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 ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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 override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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

 MatlabTransformIOTemplate ()
 
virtual ~MatlabTransformIOTemplate () override
 
- Protected Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
void CreateTransform (TransformPointer &ptr, const std::string &ClassName)
 
void OpenStream (std::ofstream &outputStream, bool binary)
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
 TransformIOBaseTemplate ()
 
virtual ~TransformIOBaseTemplate () override
 
- Protected Member Functions inherited from itk::LightProcessObject
virtual void GenerateData ()
 
 LightProcessObject ()
 
 ~LightProcessObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- 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 () const
 
static Pointer New ()
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
static void CorrectTransformPrecisionType (std::string &)
 
- Static Public Member Functions inherited from itk::LightProcessObject
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Static Protected Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
static const std::string GetTypeNameString ()
 
- Protected Attributes inherited from itk::TransformIOBaseTemplate< ParametersValueType >
bool m_AppendMode
 
std::string m_FileName
 
TransformListType m_ReadTransformList
 
ConstTransformListType m_WriteTransformList
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

Definition at line 44 of file itkMatlabTransformIO.h.

template<typename ParametersValueType >
typedef SmartPointer< Self > itk::MatlabTransformIOTemplate< ParametersValueType >::Pointer

Definition at line 37 of file itkMatlabTransformIO.h.

template<typename ParametersValueType >
typedef MatlabTransformIOTemplate itk::MatlabTransformIOTemplate< ParametersValueType >::Self

Definition at line 35 of file itkMatlabTransformIO.h.

Definition at line 36 of file itkMatlabTransformIO.h.

template<typename ParametersValueType >
typedef Superclass::TransformListType itk::MatlabTransformIOTemplate< ParametersValueType >::TransformListType

Definition at line 40 of file itkMatlabTransformIO.h.

template<typename ParametersValueType >
typedef Superclass::TransformPointer itk::MatlabTransformIOTemplate< ParametersValueType >::TransformPointer

Definition at line 39 of file itkMatlabTransformIO.h.

template<typename ParametersValueType >
typedef Superclass::TransformType itk::MatlabTransformIOTemplate< ParametersValueType >::TransformType

Definition at line 38 of file itkMatlabTransformIO.h.

Constructor & Destructor Documentation

template<typename ParametersValueType >
itk::MatlabTransformIOTemplate< ParametersValueType >::MatlabTransformIOTemplate ( )
protected
template<typename ParametersValueType >
virtual itk::MatlabTransformIOTemplate< ParametersValueType >::~MatlabTransformIOTemplate ( )
overrideprotectedvirtual

Member Function Documentation

template<typename ParametersValueType >
virtual bool itk::MatlabTransformIOTemplate< ParametersValueType >::CanReadFile ( const char *  )
overridevirtual

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

Implements itk::TransformIOBaseTemplate< ParametersValueType >.

template<typename ParametersValueType >
virtual bool itk::MatlabTransformIOTemplate< ParametersValueType >::CanWriteFile ( const char *  )
overridevirtual

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

Implements itk::TransformIOBaseTemplate< ParametersValueType >.

template<typename ParametersValueType >
virtual::itk::LightObject::Pointer itk::MatlabTransformIOTemplate< ParametersValueType >::CreateAnother ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::LightProcessObject.

template<typename ParametersValueType >
virtual const char* itk::MatlabTransformIOTemplate< ParametersValueType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::TransformIOBaseTemplate< ParametersValueType >.

template<typename ParametersValueType >
static Pointer itk::MatlabTransformIOTemplate< ParametersValueType >::New ( )
static

Run-time type information (and related methods).

template<typename ParametersValueType >
virtual void itk::MatlabTransformIOTemplate< ParametersValueType >::Read ( )
overridevirtual

Reads the data from disk into the memory buffer provided.

Implements itk::TransformIOBaseTemplate< ParametersValueType >.

template<typename ParametersValueType >
virtual void itk::MatlabTransformIOTemplate< ParametersValueType >::Write ( )
overridevirtual

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::TransformIOBaseTemplate< ParametersValueType >.


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