EvalGrid.hpp

00001 #ifndef __BASEOP_EVALGRID_HPP
00002 #define __BASEOP_EVALGRID_HPP
00003 
00004 #include "gridopDllApi.h"
00005 #include <field/Field.hpp>
00006 #include <grid/Grid.hpp>
00007 #include <bundle/Slice.hpp>
00008 
00009 namespace Fiber
00010 {
00011 
00029 extern gridop_API RefPtr<Field> 
00030         EvalGrid(Grid&DestGrid, Grid&SourceGrid, const string&fieldname, 
00031                  Slice&HelperGridSlice, const string&HelperGridName,
00032                  bool StoreResult = true);
00033 
00034 
00035 
00036 } // namespace Fiber
00037 
00038 
00039 #endif // __BASEOP_EVALGRID_HPP
00040