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

📄 migwindow.h

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



  Program:   My ITK GUI - A Foundation for Pipeline Visualization in ITK

  Module:    $RCSfile: migWindow.h,v $

  Language:  C++

  Date:      $Date: 2004/02/15 21:21:23 $

  Version:   $Revision: 1.2 $



  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 _migWindow_h

#define _migWindow_h



#include "migWindowGUI.h"



class migWindow : public migWindowGUI

{  

public:



  /** Display the window */

  void Show(void);



  /** Returns the interactor */

  vtkFlRenderWindowInteractor* GetFLInteractor() {return m_FlRenderWindowInteractor;}

  /** Creates the rendering stuff */
  void CreateRenderer();

  migWindow();

  ~migWindow();

};



#endif



⌨️ 快捷键说明

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