FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
NutritionBundle.hpp
1#ifndef NutritionBundle_HPP
2#define NutritionBundle_HPP
3
4#include <fish/pond/bone/BundleProviderObject.hpp>
5
6#include "BundleNutrition.hpp"
7#include "fishfoodDllApi.h"
8
9namespace Wizt
10{
11
13{
14 WeakPtr<BundleNutrition> myBundleNutrition;
15
16 NutritionBundle(const string&name, int p, const RefPtr<VCreationPreferences>&VP)
17 : BundleProviderObject(name, p , VP)
18 {}
19
21
22 bool update(VRequest&Context, double precision) override;
23};
24
25}
26
27#endif
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
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
Definition NutritionBundle.hpp:13