|  | RTK
    2.7.0
    Reconstruction Toolkit | 
#include <rtkIterationCommands.h>
 Inheritance diagram for rtk::VerboseIterationCommand< TCaller >:
 Inheritance diagram for rtk::VerboseIterationCommand< TCaller >: Collaboration diagram for rtk::VerboseIterationCommand< TCaller >:
 Collaboration diagram for rtk::VerboseIterationCommand< TCaller >:| Public Types | |
| typedef itk::SmartPointer< Self > | Pointer | 
| typedef VerboseIterationCommand | Self | 
| typedef IterationCommand< TCaller > | Superclass | 
|  Public Types inherited from rtk::IterationCommand< TCaller > | |
| typedef itk::SmartPointer< Self > | Pointer | 
| typedef IterationCommand | Self | 
| typedef itk::Command | Superclass | 
| Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const | 
|  Public Member Functions inherited from rtk::IterationCommand< TCaller > | |
| void | Execute (itk::Object *caller, const itk::EventObject &event) override | 
| void | Execute (const itk::Object *caller, const itk::EventObject &event) override | 
| virtual void | SetTriggerEvery (unsigned int _arg) | 
| Static Public Member Functions | |
| static Pointer | New () | 
| Protected Member Functions | |
| void | End (const TCaller *) override | 
| void | Run (const TCaller *) override | 
| Additional Inherited Members | |
|  Protected Attributes inherited from rtk::IterationCommand< TCaller > | |
| unsigned int | m_IterationCount = 0 | 
| unsigned int | m_TriggerEvery = 1 | 
Outputs to standard output when an iteration completes.
Definition at line 103 of file rtkIterationCommands.h.
| typedef itk::SmartPointer<Self> rtk::VerboseIterationCommand< TCaller >::Pointer | 
Definition at line 109 of file rtkIterationCommands.h.
| typedef VerboseIterationCommand rtk::VerboseIterationCommand< TCaller >::Self | 
Standard class typedefs.
Definition at line 107 of file rtkIterationCommands.h.
| typedef IterationCommand<TCaller> rtk::VerboseIterationCommand< TCaller >::Superclass | 
Definition at line 108 of file rtkIterationCommands.h.
| 
 | virtual | 
Reimplemented from itk::Object.
| 
 | inlineoverrideprotectedvirtual | 
Callback function executed when filter concludes.
Reimplemented from rtk::IterationCommand< TCaller >.
Definition at line 121 of file rtkIterationCommands.h.
| 
 | static | 
| 
 | inlineoverrideprotectedvirtual | 
Callback function to be redefined by derived classes.
Implements rtk::IterationCommand< TCaller >.
Definition at line 114 of file rtkIterationCommands.h.
 1.8.14
 1.8.14