Go::Registrator< T > Class Template Reference
['geometry' - a spline library]

On some compilators (ie., VS6), the Register() function cannot be used directly. More...

#include <Factory.h>

List of all members.

Public Member Functions

 Registrator ()


Detailed Description

template<class T>
class Go::Registrator< T >

On some compilators (ie., VS6), the Register() function cannot be used directly.

To work around this, we wrap it in the constructor of a dummy class, which we call registrator. With other words, in order to register the class 'DerivedClass' (supposedly inheriting from GeomObject), we type:

 Registrator<DerivedClass> r 
.

Definition at line 166 of file Factory.h.


The documentation for this class was generated from the following file:
Generated on Mon Jun 11 14:48:18 2007 for GoTools Core Library by  doxygen 1.5.1