3 #include <DM/IQueryDescriptor.hpp>
4 #include <opals/CustomOptionType.hpp>
5 #include <opals/String.hpp>
12 using DM::QueryDescriptorHandle::QueryDescriptorHandle;
33 template<DM::IQueryDescriptor::Vocabulary vocabulary>
53 static const char* help(
bool);
54 static const char* syntax();
55 static bool exportsPythonType();
Base class for all custom parameter types.
Definition: CustomOptionType.hpp:39
Definition: SpatialSearch.hpp:10
Contains the public interface of OPALS.
Definition: AbsValueOrQuantile.hpp:8
Smart pointer class using reference counting with support for DM objects (see ObjectBase)
Definition: Handle.hpp:75
A dynamic character string whose interface conforms to STL's std::string.
Definition: String.hpp:35
A typed version of DM::IQueryDescriptor. See Generic Spatial Neighborhood Definition.
Definition: SpatialSearch.hpp:34