mysegplugin.h
来自「3DMed Plugins 是MITK的配套例子」· C头文件 代码 · 共 28 行
H
28 行
// MySegPlugin.h: interface for the CMySegPlugin class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_)
#define AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "medPlugin.h"
class CMySegPlugin : public medSegmentationPlugin
{
public:
CMySegPlugin();
virtual ~CMySegPlugin();
virtual bool Show(void);
private:
bool doSegmentation(float lowThre, float highThre);
};
#endif // !defined(AFX_MYSEGPLUGIN_H__2B6F7B96_0C3C_4E13_BD3C_427A10992902__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?