Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csPolygonIntFactory Class Reference

An abstract factory class to create specific instances of csPolygonInt. More...

#include <polyint.h>

Inheritance diagram for csPolygonIntFactory:

csBspPolygonFactory List of all members.

Public Methods

virtual csPolygonIntCreate ()=0
 Create a csPolygonInt.

virtual void Init (csPolygonInt *p)=0
 Initialize a csPolygonInt known to this factory.


Detailed Description

An abstract factory class to create specific instances of csPolygonInt.

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.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000