Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Types | Public Member Functions | Protected Attributes

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.

Public Types

typedef TreePruneEvent Self
typedef TreeRemoveEvent
< TTreeType > 
Superclass

Public Member Functions

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

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual void PrintHeader (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::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 219 of file itkTreeChangeEvent.h.


Member Typedef Documentation

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

Typedefs

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 222 of file itkTreeChangeEvent.h.

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

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 223 of file itkTreeChangeEvent.h.


Constructor & Destructor Documentation

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

Definition at line 226 of file itkTreeChangeEvent.h.

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

Definition at line 229 of file itkTreeChangeEvent.h.

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

Definition at line 250 of file itkTreeChangeEvent.h.


Member Function Documentation

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

Reimplemented from itk::TreeRemoveEvent< TTreeType >.

Definition at line 239 of file itkTreeChangeEvent.h.

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

Check if given event matches or derives from this event.

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 233 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 Tue Jul 13 2010 02:51:16 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000