ARGoS  3
A parallel, multi-engine simulator for swarm robotics
plugins/simulator/visualizations/qt-opengl/models/qtopengl_box.cpp File Reference
#include "qtopengl_box.h"
#include <argos3/core/utility/math/vector2.h>
#include <argos3/plugins/simulator/entities/led_equipped_entity.h>
#include <argos3/plugins/simulator/entities/box_entity.h>
#include <argos3/plugins/simulator/visualizations/qt-opengl/qtopengl_widget.h>
+ Include dependency graph for qtopengl_box.cpp:

Go to the source code of this file.

Classes

class  argos::CQTOpenGLOperationDrawBoxNormal
class  argos::CQTOpenGLOperationDrawBoxSelected

Namespaces

namespace  argos
 

The namespace containing all the ARGoS related code.


Functions

 argos::REGISTER_QTOPENGL_ENTITY_OPERATION (CQTOpenGLOperationDrawNormal, CQTOpenGLOperationDrawBoxNormal, CBoxEntity)
 argos::REGISTER_QTOPENGL_ENTITY_OPERATION (CQTOpenGLOperationDrawSelected, CQTOpenGLOperationDrawBoxSelected, CBoxEntity)

Variables

const GLfloat argos::MOVABLE_COLOR [] = { 1.0f, 0.0f, 0.0f, 1.0f }
const GLfloat argos::NONMOVABLE_COLOR [] = { 0.7f, 0.7f, 0.7f, 1.0f }
const GLfloat argos::SPECULAR [] = { 0.0f, 0.0f, 0.0f, 1.0f }
const GLfloat argos::SHININESS [] = { 0.0f }
const GLfloat argos::EMISSION [] = { 0.0f, 0.0f, 0.0f, 1.0f }