FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
RidgeShape.hpp
1#ifndef __VOLUMERENDER_RIDGE_SHAPE
2#define __VOLUMERENDER_RIDGE_SHAPE
3
4#include <string>
5
10{
11 std::string ShaderCodeFragment;
12
13 RidgeShape(const char*s);
14
15static RidgeShape Default, Left, Central, Right;
16
17};
18
19#endif // __VOLUMERENDER_RIDGE_SHAPE
20
Helper class for the Volume Renderer.
Definition RidgeShape.hpp:10