Loading progress callback functor.
More...
#include <Bundle.hpp>
List of all members.
Public Member Functions
-
virtual bool OpenFile (const string &fname)
- Callback when opening a file; if return value is false, the load process is terminated.
-
virtual bool CreateSlice (double t)
- Callback when a new time slice is created; if return value is false, the load process is terminated.
-
virtual bool CreateGrid (const RefPtr< GridID > &gname, Grid &G, double t)
- Callback when a new Grid object is created; if return value is false, the load process is terminated.
-
virtual bool CreateField (const RefPtr< GridID > &gname, Grid &G, double t, const string &fieldname)
- Callback when a new field object is created on a Grid; if return value is false, the load process is terminated.
Detailed Description
Loading progress callback functor.