functionobjects.h.svn-base
来自「Probabilistic graphical models in matlab」· SVN-BASE 代码 · 共 32 行
SVN-BASE
32 行
#ifndef FUNCTIONOBJECTS_H#define FUNCTIONOBJECTS_H#include <list>#include <vector>#include <boost/mem_fn.hpp>#include <Generic.h>#include <Message.h>class Potential;class DiscretePotential; // ************* ComputeOverInt Declaration ********** //template <class RanVar>class ComputeOverInt : public std::unary_function<int,void>{public: virtual ~ComputeOverInt(); virtual void set_random_variable (RanVar *) = 0; virtual void operator () (unsigned int) = 0; }; // ************* End of ComputeOverInt Declaration ********** // #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?