18 #ifndef itkLevelSetIterationUpdateCommand_h
19 #define itkLevelSetIterationUpdateCommand_h
37 template<
typename TIteratingFilter,
typename TFilterToUpdate >
82 #ifndef ITK_MANUAL_INSTANTIATION
83 #include "itkLevelSetIterationUpdateCommand.hxx"
SmartPointer< const Self > ConstPointer
IdentifierType m_UpdatePeriod
WeakPointer< FilterToUpdateType > m_FilterToUpdate
TIteratingFilter IteratingFilterType
SizeValueType IdentifierType
int Execute(int argc, char *argv[])
Call update on one filter when another filter iterates.
Abstraction of the Events used to communicating among filters and with GUIs.
SmartPointer< Self > Pointer
Base class for most ITK classes.
TFilterToUpdate FilterToUpdateType
Superclass for callback/observer methods.
LevelSetIterationUpdateCommand Self