Go to the source code of this file.
Classes | |
class | cmtk::RegistrationCallback |
Generic callback class. More... | |
Namespaces | |
namespace | cmtk |
Enumerations | |
enum | cmtk::CallbackResult { cmtk::CALLBACK_OK = 0, cmtk::CALLBACK_INTERRUPT = 1, cmtk::CALLBACK_TIMEOUT = 2, cmtk::CALLBACK_FAILED = 3 } |
Status code returned by Execute() methods. More... | |
Functions | |
void | cmtkRegistrationCallbackDispatchSIGINT (int sig) |
Handler function for SIGINT interrupt signal. |
void cmtkRegistrationCallbackDispatchSIGINT | ( | int | sig ) |
Handler function for SIGINT interrupt signal.
Definition at line 104 of file cmtkRegistrationCallback.cxx.
References cmtkRegistrationCallbackDispatchSIGINT(), cmtk::InterruptSignalReceived, and cmtk::StdErr.
Referenced by cmtkRegistrationCallbackDispatchSIGINT(), and cmtk::RegistrationCallback::RegistrationCallback().