12#ifndef VISUALIZATION_H
13#define VISUALIZATION_H
19#include <argos3/core/utility/configuration/base_configurable_resource.h>
20#include <argos3/core/simulator/simulator.h>
52#define REGISTER_VISUALIZATION(CLASSNAME, \
59 REGISTER_SYMBOL(CVisualization, \
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
CSimulator & m_cSimulator
A reference to the simulator.
virtual void Init(TConfigurationNode &t_tree)=0
Initializes the resource.
virtual ~CVisualization()
virtual void Reset()=0
Resets the resource.
virtual void Destroy()=0
Undoes whatever was done by Init().
CSpace & m_cSpace
A reference to the space.
This class is the base of all XML-configurable ARGoS interface.