FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Orientation.hpp
1#if 0
2
3#ifndef __FISHEYE_ORIENTATION
4#define __FISHEYE_ORIENTATION
5
6#include "fisheyeDllApi.h"
7#include <ocean/plankton/VObject.hpp>
8#include <ocean/shrimp/VEnum.hpp>
9#include <field/MemBase.hpp>
10#include <fiberop/SliceSelection.hpp>
11
12namespace Wizt
13{
14 using namespace Fiber;
15
18{
20
21 Orientation(VObject*what, const string&name = "orientation");
22
24
25 bool setup(GridOrientation3&, const RefPtr<ValuePool>&VP) const;
26
27 enum OrientationValue { X, Y, Z };
28
30};
31
32} // end namespace
33
34#endif // __FISHEYE_ORIENTATION
35
36#endif
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
Convenience class to provide an input slot for selection a coordinate orientation along the X,...
Definition XYZOrientation.hpp:17