wzsymbols.hxx

来自「Delaunay三角形的网格剖分程序」· HXX 代码 · 共 36 行

HXX
36
字号
#ifndef wzsymbols_hxx#define wzsymbols_hxx// This file contains definitions and constants which are sometimes// useful to change.  My personal preferences for testing are on if// DEBUG is defined.// wzDebug includes a lot of additional test code, like wzAssert#ifdef DEBUG#define wzDebug#endif// wzLinkDebuggingCode makes sure that some test code is linked.// This includes also some GL code.  Thus, if you don't have GL// you cannot use this.#ifdef wzDebug#define wzLinkDebuggingCode#endif// if you define wzObsoleteCode you can use code which is marked as// obsolete.  But our recommended use is not to uncomment the line// here, but to put this line as the first line into files which use// such obsolete code if you have observed this but are too lazy to// replace it by the new version":// #define wzObsoleteCode// In general, all names have on of the prefixes wz,cog,ibg.  But// there are exceptions: in the test code, we use some nice,// self-commenting function names like should_fail() and now(), in for// debugging I also like to use shortages like v() instead of// wzView().  If you want to forbid this waste of the general name space// comment the following line:#define wzPrefixNotRequired#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?