Factory singleton class - plugin libraries will have to implement a concrete factory and register it on loading. More...
#include <GearMaterialProperties.h>
Public Member Functions | |
| virtual GearMaterialProperties * | create () const =0 |
| Create a new object of the GearMaterialProperties. | |
| GearMaterialProperties * | create ()=0 |
| Create a new object of the GearMaterialProperties. | |
Static Public Member Functions | |
|
static const GearMaterialPropertiesFactory * | instance () |
| The instance. | |
Protected Member Functions | |
| GearMaterialPropertiesFactory * | instance () |
| The instance. | |
Static Protected Member Functions | |
|
static GearMaterialPropertiesFactory *& | me () |
Factory singleton class - plugin libraries will have to implement a concrete factory and register it on loading.
Definition at line 56 of file GearMaterialProperties.h.
1.8.5