void clear();
/// Size of the map
- int GeomAPI_DataMapOfShapeShape::size();
+ int size();
/// Adds the Key <K> to the Map <me> with the Item. Returns True if the Key was not already in the map
bool bind (std::shared_ptr<GeomAPI_Shape> theKey, std::shared_ptr<GeomAPI_Shape> theItem);
#include <PartSet_WidgetSketchLabel.h>
#include <PartSet_Validators.h>
#include <PartSet_Tools.h>
-#include <PartSet_WidgetPoint2D.h>
+#include <PartSet_WidgetPoint2d.h>
#include <PartSet_WidgetPoint2dDistance.h>
#include <PartSet_WidgetShapeSelector.h>
// Created: 25 Apr 2014
// Author: Natalia ERMOLAEVA
-#include "PartSet_WidgetPoint2D.h"
-#include "PartSet_Tools.h"
+#include "PartSet_WidgetPoint2d.h"
+#include <PartSet_Tools.h>
#include <XGUI_Workshop.h>
#include <XGUI_ViewerProxy.h>
-// File: PartSet_WidgetPoint2D.h
+// File: PartSet_WidgetPoint2d.h
// Created: 25 Apr 2014
// Author: Natalia ERMOLAEVA