Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
LinearStructDlg3d.h
1 //
2 // Name: LinearStructureDlg3d.h
3 //
4 // Copyright (c) 2001-2005 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #ifndef __LinearStructureDlg3d_H__
9 #define __LinearStructureDlg3d_H__
10 
11 #include "vtui/LinearStructDlg.h"
12 
13 //----------------------------------------------------------------------------
14 // LinearStructureDlg3d
15 //----------------------------------------------------------------------------
16 
18 {
19 public:
20  // constructors and destructors
21  LinearStructureDlg3d( wxWindow *parent, wxWindowID id, const wxString &title,
22  const wxPoint& pos = wxDefaultPosition,
23  const wxSize& size = wxDefaultSize,
24  long style = wxDEFAULT_DIALOG_STYLE );
25 
26  virtual void OnSetOptions(const vtLinearParams &param, bool bProfileChanged = false);
27 };
28 
29 #endif // __LinearStructureDlg3d_H__
30