CartesianChart.hpp

00001 #ifndef __FIBER_GRID_CARTESIANCHART_HPP
00002 #define __FIBER_GRID_CARTESIANCHART_HPP "Created 14.02.2007 14:26:27 by werner"
00003 
00004 #include "Chart.hpp"
00005 #include "Grid.hpp"
00006 
00007 namespace Fiber
00008 {
00009 
00014 class   GRID_API CartesianChart3D : public Chart
00015 {
00016 public:
00018         CartesianChart3D(const WeakPtr<ChartCreatorBase>&S, const RefPtr<ChartID>&mID);
00019 
00021         ~CartesianChart3D();
00022 
00023         override RefPtr<Field> makeField(const type_info&base_type, const Tensortype&t);
00024 };
00025 
00026 
00027 } /* namespace Fiber */ 
00028 
00029 #endif /* __FIBER_GRID_CARTESIANCHART_HPP */
00030 
00031