X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Bathymetry.h;h=427199688f9ac274de2a2a927b43788b8ba8fd36;hb=1a3d0f60dc7ce75f0c4ca63ac51ea1b474a0e1c5;hp=9cd17328fe7200ad90cfc09f4a0d4b4785fb6410;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Bathymetry.h b/src/HYDROData/HYDROData_Bathymetry.h index 9cd17328..42719968 100644 --- a/src/HYDROData/HYDROData_Bathymetry.h +++ b/src/HYDROData/HYDROData_Bathymetry.h @@ -20,6 +20,7 @@ #define HYDROData_Bathymetry_HeaderFile #include "HYDROData_IAltitudeObject.h" +#include "HYDROData_QuadtreeNode.hxx" class QFile; class gp_XYZ; @@ -82,6 +83,7 @@ public: * \return points list */ HYDRODATA_EXPORT virtual AltitudePoints GetAltitudePoints() const; + HYDRODATA_EXPORT virtual HYDROData_QuadtreeNode* GetQuadtreeNodes() const; /** * Remove all altitude points. @@ -141,6 +143,7 @@ private: */ bool importFromXYZFile( QFile& theFile, AltitudePoints& thePoints ) const; + static std::map myQuadtrees; bool importFromASCFile( QFile& theFile, AltitudePoints& thePoints ) const;