Salome HOME
Update of pictures by ABA
[modules/shaper.git] / src / XGUI / XGUI_CustomPrs.h
index 97bc89133bdf4efd3f53b0373ce4fc874c7bad10..a1e636a5c15368e2a37ad91280baef85ed43134c 100644 (file)
@@ -24,6 +24,8 @@ public:
   /// Modifies the given presentation in the custom way.
   virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs,
                                      std::shared_ptr<GeomAPI_ICustomPrs> theCustomPrs);
+
+  static void getResultColor(ResultPtr theResult, std::vector<int>& theColor);
 };
 
 #endif