#include <DeformableSurfaceDebugger.h>
Public Member Functions | |
DeformableSurfaceDebugger (const DeformableSurfaceModel *=NULL, const char *="") | |
Constructor. | |
void | HandleEvent (Observable *, Event, const void *) |
Handle event and print message to output stream. | |
~DeformableSurfaceDebugger () | |
Destructor. | |
Public Member Functions inherited from mirtk::Observer | |
void | ClearObservables () |
Stop observing any of the currently monitored observables. | |
Public Member Functions inherited from mirtk::Object | |
virtual const char * | NameOfClass () const =0 |
Get name of class, which this object is an instance of. | |
virtual ParameterList | Parameter () const |
Get parameter name/value pairs. | |
bool | Parameter (const ParameterList &) |
Set parameters from name/value pairs. | |
virtual bool | Set (const char *name, const char *value) |
virtual | ~Object () |
Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from mirtk::Object | |
static const char * | NameOfType () |
Get name of this class type. | |
Protected Member Functions inherited from mirtk::Observer | |
Observer () | |
Default constructor. | |
Observer (const Observer &) | |
Copy constructor. | |
Observer & | operator= (const Observer &) |
Assignment operator. | |
virtual | ~Observer () |
Destructor. | |
Protected Member Functions inherited from mirtk::Object | |
template<typename... Args> | |
void | Throw (ErrorType err, const char *func, Args... args) const |
Static Protected Member Functions inherited from mirtk::Object | |
template<typename... Args> | |
static void | ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args) |
Writes intermediate surfaces to the current working directory
This object observes the optimizer of the deformable surface model and must therefore be attached to the respective LocalOptimizer instance (typically EulerMethod or a subclass of it).
Definition at line 40 of file DeformableSurfaceDebugger.h.