ARGoS 3
A parallel, multi-engine simulator for swarm robotics
camera_sensor_algorithm.h File Reference
#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>
+ Include dependency graph for camera_sensor_algorithm.h:

Go to the source code of this file.

Classes

class  argos::CCameraSensorSimulatedAlgorithm
 
class  argos::CCameraSensorSimulatedAlgorithm::CBaseUpdateOperation
 

Namespaces

namespace  argos
 The namespace containing all the ARGoS related code.
 

Macros

#define REGISTER_CAMERA_SENSOR_ALGORITHM(CLASSNAME, LABEL, AUTHOR, VERSION, BRIEF_DESCRIPTION, LONG_DESCRIPTION, STATUS)
 

Macro Definition Documentation

◆ REGISTER_CAMERA_SENSOR_ALGORITHM

#define REGISTER_CAMERA_SENSOR_ALGORITHM ( CLASSNAME,
LABEL,
AUTHOR,
VERSION,
BRIEF_DESCRIPTION,
LONG_DESCRIPTION,
STATUS )
Value:
REGISTER_SYMBOL(CCameraSensorSimulatedAlgorithm, \
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 factory.h:149

Definition at line 104 of file camera_sensor_algorithm.h.