#include "GraphTypes.h"#include "GraphData.h"#include "ByteBuffer.h"#include "RTree.h"#include <map>#include <hash_set>Go to the source code of this file.
Namespaces | |
| namespace | VGServer |
Classes | |
| class | VGServer::EdgeRef |
| EdgeRef is a read-only reference object holding indices into the GraphData structures. More... | |
| class | VGServer::GraphContainer |
| GraphContainer is the owner class of the global static graph information. More... | |
| class | VGServer::GraphContainer::NNResult |
| class used to save the current nearest neighbor result | |
| class | VGServer::GraphContainer::NNVisitor |
| class used as a visitor when walking the R-Tree for nearest neighbor | |
| struct | VGServer::GraphContainer::RTreeData |
| structure which contains the data for each rectangle in the leaves of the rtree More... | |
| struct | VGServer::GraphContainer::RTreeDataCallback |
| callback context class used to get a MBR from a data object More... | |
| struct | VGServer::GraphContainer::rtreemap_compare |
| struct used as Comparison Relation for the rtreemap | |
| class | VGServer::GraphContainer::Visitor |
| class used as a visitor when walking the R-Tree | |
| class | VGServer::VertexRef |
| VertexRef is a read-only reference object holding indices into the GraphData structures. More... | |
1.4.7