⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fusionloadedseries.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
// PloutosLoadedSeries.h: interface for the RxPloutosLoadedSeries class.////////////////////////////////////////////////////////////////////////#if !defined(_RX_PLOUTOS_LOADED_SERIES_H_)#define _RX_PLOUTOS_LOADED_SERIES_H_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000//#include "SculptVolume.h"//#include "OTFGraphManager.h"#include "VolumeData.h"#include "RxLocalizerManager.h"//#include "MPR.h"//#include "Endoscopy.h"//#include "3DCommonParams.h"//#include "3DVRCommonParams.h"class RxFusionLoadedSeries  {public:	RxVolumeData m_VolumeData;	RxLocalizerManager m_LocalizerManager;//	RxMPR m_MPR;//	RxEndoscopy m_Endoscopy;//	RxSculptVolume m_SculptVolume;//	RxSculptVolume m_MaskForSculptVOI;//	RxOTFGraphManager m_VROTFManager;//	RxOTFGraphManager m_SSDOTFManager;//	RxOTFGraphManager m_EndoIsoOTFManager;//	RxOTFGraphManager m_EndoVROTFManager;//	Rx3DCommonParams m_3DCommonParams;//	Rx3DVRCommonParams m_3DVRCommonParams;public:	RxFusionLoadedSeries() {}	RxFusionLoadedSeries(int iLSN);	virtual ~RxFusionLoadedSeries();};#endif // !defined(_RX_PLOUTOS_LOADED_SERIES_H_)

⌨️ 快捷键说明

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