|
Developer Documentation |
|
RAVL, Recognition And Vision Library |
| RegisterFuncionC
|
| |
| Save function pointer. Register function pointer.
|
| |
| include | "Ravl/FunctionRegister.hh" |
| Source file: | Ravl/Core/System/FunctionRegister.hh |
| User Level: | Normal |
| Library: | RavlCore |
| In Scope: | RavlN |
Comments:
Class to make it easy to register functions. Use as global
variables.
e.g. for class xyzC declare the following as global
in a .cc file preferably in the same file as the definition of XyzC
static TypeNameC typeNameXyz(typeinfo(XyzC),"XyzC");
Methods:
- RegisterFuncionC(const char * newname,DataT func)
-
Constructor.
|
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002
|