migapp.h

来自「itk入门教程」· C头文件 代码 · 共 37 行

H
37
字号
/*=========================================================================

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