FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
BundleProviderObject.hpp
1#ifndef __FISH_BUNDLEPROVIDEROBJECT_HPP
2#define __FISH_BUNDLEPROVIDEROBJECT_HPP
3
4#include "fishboneDllApi.h"
5
6#include <fiber/bundle/Bundle.hpp>
7#include "FishBundle.hpp"
8
9#include "FishObject.hpp"
10
11namespace Wizt
12{
13
18{
19public:
20
22
24 BundleProviderObject(const string&name, int p, const RefPtr<VCreationPreferences>&VP);
25
28
29 std::string type_key() const override;
30
31 string help(HelpType WhatHelp) const override;
32};
33
34
35} // namespace Wizt
36
37#endif /* __FISH_BUNDLEPROVIDEROBJECT_HPP */
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
Common base class for objects that provide Bundle objects.
Definition BundleProviderObject.hpp:18
Definition FishObject.hpp:18
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...