#include "HYDROGUI_Tool.h"
-#include <GEOMUtils.hxx>
+#include <CurveCreator_Utils.h>
#include <OCCViewer_ViewWindow.h>
#include <OCCViewer_ViewManager.h>
// Get the selected point coordinates
OCCViewer_ViewPort3d* aViewPort = anOCCViewWindow->getViewPort();
- gp_Pnt aPnt = GEOMUtils::ConvertClickToPoint( theEvent->x(), theEvent->y(),
- aViewPort->getView() );
+ gp_Pnt aPnt = CurveCreator_Utils::ConvertClickToPoint( theEvent->x(), theEvent->y(),
+ aViewPort->getView() );
// Set the coordinates to the corresponding cells of the table
int aColumnX = aColumn < 3 ? 1 : 3;
#include <CurveCreator_Widget.h>
#include <CurveCreator_ICurve.hxx>
+#include <CurveCreator_Utils.h>
#include <OCCViewer_ViewPort3d.h>
#include <OCCViewer_Utilities.h>
#include <SUIT_Session.h>
#include <SUIT_ResourceMgr.h>
-#include <GEOMUtils.hxx>
-
#include <QGroupBox>
#include <QHBoxLayout>
#include <QLabel>
OCCViewer_ViewWindow* anOCCViewWindow =
dynamic_cast<OCCViewer_ViewWindow*>(theViewWindow);
if ( anOCCViewWindow && anOCCViewWindow->getViewPort() ) {
- gp_Pnt aPnt = GEOMUtils::ConvertClickToPoint(
+ gp_Pnt aPnt = CurveCreator_Utils::ConvertClickToPoint(
theEvent->x(), theEvent->y(), anOCCViewWindow->getViewPort()->getView() );
// Show the coordinates