RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkIterationCommands.h>
Public Types | |
typedef itk::SmartPointer< Self > | Pointer |
typedef OutputIterationCommand | 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 |
virtual void | SetFileFormat (std::string _arg) |
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 | Run (const TCaller *caller) override |
Protected Member Functions inherited from rtk::IterationCommand< TCaller > | |
virtual void | End (const TCaller *) |
Protected Attributes | |
std::string | m_FileFormat |
Protected Attributes inherited from rtk::IterationCommand< TCaller > | |
unsigned int | m_IterationCount = 0 |
unsigned int | m_TriggerEvery = 1 |
Output intermediate iterations in a file. This class is useful to check convergence of an iterative method and to avoid starting over similar computations when testing hyperparameters of an iterative algorithm.
Definition at line 139 of file rtkIterationCommands.h.
typedef itk::SmartPointer<Self> rtk::OutputIterationCommand< TCaller, TOutputImage >::Pointer |
Definition at line 145 of file rtkIterationCommands.h.
typedef OutputIterationCommand rtk::OutputIterationCommand< TCaller, TOutputImage >::Self |
Standard class typedefs.
Definition at line 143 of file rtkIterationCommands.h.
typedef IterationCommand<TCaller> rtk::OutputIterationCommand< TCaller, TOutputImage >::Superclass |
Definition at line 144 of file rtkIterationCommands.h.
|
virtual |
Reimplemented from itk::Object.
|
static |
|
inlineoverrideprotectedvirtual |
Callback function to be redefined by derived classes.
Implements rtk::IterationCommand< TCaller >.
Definition at line 155 of file rtkIterationCommands.h.
|
virtual |
|
protected |
Output file name, where d is the current iteration number
Definition at line 148 of file rtkIterationCommands.h.