ITK  5.2.0
Insight Toolkit
Public Types | 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 >:

Public Types

using ConstTransformListType = typename TransformIOBaseTemplate< ParametersValueType >::ConstTransformListType
 
using Pointer = SmartPointer< Self >
 
using Self = MatlabTransformIOTemplate
 
using Superclass = TransformIOBaseTemplate< ParametersValueType >
 
using TransformListType = typename Superclass::TransformListType
 
using TransformPointer = typename Superclass::TransformPointer
 
using TransformType = typename Superclass::TransformType
 
- Public Types inherited from itk::TransformIOBaseTemplate< ParametersValueType >
using ConstTransformListType = std::list< ConstTransformPointer >
 
using ConstTransformPointer = typename TransformType::ConstPointer
 
using FixedParametersValueType = double
 
using ParametersValueType = ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = ParametersValueType
 
using Self = TransformIOBaseTemplate
 
using Superclass = LightProcessObject
 
using TransformListType = std::list< TransformPointer >
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = TransformBaseTemplate< ParametersValueType >
 
- Public Types inherited from itk::LightProcessObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 
virtual const char * GetNameOfClass () const
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
bool CanReadFile (const char *) override
 
bool CanWriteFile (const char *) override
 
void Read () override
 
void Write () override
 
static Pointer New ()
 
 MatlabTransformIOTemplate ()
 
 ~MatlabTransformIOTemplate () override
 

Additional Inherited Members

- Public Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
void CorrectTransformPrecisionType (std::string &inputTransformName)
 
void CorrectTransformPrecisionType (std::string &inputTransformName)
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 
TransformListTypeGetTransformList ()
 
TransformListTypeGetReadTransformList ()
 
ConstTransformListTypeGetWriteTransformList ()
 
void SetTransformList (ConstTransformListType &transformList)
 
virtual void SetAppendMode (bool _arg)
 
virtual bool GetAppendMode () const
 
virtual void AppendModeOn ()
 
virtual void AppendModeOff ()
 
virtual void SetUseCompression (bool _arg)
 
virtual bool GetUseCompression () const
 
virtual void UseCompressionOn ()
 
virtual void UseCompressionOff ()
 
- 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 SetProgress (float _arg)
 
virtual const float & GetProgress () const
 
void UpdateProgress (float amount)
 
virtual void UpdateOutputData ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) 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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 
- 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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
const std::string GetTypeNameString ()
 
const std::string GetTypeNameString ()
 
 TransformIOBaseTemplate ()
 
 ~TransformIOBaseTemplate () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void OpenStream (std::ofstream &outputStream, bool binary)
 
void CreateTransform (TransformPointer &ptr, const std::string &ClassName)
 
- Protected Member Functions inherited from itk::LightProcessObject
 LightProcessObject ()
 
 ~LightProcessObject () override
 
virtual void GenerateData ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- 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 ()
 
- Static Protected Member Functions inherited from itk::TransformIOBaseTemplate< ParametersValueType >
static const std::string GetTypeNameString ()
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

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

Create instances of MatlabTransformIOTemplate objects.

Definition at line 32 of file itkMatlabTransformIO.h.

Member Typedef Documentation

◆ ConstTransformListType

Definition at line 42 of file itkMatlabTransformIO.h.

◆ Pointer

template<typename ParametersValueType >
using itk::MatlabTransformIOTemplate< ParametersValueType >::Pointer = SmartPointer<Self>

Definition at line 37 of file itkMatlabTransformIO.h.

◆ Self

template<typename ParametersValueType >
using itk::MatlabTransformIOTemplate< ParametersValueType >::Self = MatlabTransformIOTemplate

Definition at line 35 of file itkMatlabTransformIO.h.

◆ Superclass

Definition at line 36 of file itkMatlabTransformIO.h.

◆ TransformListType

template<typename ParametersValueType >
using itk::MatlabTransformIOTemplate< ParametersValueType >::TransformListType = typename Superclass::TransformListType

Definition at line 40 of file itkMatlabTransformIO.h.

◆ TransformPointer

template<typename ParametersValueType >
using itk::MatlabTransformIOTemplate< ParametersValueType >::TransformPointer = typename Superclass::TransformPointer

Definition at line 39 of file itkMatlabTransformIO.h.

◆ TransformType

template<typename ParametersValueType >
using itk::MatlabTransformIOTemplate< ParametersValueType >::TransformType = typename Superclass::TransformType

Definition at line 38 of file itkMatlabTransformIO.h.

Constructor & Destructor Documentation

◆ MatlabTransformIOTemplate()

template<typename ParametersValueType >
itk::MatlabTransformIOTemplate< ParametersValueType >::MatlabTransformIOTemplate ( )
protected

Run-time type information (and related methods).

◆ ~MatlabTransformIOTemplate()

template<typename ParametersValueType >
itk::MatlabTransformIOTemplate< ParametersValueType >::~MatlabTransformIOTemplate ( )
overrideprotected

Run-time type information (and related methods).

Member Function Documentation

◆ CanReadFile()

template<typename ParametersValueType >
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 >.

◆ CanWriteFile()

template<typename ParametersValueType >
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 >.

◆ CreateAnother()

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

Run-time type information (and related methods).

Reimplemented from itk::LightProcessObject.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::TransformIOBaseTemplate< ParametersValueType >.

◆ New()

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

Run-time type information (and related methods).

◆ Read()

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

Reads the data from disk into the memory buffer provided.

Implements itk::TransformIOBaseTemplate< ParametersValueType >.

◆ Write()

template<typename ParametersValueType >
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: