7 #ifndef __FWITKIO_HELPER_PROGRESSITKTOFW_HPP__ 8 #define __FWITKIO_HELPER_PROGRESSITKTOFW_HPP__ 10 #include <itkCommand.h> 11 #include <itkProcessObject.h> 13 #include <fwTools/ProgressAdviser.hpp> 28 template<
typename OBSERVEE >
40 unsigned long m_obsTag;
51 template<
typename OBS >
55 m_progressor = ProgressorBase::sptr(
56 new ProgressType( filter, observer, message )
60 ProgressorBase::sptr m_progressor;
65 #include "fwItkIO/helper/ProgressItkToFw.hxx"
The namespace fwItkIO contains reader, writer and helper for itk image.