MDAL
|
Public Member Functions | |
DatasetDynamicDriver (int meshId, int groupIndex, int datasetIndex, const Library &library) | |
virtual bool | loadSymbol () |
void | unloadData () |
Removes stored data in memory (for drivers that support lazy loading) | |
Protected Attributes | |
int | mMeshId = -1 |
int | mGroupIndex = -1 |
int | mDatasetIndex = -1 |
Library | mLibrary |
std::function< int(int, int, int, int, int, double *)> | mDataFunction |
std::function< void(int, int, int)> | mUnloadFunction |