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

📄 migapp.h

📁 itk入门教程
💻 H
字号:
/*=========================================================================

  Program:   My ITK GUI - A Foundation for Pipeline Visualization in ITK
  Module:    $RCSfile: migApp.h,v $
  Language:  C++
  Date:      $Date: 2003/03/02 19:37:56 $
  Version:   $Revision: 1.1.1.1 $

  Copyright (c) 2003 Damion Shelton

  All rights reserved.

     This software is distributed WITHOUT ANY WARRANTY; without even
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
     PURPOSE.  See the above copyright notices for more information.

=========================================================================*/

#ifndef _migApp_h
#define _migApp_h

#include "migAppGUI.h"

class migApp : public migAppGUI
{  
public:

  /** Display the window */
  void Show(void);

  migApp();
  ~migApp();
};

#endif

⌨️ 快捷键说明

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