ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
itk::ArrivalFunctionToPathCommand< TFilter > Class Template Reference

#include <itkArrivalFunctionToPathFilter.h>

+ Inheritance diagram for itk::ArrivalFunctionToPathCommand< TFilter >:
+ Collaboration diagram for itk::ArrivalFunctionToPathCommand< TFilter >:

Detailed Description

template<class TFilter>
class itk::ArrivalFunctionToPathCommand< TFilter >

A command to listen for Optimizer Iteration events.

Author
Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com

Definition at line 42 of file itkArrivalFunctionToPathFilter.h.

Public Types

typedef TFilter FilterType
 
typedef itk::SmartPointer< SelfPointer
 
typedef
ArrivalFunctionToPathCommand 
Self
 
typedef itk::Command Superclass
 
- Public Types inherited from itk::Command
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Command 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 ::itk::LightObject::Pointer CreateAnother () const
 
void Execute (itk::Object *caller, const itk::EventObject &event) override
 
virtual void SetFilter (FilterType *_arg)
 
virtual const FilterTypeGetFilter () const
 
void Execute (const itk::Object *object, const itk::EventObject &event) override
 
- Public Member Functions inherited from itk::Command
virtual const char * GetNameOfClass () 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
 

Static Public Member Functions

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

Protected Member Functions

 ArrivalFunctionToPathCommand ()
 
 ~ArrivalFunctionToPathCommand ()
 
- Protected Member Functions inherited from itk::Command
 Command ()
 
 ~Command () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
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 ()
 

Private Attributes

FilterType::Pointer m_Filter
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<class TFilter >
typedef TFilter itk::ArrivalFunctionToPathCommand< TFilter >::FilterType

Some useful typedefs.

Definition at line 51 of file itkArrivalFunctionToPathFilter.h.

template<class TFilter >
typedef itk::SmartPointer<Self> itk::ArrivalFunctionToPathCommand< TFilter >::Pointer

Definition at line 48 of file itkArrivalFunctionToPathFilter.h.

template<class TFilter >
typedef ArrivalFunctionToPathCommand itk::ArrivalFunctionToPathCommand< TFilter >::Self

Standard class typedefs.

Definition at line 46 of file itkArrivalFunctionToPathFilter.h.

template<class TFilter >
typedef itk::Command itk::ArrivalFunctionToPathCommand< TFilter >::Superclass

Definition at line 47 of file itkArrivalFunctionToPathFilter.h.

Constructor & Destructor Documentation

template<class TFilter >
itk::ArrivalFunctionToPathCommand< TFilter >::ArrivalFunctionToPathCommand ( )
inlineprotected

Definition at line 83 of file itkArrivalFunctionToPathFilter.h.

template<class TFilter >
itk::ArrivalFunctionToPathCommand< TFilter >::~ArrivalFunctionToPathCommand ( )
inlineprotected

Definition at line 84 of file itkArrivalFunctionToPathFilter.h.

Member Function Documentation

template<class TFilter >
virtual::itk::LightObject::Pointer itk::ArrivalFunctionToPathCommand< TFilter >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TFilter >
void itk::ArrivalFunctionToPathCommand< TFilter >::Execute ( itk::Object caller,
const itk::EventObject event 
)
inlineoverridevirtual

Execute

Implements itk::Command.

Definition at line 62 of file itkArrivalFunctionToPathFilter.h.

template<class TFilter >
void itk::ArrivalFunctionToPathCommand< TFilter >::Execute ( const itk::Object object,
const itk::EventObject event 
)
inlineoverridevirtual
template<class TFilter >
virtual const FilterType* itk::ArrivalFunctionToPathCommand< TFilter >::GetFilter ( ) const
virtual

Get/set the Filter.

template<class TFilter >
static Pointer itk::ArrivalFunctionToPathCommand< TFilter >::New ( )
static

Method for creation through the object factory.

template<class TFilter >
virtual void itk::ArrivalFunctionToPathCommand< TFilter >::SetFilter ( FilterType _arg)
virtual

Get/set the Filter.

Member Data Documentation

template<class TFilter >
FilterType::Pointer itk::ArrivalFunctionToPathCommand< TFilter >::m_Filter
private

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