#include <boost/python.hpp>
#include <cassert>
#include <stdexcept>
#include <fstream>
#include <sstream>
#include <string>
#include <list>
#include <vector>
#include <boost/filesystem.hpp>
#include <opentrep/OPENTREP_Service.hpp>
#include <opentrep/OutputFormat.hpp>
#include <opentrep/Location.hpp>
#include <opentrep/CityDetails.hpp>
#include <opentrep/bom/BomJSONExport.hpp>
#include <opentrep/bom/LocationExchange.hpp>
Go to the source code of this file.
Classes | |
struct | OPENTREP::OpenTrepSearcher |
API wrapper around the OpenTREP C++ API, so that Python scripts can use it seamlessly. More... | |
Namespaces | |
namespace | OPENTREP |
Functions | |
BOOST_PYTHON_MODULE (pyopentrep) | |
BOOST_PYTHON_MODULE | ( | pyopentrep | ) |
Definition at line 837 of file pyopentrep.cpp.
References OPENTREP::OpenTrepSearcher::finalize(), OPENTREP::OpenTrepSearcher::generate(), OPENTREP::OpenTrepSearcher::generateToPB(), OPENTREP::OpenTrepSearcher::getPaths(), OPENTREP::OpenTrepSearcher::index(), OPENTREP::OpenTrepSearcher::init(), OPENTREP::OpenTrepSearcher::search(), and OPENTREP::OpenTrepSearcher::searchToPB().