virtual QColor getActiveColor() const;
virtual Handle_AIS_InteractiveObject createShape() const;
+ void setDisplayMode( int theDisplayMode );
+
private:
static double getQuantityColorVal( const int theColorVal );
void colorShapeBorder( const QColor& theColor );
: HYDROGUI_Shape( theContext, theBathymetry, theZLayer ),
myDisplayer( theDisplayer )
{
+ setDisplayMode( AIS_PointCloud::DM_Points );
}
HYDROGUI_ShapeBathymetry::~HYDROGUI_ShapeBathymetry()
if( !aBath.IsNull() )
{
Handle_AIS_PointCloud aPntCloud = new HYDROGUI_BathymetryPrs();
+ aPntCloud->SetHilightMode( AIS_PointCloud::DM_BndBox );
aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 2.0));
const HYDROData_Bathymetry::AltitudePoints& aBathPoints = aBath->GetAltitudePoints();