Salome HOME
0020948]: EDF 1468 SMESH: Histogram of the quality controls
authoreap <eap@opencascade.com>
Mon, 22 Nov 2010 17:48:38 +0000 (17:48 +0000)
committereap <eap@opencascade.com>
Mon, 22 Nov 2010 17:48:38 +0000 (17:48 +0000)
commit938bc72f7a29fe9b9c18b4876e670c88aa88c2bf
tree40677f53c529ac8f0149cff4f943951c4fbffa38
parent16a840f9c18e86799a92daf715ca92ef5757fbcf
0020948]: EDF 1468 SMESH: Histogram of the quality controls
   Add arg to limit range of values
       void GetHistogram(int                   nbIntervals,
                         std::vector<int>&     nbEvents,
                         std::vector<double>&    funValues,
                         const std::vector<int>& elements,
+                        const double*           minmax=0);
src/Controls/SMESH_Controls.cxx
src/Controls/SMESH_ControlsDef.hxx