#include <CameraEvent.h>
Definition at line 37 of file CameraEvent.h.
◆ Code
Enumerator |
---|
kCodeData | |
kCodeNoMoreImages | |
Definition at line 41 of file CameraEvent.h.
◆ CameraEvent() [1/5]
rtabmap::CameraEvent::CameraEvent |
( |
const cv::Mat & |
image, |
|
|
int |
seq = 0 , |
|
|
double |
stamp = 0.0 , |
|
|
const std::string & |
cameraName = std::string() |
|
) |
| |
|
inline |
◆ CameraEvent() [2/5]
rtabmap::CameraEvent::CameraEvent |
( |
| ) |
|
|
inline |
◆ CameraEvent() [3/5]
rtabmap::CameraEvent::CameraEvent |
( |
const SensorData & |
data | ) |
|
|
inline |
◆ CameraEvent() [4/5]
◆ CameraEvent() [5/5]
◆ ~CameraEvent()
virtual rtabmap::CameraEvent::~CameraEvent |
( |
| ) |
|
|
inlinevirtual |
◆ cameraName()
const std::string& rtabmap::CameraEvent::cameraName |
( |
| ) |
const |
|
inline |
◆ data()
const SensorData& rtabmap::CameraEvent::data |
( |
| ) |
const |
|
inline |
◆ getClassName()
virtual std::string rtabmap::CameraEvent::getClassName |
( |
| ) |
const |
|
inlinevirtual |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
- Returns
- the class name
Implements UEvent.
Definition at line 84 of file CameraEvent.h.
◆ info()
const CameraInfo& rtabmap::CameraEvent::info |
( |
| ) |
const |
|
inline |
◆ cameraInfo_
◆ data_
The documentation for this class was generated from the following file: