📄 cogfunction.hxx
字号:
#ifndef cogfunction_hxx#define cogfunction_hxx#ifndef cog_hxx#include "cog.hxx"#endifclass CogeometryFunctionOnRegions: public CogeometryDecorator{ const wzPointToFloat& f; wzIndex index;public: CogeometryFunctionOnRegions (cogeometry orig, const wzPointToFloat& func, wzIndex i); CogeometryFunctionOnRegions (cogeometry orig, wzFloat (*func)(const wzPoint& p), wzIndex i); cogIndex Point(cogPoint& p0) const;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -