CreateUniformGrid.hpp

00001 #ifndef __BASEOP_CREATEUNIFORMGRID_HPP
00002 #define __BASEOP_CREATEUNIFORMGRID_HPP
00003 
00004 #include "gridopDllApi.h"
00005 #include <grid/Grid.hpp>
00006 #include <bundle/Slice.hpp>
00007 #include <bundle/FindInfo.hpp>
00008 #include <aerie/BoundingBox.hpp>
00009 
00010 namespace Fiber
00011 {
00012 
00036 extern gridop_API
00037 RefPtr<Grid> CreateUniformGrid(const string&InputGridname,
00038                                const Info<Skeleton>&Level,
00039                                const string&OutputGridname,
00040                                const MultiIndex<3>&Resolution,
00041                                const RefPtr<Eagle::BoundingBox>&SubBox = NullPtr() );
00042 
00043 
00044 } // namespace Fiber
00045 
00046 
00047 #endif // __BASEOP_CREATEUNIFORMGRID_HPP
00048 
00049