GraphNode.cpp File Reference
#include "GraphNode.h"
#include <ArmarXCore/interface/core/UserException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <RobotAPI/libraries/core/FramedPose.h>
#include <Eigen/Geometry>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
+ Include dependency graph for GraphNode.cpp:

Go to the source code of this file.

Macros

#define GRAPH_NODE_ATTR_ADJ_NODES   "adjacentNodes"
 
#define GRAPH_NODE_ATTR_POSE   "pose"
 
#define GRAPH_NODE_ATTR_SCENE   memoryx::GraphNode::GRAPH_NODE_ATTR_SCENE
 

Macro Definition Documentation

◆ GRAPH_NODE_ATTR_ADJ_NODES

#define GRAPH_NODE_ATTR_ADJ_NODES   "adjacentNodes"

Definition at line 39 of file GraphNode.cpp.

◆ GRAPH_NODE_ATTR_POSE

#define GRAPH_NODE_ATTR_POSE   "pose"

Definition at line 38 of file GraphNode.cpp.

◆ GRAPH_NODE_ATTR_SCENE

#define GRAPH_NODE_ATTR_SCENE   memoryx::GraphNode::GRAPH_NODE_ATTR_SCENE

Definition at line 37 of file GraphNode.cpp.