00001 #ifndef __FIBER_GRID_TIMEPOLAR2_HPP
00002 #define __FIBER_GRID_TIMEPOLAR2_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 TimePolar2DChart : public Chart
00015 {
00016 public:
00018 TimePolar2DChart(const WeakPtr<ChartCreatorBase>&S, const RefPtr<ChartID>&mID);
00019
00021 ~TimePolar2DChart();
00022
00023 override RefPtr<Field> makeField(const type_info&base_type, const Tensortype&t);
00024 };
00025
00026
00027 }
00028
00029 #endif
00030
00031