|
#include <VisionX/statecharts/PointCloud/GetNextPointCloud.h>
Public Member Functions | |
GetNextPointCloud (const XMLStateConstructorParams &stateData) | |
void | onBreak () |
void | onEnter () |
void | onExit () |
void | run () |
Static Public Member Functions | |
static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Static Public Attributes | |
static SubClassRegistry | Registry |
Definition at line 31 of file GetNextPointCloud.h.
GetNextPointCloud | ( | const XMLStateConstructorParams & | stateData | ) |
|
static |
void onBreak | ( | ) |
Definition at line 60 of file GetNextPointCloud.cpp.
void onEnter | ( | ) |
Definition at line 40 of file GetNextPointCloud.cpp.
void onExit | ( | ) |
Definition at line 66 of file GetNextPointCloud.cpp.
void run | ( | ) |
Definition at line 46 of file GetNextPointCloud.cpp.
|
static |
Definition at line 45 of file GetNextPointCloud.h.