18 #ifndef itkLevelSetIterationUpdateCommand_h
19 #define itkLevelSetIterationUpdateCommand_h
37 template<
typename TIteratingFilter,
typename TFilterToUpdate >
83 #ifndef ITK_MANUAL_INSTANTIATION
84 #include "itkLevelSetIterationUpdateCommand.hxx"
SmartPointer< const Self > ConstPointer
IdentifierType m_UpdatePeriod
WeakPointer< FilterToUpdateType > m_FilterToUpdate
TIteratingFilter IteratingFilterType
SizeValueType IdentifierType
LevelSetIterationUpdateCommand()
virtual void Execute(const Object *caller, const EventObject &event)
Call update on one filter when another filter iterates.
Abstraction of the Events used to communicating among filters and with GUIs.
virtual ~LevelSetIterationUpdateCommand()
SmartPointer< Self > Pointer
void operator=(const Self &)
Base class for most ITK classes.
TFilterToUpdate FilterToUpdateType
Superclass for callback/observer methods.
LevelSetIterationUpdateCommand Self