00001 #include "fconst3d.h" 00002 00003 00004 00005 00006 00007 00008 double FConst3D::operator()(const VecDouble &p, unsigned int component) const 00009 { 00010 return m_value; 00011 00012 } 00013 00014 00015 bool FConst3D::isInDomain(const VecDouble &p,unsigned component) const 00016 { 00017 return true; 00018 }