JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
MFCLib.h
Go to the documentation of this file.
1#pragma once
2
3//
4#include "MFCio.h"
5#include "MFCTool.h"
6
7
8#define MFCLIB_VERSION "v5.0 '11 10/5"
9#define MFCLIB_NANE "MFCLib"
10#define MFCLIB_COPYRIGHT "by Fumi.Iseki (C) 2004"
11
12
13#include "appCallBack.h" // アプリケーションクラスへのコールバック用マクロ定義
14
15// for DirectX
16#include "Dx2DView.h" // 画像ファイル表示
17#include "DxGraphDoc.h" // DirectXの機能を利用した画像ファイル読み込み
18#include "DxMGRView.h" // GR画像のマルチスライス表示
19//#include "DxSMPLDisp.h" // MSGraph<sWord> の簡易画像表示
20#include "DxVScrollView.h" // 垂直方向のスクロールバー付き画像表示
21#include "DxSRenderView.h" // ボリュームデータのサーフェイスレンダリング表示
22
23#include "DxDirectView.h" // 直接データによる2D表示
24//#include "Dx3DDirectView.h" // 直接データによる3D表示
25
26//
27#include "RwGRDoc.h"
28#include "vThumbNailDoc.h" // 複数の画像を読み込み,サムネイルを作成
29#include "vThumbNailFrame.h" // サムネイル表示用フレーム
30
31//
32#include "LogWndDoc.h"
33#include "LogWndFrame.h"
34#include "LogWndView.h"
35
36//
37//#include "DxPolygonDoc.h"
38//#include "DxPolygonView.h"
39