protected:
double _edgeLength;
double _maxElementArea;
- SMESH_MaxElementArea* _hypMaxElementArea;
- SMESH_LengthFromEdges* _hypLengthFromEdges;
+ const SMESH_MaxElementArea* _hypMaxElementArea;
+ const SMESH_LengthFromEdges* _hypLengthFromEdges;
};
#endif
double _localLength;
int _numberOfSegments;
double _scaleFactor;
- SMESH_LocalLength* _hypLocalLength;
- SMESH_NumberOfSegments* _hypNumberOfSegments;
+ const SMESH_LocalLength* _hypLocalLength;
+ const SMESH_NumberOfSegments* _hypNumberOfSegments;
};
#endif