|  | RTK
    2.7.0
    Reconstruction Toolkit | 
#include <rtkProgressCommands.h>
 Inheritance diagram for rtk::ProgressCommand< TCaller >:
 Inheritance diagram for rtk::ProgressCommand< TCaller >: Collaboration diagram for rtk::ProgressCommand< TCaller >:
 Collaboration diagram for rtk::ProgressCommand< TCaller >:| Public Types | |
| typedef itk::SmartPointer< Self > | Pointer | 
| typedef ProgressCommand | Self | 
| typedef itk::Command | Superclass | 
| Public Member Functions | |
| void | Execute (itk::Object *caller, const itk::EventObject &event) override | 
| void | Execute (const itk::Object *caller, const itk::EventObject &event) override | 
| Protected Member Functions | |
| virtual void | End (const TCaller *) | 
| virtual void | Run (const TCaller *caller)=0 | 
Abstract superclass to all progress callbacks. Derived classes must implement the Run() method.
Definition at line 37 of file rtkProgressCommands.h.
| typedef itk::SmartPointer<Self> rtk::ProgressCommand< TCaller >::Pointer | 
Definition at line 43 of file rtkProgressCommands.h.
| typedef ProgressCommand rtk::ProgressCommand< TCaller >::Self | 
Standard class typedefs.
Definition at line 41 of file rtkProgressCommands.h.
| typedef itk::Command rtk::ProgressCommand< TCaller >::Superclass | 
Definition at line 42 of file rtkProgressCommands.h.
| 
 | inlineprotectedvirtual | 
Callback function executed when filter concludes.
Reimplemented in rtk::PercentageProgressCommand< TCaller >.
Definition at line 77 of file rtkProgressCommands.h.
| 
 | inlineoverridevirtual | 
Implements itk::Command.
Definition at line 46 of file rtkProgressCommands.h.
| 
 | inlineoverridevirtual | 
Implements itk::Command.
Definition at line 52 of file rtkProgressCommands.h.
| 
 | protectedpure virtual | 
Callback function to be redefined by derived classes.
Implemented in rtk::PercentageProgressCommand< TCaller >.
 1.8.14
 1.8.14