Enviro application
Public Member Functions | List of all members
LODDlg Class Reference

Inherits PagingDlgBase.

Public Member Functions

 LODDlg (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
 
wxTextCtrl * GetTileStatus ()
 
wxTextCtrl * GetTarget ()
 
wxTextCtrl * GetCurrent ()
 
wxPanel * GetPanel1 ()
 
wxPanel * GetPanel2 ()
 
wxPanel * GetPanel3 ()
 
wxStaticBox * GetTilesetBox ()
 
wxNotebook * GetNotebook ()
 
void Refresh (float res0, float res, float res1, int target, int count, float prange)
 
void DrawLODChart (float res0, float res, float res1, int target, int count)
 
void DrawTilesetState (vtTiledGeom *tg, vtCamera *cam)
 
void DrawStructureState (vtPagedStructureLodGrid *grid, float fPageOutDist)
 
void SetFrame (EnviroFrame *pFrame)
 
void SetPagingRange (float fmin, float fmax)
 
void SetTerrain (class vtTerrain *pTerr)
 

Constructor & Destructor Documentation

LODDlg::LODDlg ( wxWindow *  parent,
wxWindowID  id,
const wxString &  title,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDEFAULT_DIALOG_STYLE 
)

Member Function Documentation

void LODDlg::DrawLODChart ( float  res0,
float  res,
float  res1,
int  target,
int  count 
)
void LODDlg::DrawStructureState ( vtPagedStructureLodGrid grid,
float  fPageOutDist 
)
void LODDlg::DrawTilesetState ( vtTiledGeom tg,
vtCamera cam 
)
wxTextCtrl* LODDlg::GetCurrent ( )
inline
wxNotebook* LODDlg::GetNotebook ( )
inline
wxPanel* LODDlg::GetPanel1 ( )
inline
wxPanel* LODDlg::GetPanel2 ( )
inline
wxPanel* LODDlg::GetPanel3 ( )
inline
wxTextCtrl* LODDlg::GetTarget ( )
inline
wxStaticBox* LODDlg::GetTilesetBox ( )
inline
wxTextCtrl* LODDlg::GetTileStatus ( )
inline
void LODDlg::Refresh ( float  res0,
float  res,
float  res1,
int  target,
int  count,
float  prange 
)
void LODDlg::SetFrame ( EnviroFrame pFrame)
inline
void LODDlg::SetPagingRange ( float  fmin,
float  fmax 
)
void LODDlg::SetTerrain ( class vtTerrain pTerr)
inline