FiberVISH
0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
fiber
baseop
ColorFunctions.hpp
1
#ifndef __COLORFUNCTIONS_HPP
2
#define __COLORFUNCTIONS_HPP
3
4
#include "gridopDllApi.h"
5
6
#include <grid/Grid.hpp>
7
8
namespace
Fiber
9
{
10
11
const
char
*
const
FIBER_COLOR_FIELD =
"Color"
;
12
13
14
gridop_API
MemCore::RefPtr<Field>
createColorFieldOnPoints(
const
MemCore::RefPtr<Grid>
& grid,
const
string
fieldname = FIBER_COLOR_FIELD);
15
16
gridop_API
MemCore::RefPtr<Field>
getColorFieldOnPoints(
const
MemCore::RefPtr<Grid>
& grid,
const
string
fieldname = FIBER_COLOR_FIELD);
17
18
19
}
20
21
#endif
MemCore::StrongPtr
Fiber
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition
FAQ.dox:2
Generated on Sun Mar 1 2026 10:23:00 for FiberVISH by
1.9.8