35 #ifndef ITK_TERMINATOR_HXX_
36 #define ITK_TERMINATOR_HXX_
39 #include <Core/ITKCommon/ThreadUtils/the_terminator.hxx>
41 #ifdef USE_ITK_TERMINATORS
42 #define itk_terminator_t the_terminator_t
48 template <
typename process_t>
52 terminator_t(process_t * proc):
53 itk_terminator_t(proc->GetNameOfClass()),
60 process_->AbortGenerateDataOn();
61 itk_terminator_t::terminate();
65 typename process_t::Pointer process_;
69 #endif // USE_ITK_TERMINATORS
70 #endif // ITK_TERMINATOR_HXX_
Definition: the_terminator.hxx:58