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

itk::TreePruneEvent< TTreeType > Class Template Reference

#include <itkTreeChangeEvent.h>

Inheritance diagram for itk::TreePruneEvent< TTreeType >:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class TTreeType>
class itk::TreePruneEvent< TTreeType >

Signals that a node and all its childs will shortly be removed. Position of the top-level removed node is provided

Definition at line 214 of file itkTreeChangeEvent.h.


Public Types

typedef TreePruneEvent Self
typedef TreeRemoveEvent
< 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
 TreePruneEvent (const Self &s)
 TreePruneEvent (const TreeIteratorBase< TTreeType > &position)
 TreePruneEvent ()

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

Member Typedef Documentation

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

Typedefs

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 217 of file itkTreeChangeEvent.h.

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

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 218 of file itkTreeChangeEvent.h.


Constructor & Destructor Documentation

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

Definition at line 221 of file itkTreeChangeEvent.h.

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

Definition at line 224 of file itkTreeChangeEvent.h.

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

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

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 234 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::TreePruneEvent< TTreeType >::GetEventName ( void   )  const [inline, virtual]

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 228 of file itkTreeChangeEvent.h.

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

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

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


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

Generated at Sat Feb 28 18:19:46 2009 for ITK by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2000