VGServer::GraphClientFace Class Reference

GraphClientFace is a facade class for the client to strip down the functionality of GraphConnection. More...

#include <GraphClientFace.h>

List of all members.

Public Member Functions

void getArea (coord_t x1, coord_t y1, coord_t x2, coord_t y2, const QueryLimits *ql, const char *filter, const char *vertexattrsel, const char *edgeattrsel, class ByteBuffer &dest) const
 main function for the client: retrieve all vertices and edges within the specified rectangle which match the expression in filter.
 GraphClientFace (class GraphConnection &_conn)


Detailed Description

GraphClientFace is a facade class for the client to strip down the functionality of GraphConnection.

Definition at line 14 of file GraphClientFace.h.


Constructor & Destructor Documentation

VGServer::GraphClientFace::GraphClientFace ( class GraphConnection _conn  )  [inline]

Definition at line 20 of file GraphClientFace.h.

Referenced by VGServer::GraphConnection::getClientFace().


Member Function Documentation

void VGServer::GraphClientFace::getArea ( coord_t  x1,
coord_t  y1,
coord_t  x2,
coord_t  y2,
const QueryLimits ql,
const char *  filter,
const char *  vertexattrsel,
const char *  edgeattrsel,
class ByteBuffer dest 
) const [inline]

main function for the client: retrieve all vertices and edges within the specified rectangle which match the expression in filter.

Includes the attributes which's names are in vertexattrsel or edgeattrsel.

Definition at line 28 of file GraphClientFace.h.

References VGServer::GraphConnection::getArea().


The documentation for this class was generated from the following file:
Generated on Wed Sep 27 14:34:01 2006 for VGServer by  doxygen 1.4.7