00001 #pragma once 00002 00003 // 00004 #include "MFCio.h" 00005 #include "MFCTool.h" 00006 00007 00008 #define MFCLIB_VERSION "v5.0 '11 10/5" 00009 #define MFCLIB_NANE "MFCLib" 00010 #define MFCLIB_COPYRIGHT "by Fumi.Iseki (C) 2004" 00011 00012 00013 #include "appCallBack.h" // アプリケーションクラスへのコールバック用マクロ定義 00014 00015 // for DirectX 00016 #include "Dx2DView.h" // 画像ファイル表示 00017 #include "DxGraphDoc.h" // DirectXの機能を利用した画像ファイル読み込み 00018 #include "DxMGRView.h" // GR画像のマルチスライス表示 00019 //#include "DxSMPLDisp.h" // MSGraph<sWord> の簡易画像表示 00020 #include "DxVScrollView.h" // 垂直方向のスクロールバー付き画像表示 00021 #include "DxSRenderView.h" // ボリュームデータのサーフェイスレンダリング表示 00022 00023 #include "DxDirectView.h" // 直接データによる2D表示 00024 //#include "Dx3DDirectView.h" // 直接データによる3D表示 00025 00026 // 00027 #include "RwGRDoc.h" 00028 #include "vThumbNailDoc.h" // 複数の画像を読み込み,サムネイルを作成 00029 #include "vThumbNailFrame.h" // サムネイル表示用フレーム 00030 00031 // 00032 #include "LogWndDoc.h" 00033 #include "LogWndFrame.h" 00034 #include "LogWndView.h" 00035 00036 // 00037 //#include "DxPolygonDoc.h" 00038 //#include "DxPolygonView.h" 00039