VISH
0.2
|
Parameters for the loading process. More...
#include </home/werner/origo/vish/memcore/Loader.hpp>
Parameters for the loading process.
The loading of files is done via an I/O independent abstraction layer, built upon the LoaderBase class. As a specific implementation of an I/O layer might require specific parameters to operate well, it may query the LoaderParameters for a certain interface.
One such possible interface is the LoaderProgress class which allows to notify an external instance about the progress and procedure of loading a file or reading from an external resource.
MemCore::LoaderParameters::LoaderParameters | ( | const string & | url = "" , |
bool | detect_sequence = false |
||
) |
detect_sequence | If filename ends with 0000.xyz, then it is converted into %04d.xyz such that a sequence of such files is loaded. |