knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
GraphTerm.cpp File Reference
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "knowrob/semweb/GraphTerm.h"
#include "knowrob/integration/python/utils.h"
#include "knowrob/semweb/GraphSequence.h"
#include "knowrob/semweb/GraphUnion.h"
#include "knowrob/semweb/GraphPattern.h"
#include "knowrob/integration/python/converter/vector.h"
#include "knowrob/semweb/GraphBuiltin.h"
Include dependency graph for GraphTerm.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::py
 

Functions

std::shared_ptr< GraphTermknowrob::applyBindings (const std::shared_ptr< GraphTerm > &term, const Bindings &bindings)
 
std::shared_ptr< GraphTermknowrob::operator& (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b)
 
std::shared_ptr< GraphTermknowrob::operator| (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b)
 
std::shared_ptr< GraphTermknowrob::py::applyBindings_graph (const std::shared_ptr< GraphTerm > &term, const Bindings &bindings)
 
template<>
void knowrob::py::createType< GraphTerm > ()