#include <itkEventObject.h>
Inheritance diagram for itk::AbortEvent:


Public Member Functions | |
| virtual bool | CheckEvent (const EventObject *) const =0 |
| virtual const char * | GetEventName (void) const =0 |
| virtual EventObject * | MakeObject () const =0 |
| virtual void | Print (std::ostream &os) const |
Protected Member Functions | |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| Methods invoked by virtual 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 PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|
Check if given event matches or derives from this event. |
|
|
Return the StringName associated with the event. Implemented in itk::TreeChangeEvent< TTreeType >, itk::TreeAddEvent, and itk::TreeRemoveEvent. |
|
|
Create an Event of this type This method work as a Factory for creating events of each particular type. Implemented in itk::TreeChangeEvent< TTreeType >, itk::TreeAddEvent, and itk::TreeRemoveEvent. |
|
|
Print Event information. This method can be overridden by specific Event subtypes. The default is to print out the type of the event. |
|
||||||||||||
|
|
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000