📄 globalregistpar.h
字号:
#ifndef __GlobalRegistPar_H__#define __GlobalRegistPar_H__typedef struct{ double lfVoxelX; double lfVoxelY; double lfVoxelZ; int nVolX; int nVolY; int nVolZ; double nCenterX; double nCenterY; double nCenterZ; float fSliceThick; unsigned short* pVol; unsigned short* pGaussianVol; BYTE* pWindowingTable;} _MODAL_INFO;typedef struct{ double x; double y; double z;} _FPoint;typedef struct{ short x; short y; short z;} _sz3DVol;typedef struct{ CPoint* ptTraceContour; int nTraceCnt;} _TraceInfo;#define PET 0#define MR 1#define CT 2#endif __GlobalRegistPar_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -