FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
TextureChart.hpp
1#ifndef __FIBER_GRID_TEXTURECHART_HPP
2#define __FIBER_GRID_TEXTURECHART_HPP
3
4#include "Chart.hpp"
5#include "Grid.hpp"
6
7namespace Fiber
8{
9
10template <int Dims>
12
17template <>
18class GRID_API TextureChart<2> : public Chart
19{
20public:
23
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 */
A generic Chart object that may be used to cast information of points within a manifold to numerical ...
Definition Chart.hpp:91
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition Chart.hpp:45
Definition TextureChart.hpp:11
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2