migapp.cxx

来自「itk入门教程」· CXX 代码 · 共 38 行

CXX
38
字号
/*=========================================================================

  Program:   My ITK GUI - A Foundation for Pipeline Visualization in ITK
  Module:    $RCSfile: migApp.cxx,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.

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

#include "migApp.h"

migApp
::migApp()
{
}


migApp
::~migApp()
{
}

void 
migApp
::Show(void)
{
  this->migAppGUI::Show();
}

⌨️ 快捷键说明

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