8 #ifndef __DistanceDlg3d_H__
9 #define __DistanceDlg3d_H__
11 #include "vtui/DistanceDlg.h"
21 DistanceDlg3d( wxWindow *parent, wxWindowID
id,
const wxString &title,
22 const wxPoint& pos = wxDefaultPosition,
23 const wxSize& size = wxDefaultSize,
24 long style = wxDEFAULT_DIALOG_STYLE );
26 virtual void OnMode(
bool bPath);
27 virtual void SetPathToBase(
const DLine2 &path);