vlGenericFactory< ClassName > Class Template Reference
This is a generic class to create a factory for a OpenVL plugin.
More...
#include <vlgenericfactory.h>
Inheritance diagram for vlGenericFactory< ClassName >:
List of all members.
Detailed Description
template<typename ClassName>
class vlGenericFactory< ClassName >
Each OpenVL plugin needs a factory which can create plugin objects. This class is the generic implementation of a factory. Any OpenVL plugin can make use of this generic factory instead of writing a new one. Usage : A factory for a plugin class MyPlugin would be declared as: vlGenericFactory<MyPlugin>. This will create a factory which create plugin objects of MyPlugin.
- Author:
- Sarang Lakare <sarang#users.sf.net>
Definition at line 41 of file vlgenericfactory.h.
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file:
Generated on Fri Mar 18 11:33:18 2005 for OpenVL by
1.3.3