The implementation for the BodyCustomizer class. More...
#include <iostream>
#include "BodyCustomizerInterface.h"
#include "Body.h"
#include <cstdlib>
#include <map>
#include <boost/version.hpp>
#include <boost/regex.hpp>
#include <boost/tokenizer.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
static bool | checkInterface (BodyCustomizerInterface *customizerInterface) |
static bool | loadCustomizerDll (BodyInterface *bodyInterface, const std::string filename) |
The implementation for the BodyCustomizer class.
Definition in file BodyCustomizerInterface.cpp.
|
static |
Definition at line 77 of file BodyCustomizerInterface.cpp.
|
static |
Definition at line 92 of file BodyCustomizerInterface.cpp.