Graphite
Version 3
An experimental 3D geometry processing program
|
Management of dynamically loadable modules (plugins) More...
#include <OGF/basic/common/common.h>
#include <OGF/basic/modules/module.h>
#include <geogram/basic/environment.h>
#include <string>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | OGF::ModuleManager |
Manages dynamically loadable modules. More... | |
Namespaces | |
OGF | |
Global Graphite namespace. | |
Typedefs | |
typedef void(* | ModuleInitFunc) () |
Function pointer to a module initialization function. | |
typedef void(* | ModuleTerminateFunc) () |
Function pointer to a module termination function. | |
Management of dynamically loadable modules (plugins)
Definition in file modmgr.h.