test_HYDROData_Iterator.h
test_HYDROData_Image.h
test_HYDROData_Polyline.h
+ test_HYDROData_Bathymetry.h
test_HYDROOperations_BSpline.h
test_HYDROOperations_Factory.h
)
test_HYDROData_Iterator.cxx
test_HYDROData_Image.cxx
test_HYDROData_Polyline.cxx
+ test_HYDROData_Bathymetry.cxx
test_HYDROOperations_BSpline.cxx
test_HYDROOperations_Factory.cxx
)
#include <HYDROData_Tool.h>
#include <HYDROData_Bathymetry.h>
+#include <gp_XYZ.hxx>
+
#include <QDir>
#include <QFile>
#include <QPointF>
}
-void test_HYDROData_Polyline::testCopy()
+void test_HYDROData_Bathymetry::testCopy()
{
Handle(HYDROData_Document) aDoc = HYDROData_Document::Document(1);
#include <cppunit/extensions/HelperMacros.h>
class Handle_HYDROData_Bathymetry;
+class QString;
class test_HYDROData_Bathymetry : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(test_HYDROData_Bathymetry);