#include <Inventor/SbString.h>
#include <Inventor/algorithms/SoAlgorithmsDefs.h>
#include <Inventor/STL/vector>
#include <Inventor/threads/SbThreadMutex.h>
#include <Inventor/SoModule.h>
Go to the source code of this file.
Classes | |
class | SoAlgorithms |
Utility functions for loading algorithm modules More... | |
Macros | |
#define | DECLARE_ALGORITHMS_MODULE(CLASS_NAME) |
On WIN32 platforms we must export the function using the dllexport feature. | |
#define DECLARE_ALGORITHMS_MODULE | ( | CLASS_NAME | ) |
On WIN32 platforms we must export the function using the dllexport feature.
This macro allows you to build your algorithms module with the mandatory base functions.
It declares and implements the createAlgorithmsInterface() function. The initClass function of your module is automatically called by this function
Definition at line 57 of file SoAlgorithms.h.