ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include "itkIndent.h"
Go to the source code of this file.
Classes | |
class | itk::EventObject |
Namespaces | |
itk | |
Macros | |
#define | ITKEvent_EXPORT ITKCommon_EXPORT |
#define | ITKEvent_EXPORT ITK_ABI_EXPORT |
#define | itkEventMacro(classname, super) |
#define | itkEventMacroDeclaration(classname, super) |
#define | itkEventMacroDefinition(classname, super) |
Functions | |
std::ostream & | itk::operator<< (std::ostream &os, EventObject &e) |
#define ITKEvent_EXPORT ITKCommon_EXPORT |
Delclare some common ITK events
Definition at line 194 of file itkEventObject.h.
#define ITKEvent_EXPORT ITK_ABI_EXPORT |
Delclare some common ITK events
Definition at line 194 of file itkEventObject.h.
#define itkEventMacro | ( | classname, | |
super | |||
) |
Definition at line 150 of file itkEventObject.h.
#define itkEventMacroDeclaration | ( | classname, | |
super | |||
) |
Macros for creating new Events
Definition at line 115 of file itkEventObject.h.
#define itkEventMacroDefinition | ( | classname, | |
super | |||
) |
Definition at line 132 of file itkEventObject.h.