#include <ProgressState.h>
Public Member Functions | |
virtual bool | callback (const std::string &msg) const |
bool | isCanceled () const |
ProgressState () | |
void | setCanceled (bool canceled) |
virtual | ~ProgressState () |
Private Attributes | |
bool | canceled_ |
Definition at line 35 of file ProgressState.h.
rtabmap::ProgressState::ProgressState | ( | ) | [inline] |
Definition at line 38 of file ProgressState.h.
virtual rtabmap::ProgressState::~ProgressState | ( | ) | [inline, virtual] |
Definition at line 45 of file ProgressState.h.
virtual bool rtabmap::ProgressState::callback | ( | const std::string & | msg | ) | const [inline, virtual] |
Reimplemented in rtabmap::ProgressionStatus, rtabmap::RecoveryState, rtabmap::TexturingState, and RecoveryProgressState.
Definition at line 39 of file ProgressState.h.
bool rtabmap::ProgressState::isCanceled | ( | ) | const [inline] |
Definition at line 51 of file ProgressState.h.
void rtabmap::ProgressState::setCanceled | ( | bool | canceled | ) | [inline] |
Definition at line 47 of file ProgressState.h.
bool rtabmap::ProgressState::canceled_ [private] |
Definition at line 57 of file ProgressState.h.