FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VectorFieldSlice.hpp
1#ifndef __FISH_ANEMONEFISH_VECTORFIELDSLICE_HPP
2#define __FISH_ANEMONEFISH_VECTORFIELDSLICE_HPP
3
4#include "FieldSlice.hpp"
5
6namespace Wizt
7{
8
12{
14
16 VectorFieldSlice(const string&name, int RenderCategory, const RefPtr<VCreationPreferences>&VP);
17
20
21 RefPtr<Fiber::SlicerBase> getSlicer(const string&,
23 int o, double theCoordinateValue) const override;
24
25};
26
27} // namespace Wizt
28
29#endif // __FISH_ANEMONEFISH_VECTORFIELDSLICE_HPP
30
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
RenderCategory
Definition anemonefish/FieldSlice.hpp:23
Definition VectorFieldSlice.hpp:12