FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VScriptH5Loader.hpp
1
9#ifndef __VSCRIPTH5LOADER_HPP
10#define __VSCRIPTH5LOADER_HPP
11
12#include "ocean/plankton/VLoader.hpp"
13#include "VActivityTracer.hpp"
14
15#include <string>
16
17namespace Wizt
18{
19 using std::string;
20
29class VBASE_API VScriptH5Loader : public VLoader
30{
31public:
32 //VObject activityTracer;
33
34 VScriptH5Loader(const char*name, int priority, bool c);
36protected:
37 LoadSuccess loadable(const string&url) override;
38
39 RefPtr<VManagedObject> load(LoadSuccess&LE, const string&script_url, const string&) override;
40};
41}
42#endif
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Data loading: objects derived from the VLoader class are intrinsically known by the VISH system.
Definition VScriptH5Loader.hpp:30
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...