00001
00002
00003
00004
00006 #ifndef __FISH_BONE_EvalScalarFunctor_HPP
00007 #define __FISH_BONE_EvalScalarFunctor_HPP
00008
00009 #include "fishboneDllApi.h"
00010 #include <ocean/shrimp/VScalarFunctor.hpp>
00011 #include <fish/fiber/field/MemBase.hpp>
00012
00013 namespace Wizt
00014 {
00015
00021 extern fishbone_API MemCore::RefPtr<Fiber::MemBase> EvalScalarFunctor(const VScalarFunctor&SF,
00022 const MemCore::RefPtr<Fiber::MemBase>&SRC,
00023 const Fiber::MemBase::Creator_t&Crec);
00024
00025
00026 }
00027
00028 #endif