Creates Graph objects. More...
#include <GraphProducer.h>
Public Member Functions | |
virtual Graph * | newGraph (int nodeCacheSize, int curveCacheSize, int areaCacheSize) |
Creates a Graph. |
Creates Graph objects.
GraphFactory is used to determine what kind of graph will be created in a GraphProducer.
virtual Graph* proland::GraphProducer::GraphFactory::newGraph | ( | int | nodeCacheSize, | |
int | curveCacheSize, | |||
int | areaCacheSize | |||
) | [virtual] |
Creates a Graph.
Should be overriden for every type of Graph.
Reimplemented in proland::GraphProducer::LazyGraphFactory.