ITK  4.6.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
itk::TreeChangeEvent< TTreeType > Class Template Reference

#include <itkTreeChangeEvent.h>

+ Inheritance diagram for itk::TreeChangeEvent< TTreeType >:
+ Collaboration diagram for itk::TreeChangeEvent< TTreeType >:

Detailed Description

template<typename TTreeType>
class itk::TreeChangeEvent< TTreeType >

Checks if the position of a node in the tree has been changed.

Definition at line 33 of file itkTreeChangeEvent.h.

Public Types

typedef TreeChangeEvent Self
 
typedef ModifiedEvent Superclass
 

Public Member Functions

virtual bool CheckEvent (const ::itk::EventObject *e) const ITK_OVERRIDE
 
const TreeIteratorBase
< TTreeType > & 
GetChangePosition () const
 
virtual const char * GetEventName () const ITK_OVERRIDE
 
virtual ::itk::EventObjectMakeObject () const ITK_OVERRIDE
 
 TreeChangeEvent ()
 
 TreeChangeEvent (const TreeIteratorBase< TTreeType > &position)
 
 TreeChangeEvent (const Self &s)
 
virtual ~TreeChangeEvent ()
 
- Public Member Functions inherited from itk::EventObject
virtual bool CheckEvent (const EventObject *) const =0
 
 EventObject ()
 
 EventObject (const EventObject &)
 
virtual void Print (std::ostream &os) const
 
virtual ~EventObject ()
 

Protected Attributes

const TreeIteratorBase
< TTreeType > * 
m_ChangePosition
 

Private Member Functions

void operator= (const Self &)
 

Additional Inherited Members

- Protected Member Functions inherited from itk::EventObject
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 

Member Typedef Documentation

template<typename TTreeType >
typedef TreeChangeEvent itk::TreeChangeEvent< TTreeType >::Self

Typedefs

Definition at line 38 of file itkTreeChangeEvent.h.

template<typename TTreeType >
typedef ModifiedEvent itk::TreeChangeEvent< TTreeType >::Superclass

Definition at line 39 of file itkTreeChangeEvent.h.

Constructor & Destructor Documentation

template<typename TTreeType >
itk::TreeChangeEvent< TTreeType >::TreeChangeEvent ( )
inline

Constructor

Definition at line 42 of file itkTreeChangeEvent.h.

template<typename TTreeType >
itk::TreeChangeEvent< TTreeType >::TreeChangeEvent ( const TreeIteratorBase< TTreeType > &  position)
inline

Copy constructor

Definition at line 47 of file itkTreeChangeEvent.h.

References itk::TreeChangeEvent< TTreeType >::m_ChangePosition.

template<typename TTreeType >
virtual itk::TreeChangeEvent< TTreeType >::~TreeChangeEvent ( )
inlinevirtual

Destructor

Definition at line 50 of file itkTreeChangeEvent.h.

template<typename TTreeType >
itk::TreeChangeEvent< TTreeType >::TreeChangeEvent ( const Self s)
inline

Definition at line 65 of file itkTreeChangeEvent.h.

Member Function Documentation

template<typename TTreeType >
virtual bool itk::TreeChangeEvent< TTreeType >::CheckEvent ( const ::itk::EventObject e) const
inlinevirtual
template<typename TTreeType >
const TreeIteratorBase< TTreeType >& itk::TreeChangeEvent< TTreeType >::GetChangePosition ( ) const
inline

Get the change position

Definition at line 62 of file itkTreeChangeEvent.h.

References itk::TreeChangeEvent< TTreeType >::m_ChangePosition.

template<typename TTreeType >
virtual const char* itk::TreeChangeEvent< TTreeType >::GetEventName ( void  ) const
inlinevirtual
template<typename TTreeType >
virtual::itk::EventObject* itk::TreeChangeEvent< TTreeType >::MakeObject ( ) const
inlinevirtual
template<typename TTreeType >
void itk::TreeChangeEvent< TTreeType >::operator= ( const Self )
private

Member Data Documentation

template<typename TTreeType >
const TreeIteratorBase< TTreeType >* itk::TreeChangeEvent< TTreeType >::m_ChangePosition
protected

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