sg-dump.hxx

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

HXX
19
字号
#ifndef SG_DUMP#define SG_DUMP#include <stdio.h>#include "cogpoint.hxx"#include "wzsegment.hxx"int sgWriteSmp(	       ibGrid *gg,	       FILE *file,	       int cmat_max,	       int *cmat_table,	       wzRegion(*cmat_function)(const cogPoint&p),	       int fmat_max,	       int *fmat_table,	       wzFace(*fmat_function)(const cogPoint&p)	       );#endif

⌨️ 快捷键说明

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