Orfeo Toolbox  3.16
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::TreeRemoveEvent< TTreeType > Class Template Reference

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

#include <itkTreeChangeEvent.h>

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

List of all members.

Public Types

typedef TreeRemoveEvent Self
typedef TreeChangeEvent
< TTreeType > 
Superclass

Public Member Functions

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

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

Private Member Functions

void operator= (const Self &)

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 176 of file itkTreeChangeEvent.h.


Member Typedef Documentation

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

Typedefs

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Reimplemented in itk::TreePruneEvent< TTreeType >.

Definition at line 181 of file itkTreeChangeEvent.h.

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

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Reimplemented in itk::TreePruneEvent< TTreeType >.

Definition at line 182 of file itkTreeChangeEvent.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 185 of file itkTreeChangeEvent.h.

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

Copy constructor

Definition at line 188 of file itkTreeChangeEvent.h.

template<class TTreeType >
itk::TreeRemoveEvent< TTreeType >::TreeRemoveEvent ( const Self s)
inline

Definition at line 209 of file itkTreeChangeEvent.h.


Member Function Documentation

virtual bool itk::EventObject::CheckEvent ( const EventObject ) const
pure virtualinherited
template<class TTreeType >
virtual bool itk::TreeRemoveEvent< TTreeType >::CheckEvent ( const ::itk::EventObject e) const
inlinevirtual

Check the event

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Reimplemented in itk::TreePruneEvent< TTreeType >.

Definition at line 198 of file itkTreeChangeEvent.h.

template<class TTreeType >
const TreeIteratorBase<TTreeType>& itk::TreeChangeEvent< TTreeType >::GetChangePosition ( ) const
inlineinherited

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
inlinevirtual

Get the event name

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Reimplemented in itk::TreePruneEvent< TTreeType >.

Definition at line 192 of file itkTreeChangeEvent.h.

template<class TTreeType >
virtual ::itk::EventObject* itk::TreeRemoveEvent< TTreeType >::MakeObject ( ) const
inlinevirtual

Make the event object

Reimplemented from itk::TreeChangeEvent< TTreeType >.

Reimplemented in itk::TreePruneEvent< TTreeType >.

Definition at line 204 of file itkTreeChangeEvent.h.

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

template<class TTreeType >
void itk::TreeRemoveEvent< TTreeType >::operator= ( const Self )
private
void itk::EventObject::Print ( std::ostream &  os) const
virtualinherited

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

Definition at line 24 of file itkEventObject.cxx.

References itk::Indent::GetNextIndent().

void itk::EventObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print header for all objects.

Definition at line 38 of file itkEventObject.cxx.

void itk::EventObject::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

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.

Definition at line 57 of file itkEventObject.cxx.

void itk::EventObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print trailer for all objects.

Definition at line 50 of file itkEventObject.cxx.


Member Data Documentation

template<class TTreeType >
const TreeIteratorBase<TTreeType>* itk::TreeChangeEvent< TTreeType >::m_ChangePosition
protectedinherited

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

Generated at Sun Feb 3 2013 02:44:16 for Orfeo Toolbox with doxygen 1.8.1.1