21 #ifndef otbCommandProgressUpdate_hxx
22 #define otbCommandProgressUpdate_hxx
29 template <
class TFilter>
32 Execute((
const itk::Object*)caller, event);
35 template <
class TFilter>
39 if (
typeid(event) !=
typeid(itk::ProgressEvent))
46 int val = int(filter->GetProgress() * factor);
void Execute(itk::Object *caller, const itk::EventObject &event) override
const TFilter * FilterPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.