Salome HOME
Replace ::smIdType by SMESH::smIdType
[modules/smesh.git] / src / Controls / SMESH_ControlsDef.hxx
index b633bb141019cb1cda21bc5cab35339defe5689d..c1fe797bc34753f048b7728e8f44389ebdc52069 100644 (file)
@@ -133,12 +133,12 @@ namespace SMESH{
       virtual void SetMesh( const SMDS_Mesh* theMesh );
       virtual double GetValue( long theElementId );
       virtual double GetValue(const TSequenceOfXYZ& /*thePoints*/) { return -1.0;};
-      void GetHistogram(int                          nbIntervals,
-                        std::vector<int>&            nbEvents,
-                        std::vector<double>&         funValues,
+      void GetHistogram(int                            nbIntervals,
+                        std::vector<int>&              nbEvents,
+                        std::vector<double>&           funValues,
                         const std::vector<::smIdType>& elements,
-                        const double*                minmax=0,
-                        const bool                   isLogarithmic = false);
+                        const double*                  minmax=0,
+                        const bool                     isLogarithmic = false);
       bool IsApplicable( long theElementId ) const;
       virtual bool IsApplicable( const SMDS_MeshElement* element ) const;
       virtual SMDSAbs_ElementType GetType() const = 0;