knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
GraphSelector.cpp File Reference
#include "iomanip"
#include "knowrob/semweb/GraphSelector.h"
#include "knowrob/knowrob.h"
#include "knowrob/integration/python/utils.h"
Include dependency graph for GraphSelector.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::py
 

Macros

#define BOOST_PYTHON_ADD_OPTIONAL(X, Y)
 

Functions

GraphSelectorPtr knowrob::DefaultGraphSelector ()
 
template<>
void knowrob::py::createType< GraphSelector > ()
 

Macro Definition Documentation

◆ BOOST_PYTHON_ADD_OPTIONAL

#define BOOST_PYTHON_ADD_OPTIONAL (   X,
 
)
Value:
add_property(X, \
make_getter(Y, return_value_policy<return_by_value>()), \
make_setter(Y, return_value_policy<return_by_value>()))

Definition at line 145 of file GraphSelector.cpp.