Sirikata
Namespaces | Functions
libcore/include/sirikata/core/prox/QueryHandlerFactory.hpp File Reference
#include <sirikata/core/util/Platform.hpp>
#include <sirikata/core/options/Options.hpp>
#include <prox/geom/BruteForceQueryHandler.hpp>
#include <prox/geom/RTreeAngleQueryHandler.hpp>
#include <prox/geom/RTreeDistanceQueryHandler.hpp>
#include <prox/geom/RTreeCutQueryHandler.hpp>
#include <prox/geom/LevelQueryHandler.hpp>
#include <prox/geom/RebuildingQueryHandler.hpp>
Include dependency graph for QueryHandlerFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Functions

template<typename SimulationTraits >
Prox::QueryHandler
< SimulationTraits > * 
Sirikata::QueryHandlerFactory (const String &type, const String &args, bool rebuilding=true)
 Creates a Prox::QueryHandler of the specified type.