Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryProgressProvider.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef _BERRY_PROGRESSPROVIDER_H
18 #define _BERRY_PROGRESSPROVIDER_H
19 
20 #include "berryIProgressMonitor.h"
21 #include "berryObject.h"
22 #include "berryJob.h"
23 
24 namespace berry
25 {
26 
38 struct ProgressProvider: public Object
39 {
40 
41 public:
42 
44 
58 
72 
98  IProgressMonitor::Pointer sptr_group, int ticks);
99 
110 };
111 
112 }
113 #endif /* BERRY_PROGRESSPROVIDER_H */
itk::SmartPointer< Self > Pointer
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:78
virtual IProgressMonitor::Pointer CreateProgressGroup()
virtual IProgressMonitor::Pointer CreateMonitor(Job::Pointer job)=0
berryObjectMacro(ProgressProvider)
virtual IProgressMonitor::Pointer GetDefaultMonitor()