FiberVISH
0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
fiber
grid
TextureChart.hpp
1
#ifndef __FIBER_GRID_TEXTURECHART_HPP
2
#define __FIBER_GRID_TEXTURECHART_HPP
3
4
#include "Chart.hpp"
5
#include "Grid.hpp"
6
7
namespace
Fiber
8
{
9
10
template
<
int
Dims>
11
class
TextureChart
;
12
17
template
<>
18
class
GRID_API
TextureChart
<2> :
public
Chart
19
{
20
public
:
22
TextureChart
(
const
WeakPtr<ChartCreatorBase>
&S,
const
RefPtr<ChartID>
&
mID
);
23
25
~TextureChart
();
26
27
RefPtr<Field>
makeField(
const
type_info
&
base_type
,
const
Tensortype
&t)
override
;
28
};
29
30
31
}
/* namespace Fiber */
32
33
#endif
/* __FIBER_GRID_TEXTURECHART_HPP */
std::type_info
Fiber::Chart
A generic Chart object that may be used to cast information of points within a manifold to numerical ...
Definition
Chart.hpp:91
Fiber::CreativeIterator
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition
CreativeIterator.hpp:34
Fiber::Tensortype
Definition
Chart.hpp:45
Fiber::TextureChart
Definition
TextureChart.hpp:11
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:08 for FiberVISH by
1.9.8