Jafar
Classes
Module spafdb

Detailed Description

Version:
0.2
Author:
cyrille.berger@laas.fr

SPAtial Feature Data Base : allow to store features in a data base, and to execute query on them

History

Classes

class  jafar::spafdb::DescriptorMatchQuery
 This query return matches using only the spafgraph::NodeDescriptor comparison, this is individual matches. More...
class  jafar::spafdb::MatchQuery
 This query is used to find matches between a group of features and features stored in the database. More...
class  jafar::spafdb::MatchQueryGeometricRelationSimilarity
 This MatchQuery is strictly based on comparing GeometricRelation one by one with the database, and then the matches is computed based on the number of votes. More...
class  jafar::spafdb::MatchQueryGeometricRelationGroupSimilarity
 This MatchQuery is an improvement over MatchQueryGeometricRelationSimilarity , since to make the matches, it takes into account multiple connections. More...
class  jafar::spafdb::Parameter
 Define the Parameter of a SpafDB. More...
class  jafar::spafdb::ProximityStrategy
 This an interface to define strategy on how proximity edges are created when inserting a new spafgraph::Node in the graph of a SpafDB. More...
class  jafar::spafdb::GroupProximityStrategy
 This ProximityStrategy creates spafgraph::ProximitiesEdges between spafgraph::Node belonging to the same spaf::GroupFeature . More...
class  jafar::spafdb::DistanceProximityStrategy
 This ProximityStrategy creates spafgraph::ProximitiesEdges between spafgraph::Node based on their distance. More...
class  jafar::spafdb::SelectQuery
 Base class for a query of features in a SpafDB. More...
class  jafar::spafdb::SelectAllQuery
 Select all features in the database. More...
class  jafar::spafdb::SelectQueryProximity
 Select all features that are close to a given geom::Atom . More...
class  jafar::spafdb::SpafDB
 This is the data base for storing features. More...
class  jafar::spafdb::SpafdbException
 Base class for all exceptions defined in the module spafdb. More...
class  jafar::spafdb::Storage
 This class is used to store features inside a SpafDB , there is no reason to use this class directly, except from inside a query. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1
LAAS-CNRS