|
#include "DebugDrawerHelper.h"
#include <VirtualRobot/math/Helpers.h>
#include <ArmarXCore/util/CPPUtility/trace.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <RobotAPI/libraries/core/Pose.h>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::detail | |
armarx::detail::DebugDrawerHelper | |
Macros | |
#define | CHECK_AND_ADD(name, type) if (!_helper->enableVisu) {return;} _helper->addNewElement(name,type); |
Typedefs | |
using | DrawElementType = ::armarx::DebugDrawerHelper::DrawElementType |
#define CHECK_AND_ADD | ( | name, | |
type | |||
) | if (!_helper->enableVisu) {return;} _helper->addNewElement(name,type); |
Definition at line 91 of file DebugDrawerHelper.cpp.