00001 #pragma once
00002
00003 #include "DxBaseClass.h"
00004
00005
00006
00007
00008 class DxPolygonView : public CDx3DBaseView
00009 {
00010 DECLARE_DYNCREATE(DxPolygonView)
00011
00012 protected:
00013 DxPolygonView();
00014 virtual ~DxPolygonView();
00015
00016 public:
00017 virtual void OnDraw(CDC* pDC);
00018 #ifdef _DEBUG
00019 virtual void AssertValid() const;
00020 #ifndef _WIN32_WCE
00021 virtual void Dump(CDumpContext& dc) const;
00022 #endif
00023 #endif
00024
00025 protected:
00026 DECLARE_MESSAGE_MAP()
00027 };