fusionloadedseries.h

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

H
49
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?