|
|
#include <VisionX/statecharts/PointCloud/ResumeProcessor.h>
Inheritance diagram for ResumeProcessor:Public Member Functions | |
| void | onBreak () |
| void | onEnter () |
| void | onExit () |
| ResumeProcessor (const XMLStateConstructorParams &stateData) | |
| void | run () |
Static Public Member Functions | |
| static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Static Public Attributes | |
| static SubClassRegistry | Registry |
Definition at line 31 of file ResumeProcessor.h.
| ResumeProcessor | ( | const XMLStateConstructorParams & | stateData | ) |
|
static |
| void onBreak | ( | ) |
Definition at line 62 of file ResumeProcessor.cpp.
| void onEnter | ( | ) |
Definition at line 41 of file ResumeProcessor.cpp.
| void onExit | ( | ) |
Definition at line 69 of file ResumeProcessor.cpp.
| void run | ( | ) |
Definition at line 48 of file ResumeProcessor.cpp.
|
static |
Definition at line 44 of file ResumeProcessor.h.