FiberVISH
0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
pond
GL
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
9
namespace
GL
10
{
11
using namespace
Eagle
;
12
using 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 );
20
glEnableClientState
(
GL_INDEX_ARRAY
);
21
IndexPointer( *
IndexColors
);
22
return
true
;
23
}
24
25
}
// GL
26
27
#endif
// __FIBER_GL_FIELD_HPP
28
Fiber::CreativeIterator
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition
CreativeIterator.hpp:34
MemCore::StrongPtr
Eagle
Fiber
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition
FAQ.dox:2
GL
Generated on Sun Mar 1 2026 10:23:24 for FiberVISH by
1.9.8