#include <polyint.h>
Inheritance diagram for csPolygonIntFactory:
Public Methods | |
virtual csPolygonInt* | Create ()=0 |
Create a csPolygonInt. | |
virtual void | Init (csPolygonInt *p)=0 |
Initialize a csPolygonInt known to this factory. |
To create a real factory you need to subclass this factory. In addition to creation this factory also manages the reference counter and a function to initialize a given polygon as managed by this factory.