FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VGridSlice.hpp
1#error deprecated
2
3#if 0
4
6//
7// $Id: VGridSlice.hpp,v 1.1 2007/08/30 23:06:20 werner Exp $
8//
10#ifndef __VGRIDSLICE_HPP
11#define __VGRIDSLICE_HPP
12
13#include <ocean/plankton/VValue.hpp>
14#include <field/Field.hpp>
15#include "Orientation.hpp"
16
17namespace Wizt
18{
19
20class fisheye_API VGridSlice
21{
22public:
23 GridOrientation3 orient;
24 double sliceCoord;
25
26 VGridSlice();
27 ~VGridSlice();
28
29 bool getIndex(index_t&SliceNr,
30 const RefPtr<Field>&Coords, const RefPtr<FragmentID>&f,
31 double&minslice, double&maxslice);
32};
33
34//typedef MemCore::RefPtr<VEnumSelection> Enum;
35
36
37template <>
38class fisheye_API VValueTrait<VGridSlice>
39{
40public:
41
42static bool setValueFromText(VGridSlice&i, const string&s);
43
44static string Text(const VGridSlice&s);
45
46};
47
48} // wizt
49
50#endif // __VGRIDSLICE_HPP
51
52#endif
index_t getIndex(index_t i, int c) const
Given a major and a minor index, compute the overall index in the dataset according to.
Definition HyperslabParameters.hpp:176
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...