VISH  0.2
Public Member Functions | Public Attributes
MemCore::LoaderParameters Class Reference

Parameters for the loading process. More...

#include </home/werner/origo/vish/memcore/Loader.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

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.

Note:
Generic loading of objects is done via class LoaderRegistry .

,LoaderRegistry


Constructor & Destructor Documentation

MemCore::LoaderParameters::LoaderParameters ( const string url = "",
bool  detect_sequence = false 
)
Parameters:
detect_sequenceIf filename ends with 0000.xyz, then it is converted into %04d.xyz such that a sequence of such files is loaded.

The documentation for this class was generated from the following files: