JunkBox_Win_Lib 1.5.3
|
#include <DxSRenderView.h>
Protected Member Functions | |
CDxSRenderView () | |
virtual void | OnDraw (CDC *pDC) |
virtual | ~CDxSRenderView () |
virtual void | AssertValid () const |
virtual void | Dump (CDumpContext &dc) const |
![]() | |
virtual void | OnActivateView (BOOL bActivate, CView *pActivateView, CView *pDeactiveView) |
![]() | |
CExView () | |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
afx_msg BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
Additional Inherited Members | |
![]() | |
int | timerID |
bool | ctrlMouse |
bool | activeWin |
Definition at line 51 of file DxSRenderView.h.
|
protected |
CDxSRenderView クラス (サーフェイスレンダリング)
CDxVTXBaseViewクラスからの継承クラス 対応する Document の msGraph (pDoc->msGraph) からデータを受け取り(cmnHeadではないので注意), (簡易)サーフェイスレンダリングを行い,DirectXの機能を使って 3D表示する. 3D表示する場合の色は,ボクセルの輝度値(16bit)に対して,ARGB16(各4bit) と解釈する.輝度値(16bit)の設定には uWord ARGB2Word(uWord a, uWord r, uWord g, uWord b) (要 #include "Gdata.h") uWord RGBA2Word(uWord r, uWord g, uWord b, uWord a) (要 #include "Gdata.h") uWord RGB2Word (uWord r, uWord g, uWord b) (要 #include "Gdata.h") を使用すると良い.因みに逆の関数は D3DCOLOR Dx9Word2RGBA(uWord pp) (要 #include "Dx9.h") D3DCOLOR Dx9Word2ARGB(uWord pp) (要 #include "Dx9.h") D3DCOLOR Dx9Word2RGB (uWord pp) (要 #include "Dx9.h")
Definition at line 46 of file DxSRenderView.cpp.
|
protectedvirtual |
Definition at line 55 of file DxSRenderView.cpp.
|
protectedvirtual |
Reimplemented from CExView.
Definition at line 86 of file DxSRenderView.cpp.
References CExView::AssertValid().
Reimplemented from CDxBaseView.
Definition at line 480 of file DxSRenderView.cpp.
References CExView::cMin, and CExView::hasViewData.
|
protectedvirtual |
Reimplemented from CExView.
Definition at line 92 of file DxSRenderView.cpp.
References CExView::cMin, and CExView::Dump().
Reimplemented from CDxVTXBaseView.
Definition at line 255 of file DxSRenderView.cpp.
References CExView::cMin, CDxBaseView::d3dParam, CDxSRenderView::datano, jbxwl::Dx9DrawPrimitive(), IDS_STR_FAIL_RESTR_DX9DEV, CDxBaseView::lpD3DDevice, CExView::pFrame, jbxwl::ResetDx9Device(), and CDxVTXBaseView::vb.
Reimplemented from CDxVTXBaseView.
Definition at line 241 of file DxSRenderView.cpp.
References CExView::cMin, CDxBaseView::lpD3DDevice, CDxVTXBaseView::matView, CDxVTXBaseView::mWheelAc, and CExView::sizeFac.
Referenced by CDxSRenderView::SetState().
Reimplemented from CDxVTXBaseView.
Definition at line 471 of file DxSRenderView.cpp.
References CDxVTXBaseView::angleX, CDxVTXBaseView::angleY, and CDxVTXBaseView::angleZ.
int GetValidVoxelNum | ( | ) |
Definition at line 497 of file DxSRenderView.cpp.
References CExView::cMin, CProgressBarDLG::isCanceled(), CExView::msGraph, CDxSRenderView::pCounter, and CProgressBarDLG::SetPos().
Referenced by CDxSRenderView::PrepareVB().
Reimplemented from CDxVTXBaseView.
Definition at line 488 of file DxSRenderView.cpp.
References CExView::cMin, CExView::hasViewData, and CDxSRenderView::SetState().
Reimplemented from CDxVTXBaseView.
Definition at line 104 of file DxSRenderView.cpp.
References CDxVTXBaseView::center, CExView::cMin, CExFrame::doneErrorMessage, jbxwl::Dx9ReverseZMode, CExView::hasViewData, IDS_STR_FAIL_GET_DX9DEV, CDxBaseView::InitDevice(), MSG_DEFAULT_WINDOW_SIZE, CExDocument::msGraph, CExView::msGraph, CDxSRenderView::msize, CExView::origXSize, CExView::origYSize, CExView::pDoc, CExView::pFrame, CDxSRenderView::PrepareVB(), CExDocument::preTitle, CExDocument::pstTitle, CDxSRenderView::Rbound, CDxVTXBaseView::reverseZ, CDxSRenderView::SetState(), CExView::SetTitle(), CExView::SetWindowSize(), CExView::sizeFac, CExView::sizeXYRate, CExDocument::Title, CExView::Title, CDxSRenderView::xsize, CDxSRenderView::ysize, and CDxSRenderView::zsize.
Reimplemented from CDxVTXBaseView.
Definition at line 294 of file DxSRenderView.cpp.
References CExFrame::cancelOperation, CExView::cMin, CDxSRenderView::datano, jbxwl::deleteNull(), CExFrame::doneErrorMessage, jbxwl::Dx9Word2ARGB(), jbxwl::Dx9Word2RGB(), jbxwl::Dx9Word2RGBA(), DXRELEASE, FVF_SVERTEXV, CDxSRenderView::GetValidVoxelNum(), IDD_PROGBAR, IDS_STR_CANCEL, IDS_STR_CANCEL_VERTEX_BUF_SET1, IDS_STR_CANCEL_VERTEX_BUF_SET2, IDS_STR_ERR_VERTEX_NUM, IDS_STR_ERROR, IDS_STR_FAIL_GET_VERTEX_BUF, IDS_STR_INFO, IDS_STR_INFO_VERTEX_ZERO, IDS_STR_PROC_VERTEX_BUF, CProgressBarDLG::isCanceled(), CDxBaseView::lpD3DDevice, CExView::msGraph, CDxSRenderView::pCounter, CExView::pFrame, SVERTEXV::ps, CDxVTXBaseView::reverseZ, CProgressBarDLG::SetPos(), CExView::sizeFac, CProgressBarDLG::Start(), CProgressBarDLG::Stop(), jbxwl::ts2mbs(), CDxVTXBaseView::vb, and CDxSRenderView::volumeColor.
Referenced by CDxSRenderView::OnInitialUpdate().
Reimplemented from CDxVTXBaseView.
Definition at line 162 of file DxSRenderView.cpp.
References CDxVTXBaseView::center, CExView::cMin, CDxSRenderView::ExMouseWheel(), FVF_SVERTEXV, CDxBaseView::lpD3DDevice, CDxVTXBaseView::matProj, CDxVTXBaseView::matTrans, CDxSRenderView::msize, CDxVTXBaseView::mWheelAc, and CExView::sizeFac.
Referenced by CDxSRenderView::InitObject(), and CDxSRenderView::OnInitialUpdate().
int datano |
Definition at line 67 of file DxSRenderView.h.
Referenced by CDxSRenderView::ExecRender(), and CDxSRenderView::PrepareVB().
int msize |
Definition at line 65 of file DxSRenderView.h.
Referenced by CDxSRenderView::OnInitialUpdate(), and CDxSRenderView::SetState().
CProgressBarDLG* pCounter |
Definition at line 60 of file DxSRenderView.h.
Referenced by CDxSRenderView::GetValidVoxelNum(), and CDxSRenderView::PrepareVB().
Definition at line 59 of file DxSRenderView.h.
Referenced by CDxSRenderView::OnInitialUpdate().
BOOL volumeColor |
Definition at line 69 of file DxSRenderView.h.
Referenced by CDxSRenderView::PrepareVB().
int xsize |
Definition at line 62 of file DxSRenderView.h.
Referenced by CDxSRenderView::OnInitialUpdate().
int ysize |
Definition at line 63 of file DxSRenderView.h.
Referenced by CDxSRenderView::OnInitialUpdate().
int zsize |
Definition at line 64 of file DxSRenderView.h.
Referenced by CDxSRenderView::OnInitialUpdate().