#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. | |
![]() | |
void | ClearObservables () |
Stop observing any of the currently monitored observables. | |
![]() | |
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 const char * | NameOfType () |
Get name of this class type. | |
![]() | |
Observer () | |
Default constructor. | |
Observer (const Observer &) | |
Copy constructor. | |
Observer & | operator= (const Observer &) |
Assignment operator. | |
virtual | ~Observer () |
Destructor. | |
![]() | |
template<typename... Args> | |
void | Throw (ErrorType err, const char *func, Args... args) const |
![]() | |
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.