FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VFieldObject.hpp
1#ifndef __VFIELDOBJECT_HPP
2#define __VFIELDOBJECT_HPP
3
4#include "VGridObject.hpp"
5
6namespace Wizt
7{
8
9class VFieldObject : public VObject
10{
11public:
12 RefPtr<FieldID> FieldName;
13
15 : VObject(field->Name(), p, VP)
16 , FieldName(field)
17 {}
18};
19
20
21} // namespace Wizt
22
23
24#endif
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition VFieldObject.hpp:10
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...