#include "HYDROData_IAltitudeObject.h"
-#include <gp_XY.hxx>
-
#define INVALID_ALTITUDE_VALUE -9999.0
IMPLEMENT_STANDARD_HANDLE(HYDROData_IAltitudeObject, HYDROData_Entity)
{
return INVALID_ALTITUDE_VALUE;
}
-
-
double HYDROData_IInterpolator::GetAltitudeForPoint( const gp_XY& thePoint ) const
{
return GetAltitudeForPoint( thePoint.X(), thePoint.Y() );
-}
\ No newline at end of file
+}
if( !aFacesToRemove.Contains( anIt.Face() ) )
aNewFaces.Add( anIt.Face(), anIt.StricklerType() );
- StoreLandCovers( aNewFaces );
+ StoreLandCovers( aNewFaces );
return true;
}