X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_River.cxx;h=406ca4b121ce9f9d92b9ecc037d7eb9ea45aa03b;hb=545854182f0363f61284d5abe34c3627d4f3b088;hp=77702049c49248dd4813c68a9dbab36ac28f6eb1;hpb=474c2cd65280d793f1c81ca528bc92e1cff988e6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_River.cxx b/src/HYDROData/HYDROData_River.cxx index 77702049..406ca4b1 100644 --- a/src/HYDROData/HYDROData_River.cxx +++ b/src/HYDROData/HYDROData_River.cxx @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -33,7 +29,7 @@ IMPLEMENT_STANDARD_RTTIEXT(HYDROData_River,HYDROData_NaturalObject) HYDROData_River::HYDROData_River() -: HYDROData_NaturalObject() +: HYDROData_NaturalObject( Geom_3d ) { } @@ -66,18 +62,6 @@ bool HYDROData_River::IsHas2dPrs() const return true; } -TopoDS_Shape HYDROData_River::GetTopShape() const -{ - // TODO - return getTopShape(); -} - -TopoDS_Shape HYDROData_River::GetShape3D() const -{ - // TODO - return getShape3D(); -} - void HYDROData_River::UpdateLocalCS( double theDx, double theDy ) { //TODO