FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
CartesianChart.hpp
1#ifndef __FIBER_GRID_CARTESIANCHART_HPP
2#define __FIBER_GRID_CARTESIANCHART_HPP "Created 14.02.2007 14:26:27 by werner"
3
4#include "Chart.hpp"
5#include "Grid.hpp"
6
7namespace Fiber
8{
9
15{
16public:
19
22
23 RefPtr<Field> makeField(const type_info&base_type, const Tensortype&t) override;
24};
25
26
27} /* namespace Fiber */
28
29#endif /* __FIBER_GRID_CARTESIANCHART_HPP */
30
31
Chart object for cartesian coordinates.
Definition CartesianChart.hpp:15
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
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2