FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
fieldGL.hpp
1#include <eagle/GL/EagleGL.hpp>
2#include <field/MemArray.hpp>
3
4#include "fiberGL.hpp"
5
6#ifndef __FIBER_GL_FIELD_HPP
7#define __FIBER_GL_FIELD_HPP
8
9namespace GL
10{
11using namespace Eagle;
12using namespace Fiber;
13
14 inline bool IndexPointerf(const RefPtr<MemArray<1, float> >&IndexColors)
15 {
16 if (!IndexColors)
17 return false;
18
19// glEnable( GL_INDEX_ARRAY );
21 IndexPointer( *IndexColors );
22 return true;
23 }
24
25} // GL
26
27#endif // __FIBER_GL_FIELD_HPP
28
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