Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::TreeRemoveEvent< TTreeType > Class Template Reference

#include <itkTreeChangeEvent.h>

Inheritance diagram for itk::TreeRemoveEvent< TTreeType >:

Inheritance graph
[legend]
Collaboration diagram for itk::TreeRemoveEvent< TTreeType >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class TTreeType>
class itk::TreeRemoveEvent< TTreeType >

This class derives from TreeChangeEvent and check if a node has been removed from the tree.

Definition at line 136 of file itkTreeChangeEvent.h.

Public Types

typedef TreeRemoveEvent Self
typedef TreeChangeEvent< TTreeType > Superclass

Public Member Functions

virtual bool CheckEvent (const EventObject *) const =0
virtual bool CheckEvent (const ::itk::EventObject *e) const
const TreeIteratorBase< TTreeType > & GetChangePosition () const
virtual const char * GetEventName () const
virtual void Print (std::ostream &os) const
 TreeRemoveEvent (const TreeIteratorBase< TTreeType > &position)
 TreeRemoveEvent ()
virtual ::itk::EventObjectMakeObject () const

Protected Attributes

const TreeIteratorBase< TTreeType > * m_ChangePosition


Member Typedef Documentation

template<class TTreeType>
typedef TreeRemoveEvent itk::TreeRemoveEvent< TTreeType >::Self

Typedefs

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 141 of file itkTreeChangeEvent.h.

template<class TTreeType>
typedef TreeChangeEvent<TTreeType> itk::TreeRemoveEvent< TTreeType >::Superclass

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 142 of file itkTreeChangeEvent.h.


Constructor & Destructor Documentation

template<class TTreeType>
itk::TreeRemoveEvent< TTreeType >::TreeRemoveEvent (  )  [inline]

Constructor

Definition at line 145 of file itkTreeChangeEvent.h.

template<class TTreeType>
itk::TreeRemoveEvent< TTreeType >::TreeRemoveEvent ( const TreeIteratorBase< TTreeType > &  position  )  [inline]

Copy constructor

Definition at line 148 of file itkTreeChangeEvent.h.


Member Function Documentation

virtual bool itk::EventObject::CheckEvent ( const EventObject  )  const [pure virtual, inherited]

Check if given event matches or derives from this event.

template<class TTreeType>
virtual bool itk::TreeRemoveEvent< TTreeType >::CheckEvent ( const ::itk::EventObject e  )  const [inline, virtual]

Check the event

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 158 of file itkTreeChangeEvent.h.

template<class TTreeType>
const TreeIteratorBase<TTreeType>& itk::TreeChangeEvent< TTreeType >::GetChangePosition (  )  const [inline, inherited]

Get the change position

Definition at line 74 of file itkTreeChangeEvent.h.

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

template<class TTreeType>
virtual const char* itk::TreeRemoveEvent< TTreeType >::GetEventName ( void   )  const [inline, virtual]

Get the event name

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 152 of file itkTreeChangeEvent.h.

template<class TTreeType>
virtual ::itk::EventObject* itk::TreeRemoveEvent< TTreeType >::MakeObject (  )  const [inline, virtual]

Make the event object

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 164 of file itkTreeChangeEvent.h.

virtual void itk::EventObject::Print ( std::ostream &  os  )  const [virtual, inherited]

Print Event information. This method can be overridden by specific Event subtypes. The default is to print out the type of the event.

virtual void itk::EventObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]

virtual void itk::EventObject::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

virtual void itk::EventObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]


Member Data Documentation

template<class TTreeType>
const TreeIteratorBase<TTreeType>* itk::TreeChangeEvent< TTreeType >::m_ChangePosition [protected, inherited]

Definition at line 86 of file itkTreeChangeEvent.h.

Referenced by itk::TreeChangeEvent< TTreeType >::GetChangePosition(), itk::TreeChangeEvent< TTreeType >::MakeObject(), and itk::TreeChangeEvent< TTreeType >::TreeChangeEvent().


The documentation for this class was generated from the following file:
Generated at Sun Sep 3 00:56:41 2006 for ITK by doxygen 1.4.7 written by Dimitri van Heesch, © 1997-2000