cogwarnings.hxx

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

HXX
20
字号
#ifndef cogwarnings_hxx#define cogwarnings_hxx#include "wzwarning.hxx"extern	wzInfo    cogInfoWriteGrid;	// ibgoutput.cxxextern	wzInfo    cogInfoGenerate;	// cogenerator.cxx, cogversionfull.cxx, ibgopoints.cxxextern	wzWarning cogInfoEmptyRegion;	// cogenoctree.cxxextern	wzWarning cogInfoEmptyFace;	// cogenoctree.cxxextern	wzWarning cogInfoPublicDomainVersion;	// cogversionpublic.cxxextern	wzWarning cogInfoBadRegionCell;	// ibgregion.cxxextern	wzWarning cogInfoBadFaceCell;	// ibgface.cxxextern	wzWarning cogInfoTooMuchFaces;	// ibgoface.cxxextern	wzWarning cogInfoEdgeProblems;	// ibgoedge.cxxextern	wzWarning cogInfoVertexProblems;	// ibgovertex.cxxextern	wzWarning cogInfoMaximalRefinementReached;	// ibgorefine.cxxextern	wzCounter cogInfoOmittedNodes;	// ibgomark.cxxextern	wzCounter cogInfoOmittedFaces;	// ibgomark.cxxextern 	wzWarning cogInfoBadPixmapParameters;     	// cogenpixmap.cxxextern 	wzWarning cogInfoInvalidFloatValue;     	// wzgrid.cxx#endif

⌨️ 快捷键说明

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