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

itk::TreeAddEvent< TTreeType > Class Template Reference

This class derives from TreeChangeEvent and check if a node has been added to the tree. More...

#include <itkTreeChangeEvent.h>

Inheritance diagram for itk::TreeAddEvent< TTreeType >:

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

Collaboration graph
[legend]

List of all members.

Public Types

typedef TreeAddEvent 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 ::itk::EventObjectMakeObject () const
virtual void Print (std::ostream &os) const
 TreeAddEvent (const Self &s)
 TreeAddEvent (const TreeIteratorBase< TTreeType > &position)
 TreeAddEvent ()

Protected Member Functions

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

Protected Attributes

const TreeIteratorBase
< TTreeType > * 
m_ChangePosition


Detailed Description

template<class TTreeType>
class itk::TreeAddEvent< TTreeType >

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

Definition at line 131 of file itkTreeChangeEvent.h.


Member Typedef Documentation

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

Typedefs

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 136 of file itkTreeChangeEvent.h.

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

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 137 of file itkTreeChangeEvent.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 140 of file itkTreeChangeEvent.h.

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

Copy constructor

Definition at line 143 of file itkTreeChangeEvent.h.

template<class TTreeType >
itk::TreeAddEvent< TTreeType >::TreeAddEvent ( const Self s  )  [inline]

Definition at line 164 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::TreeAddEvent< TTreeType >::CheckEvent ( const ::itk::EventObject e  )  const [inline, virtual]

Check event function

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 153 of file itkTreeChangeEvent.h.

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::TreeAddEvent< TTreeType >::GetEventName ( void   )  const [inline, virtual]

Get the name of the event

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 147 of file itkTreeChangeEvent.h.

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

Make the event object

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Definition at line 159 of file itkTreeChangeEvent.h.

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

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]

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::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]

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.


Member Data Documentation

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


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

Generated at Tue Sep 15 14:07:15 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000