📄 vtkview.h
字号:
// VTKView.h : interface of the CVTKView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VTKVIEW_H__0150DDF7_EF83_4B91_A362_0EC0FCEEBD3C__INCLUDED_)
#define AFX_VTKVIEW_H__0150DDF7_EF83_4B91_A362_0EC0FCEEBD3C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <dos.h>
#include <stdio.h>
#include <time.h>
#include "vtkStripper.h"
#include "DICOM3DDlg.h"
#include "ImageDlg.h"
#include "SMOTHDlg.h"
class CVTKView : public CView
{
protected: // create from serialization only
CVTKView();
DECLARE_DYNCREATE(CVTKView)
// Attributes
public:
CVTKDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVTKView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CVTKView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
private:
BOOL m_Flag_DicomTovtk;
vtkStripper *skinStripper;
vtkImageViewer *m_viewer[24];
vtkRenderWindowInteractor *m_RenWinInter[24];
int m_slice;
int m_num;
//vtkImageViewer (*m_viewer)[
// Generated message map functions
protected:
//{{AFX_MSG(CVTKView)
afx_msg void OnFileDicom3d();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
afx_msg void OnChMarchingcubes();
afx_msg void OnChImagemcube();
afx_msg void OnChCoutourfilter();
afx_msg void OnChKitwarefilter();
afx_msg void OnChDividingcubes();
afx_msg void OnFileVtk();
afx_msg void OnChDicomtovtk();
afx_msg void OnImageChange();
afx_msg void OnFileOpen();
afx_msg void OnChRaycast();
afx_msg void OnPrGaussmooth();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in VTKView.cpp
inline CVTKDoc* CVTKView::GetDocument()
{ return (CVTKDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VTKVIEW_H__0150DDF7_EF83_4B91_A362_0EC0FCEEBD3C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -