A GraphFactory that creates LazyGraph. More...
#include <GraphProducer.h>
Public Member Functions | |
virtual Graph * | newGraph (int nodeCacheSize, int curveCacheSize, int areaCacheSize) |
Creates a Graph. |
A GraphFactory that creates LazyGraph.
virtual Graph* proland::GraphProducer::LazyGraphFactory::newGraph | ( | int | nodeCacheSize, | |
int | curveCacheSize, | |||
int | areaCacheSize | |||
) | [virtual] |
Creates a Graph.
Should be overriden for every type of Graph.
Reimplemented from proland::GraphProducer::GraphFactory.