autosample3dinfo.h

来自「3D reconstruction, medical image process」· C头文件 代码 · 共 37 行

H
37
字号
// AutoSample3DInfo.h: interface for the RxAutoSample3DInfo class.////////////////////////////////////////////////////////////////////////////	Title: Header file for setting sample points set////////////////////////////////////////////////////////////////////////////	Author: Helen Hong, 3DMed co. LTD//	138-dong 417-ho Seoul National Univ.//	San 56-1 Shinlim-dong Kwanak-gu, Seoul, Korea//	Email. hlhong@cglab.snu.ac.kr////	Date	: 2002. 9. 6.//	Update	: 2002. 9. 6.////////////////////////////////////////////////////////////////////////#if !defined(AFX_AUTOSAMPLE3DINFO_H__FA8F952A_826D_4638_9CC9_3C31FE3E1644__INCLUDED_)#define AFX_AUTOSAMPLE3DINFO_H__FA8F952A_826D_4638_9CC9_3C31FE3E1644__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000class RxAutoSample3DInfo  {public:	RxAutoSample3DInfo();	virtual ~RxAutoSample3DInfo();	int				x, y, z;			// x, y, z coordinates in volume dataset	unsigned short	val;				// intensity value};#endif // !defined(AFX_AUTOSAMPLE3DINFO_H__FA8F952A_826D_4638_9CC9_3C31FE3E1644__INCLUDED_)

⌨️ 快捷键说明

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