volumeinfo.h

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

H
39
字号
// VolumeInfo.h: interface for the RxVolumeInfo class./////////////////////////////////////////////////////////////////////////////	Title: Header file for Volume Information//		   (volume resolution and voxel size)/////////////////////////////////////////////////////////////////////////////	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. 16.//	Update	: 2003. 1. 14.////////////////////////////////////////////////////////////////////////#if !defined(AFX_VOLUMEINFO_H__06A685D6_4172_4942_AE0D_BA325F36CF08__INCLUDED_)#define AFX_VOLUMEINFO_H__06A685D6_4172_4942_AE0D_BA325F36CF08__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000class RxVolumeInfo  {public:	RxVolumeInfo();	virtual ~RxVolumeInfo();	short	Ru, Rv, Rw;						// volume resolution	double	Su, Sv, Sw;						// voxel size	double	nCenterX, nCenterY, nCenterZ;	// center of volume};#endif // !defined(AFX_VOLUMEINFO_H__06A685D6_4172_4942_AE0D_BA325F36CF08__INCLUDED_)

⌨️ 快捷键说明

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