gcellrep.c

来自「支持各种栅格图像和矢量图像读取的库」· C语言 代码 · 共 24 行

C
24
字号
#include "csf.h"#include "csfimpl.h"/* get cell representation * RgetCellRepr returns the in-file cell representation. * returns the cell representation  */CSF_CR RgetCellRepr(	const MAP *map) /* map handle */{	return(map->raster.cellRepr);}/* get cell representation as set by RuseAs * RgetUseCellRepr returns the cell representation as set by RuseAs * returns the cell representation as set by RuseAs */CSF_CR RgetUseCellRepr(	const MAP *map) /* map handle */{   	return(map->appCR);}

⌨️ 快捷键说明

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