#include <argos3/core/utility/plugins/factory.h>
#include <argos3/core/utility/math/vector3.h>
#include <argos3/core/utility/math/plane.h>
#include <argos3/core/utility/math/matrix/transformationmatrix3.h>
#include <argos3/core/simulator/entity/positional_entity.h>
#include <array>
Go to the source code of this file.
|
| argos |
| The namespace containing all the ARGoS related code.
|
|
◆ REGISTER_CAMERA_SENSOR_ALGORITHM
#define REGISTER_CAMERA_SENSOR_ALGORITHM |
( |
|
CLASSNAME, |
|
|
|
LABEL, |
|
|
|
AUTHOR, |
|
|
|
VERSION, |
|
|
|
BRIEF_DESCRIPTION, |
|
|
|
LONG_DESCRIPTION, |
|
|
|
STATUS |
|
) |
| |
Value:
CLASSNAME, \
LABEL, \
AUTHOR, \
VERSION, \
BRIEF_DESCRIPTION, \
LONG_DESCRIPTION, \
STATUS)
#define REGISTER_SYMBOL(BASECLASS, CLASSNAME, LABEL, AUTHOR, VERSION, BRIEF_DESCRIPTION, LONG_DESCRIPTION, STATUS)
Macro to register a symbol into the factory.
Definition at line 104 of file camera_sensor_algorithm.h.