PAL7705: Possibility to override default implementation added

This commit is contained in:
san 2005-01-28 08:48:56 +00:00
parent 5c75cb66e5
commit 839d52abd7
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ public:
int GetNumberOfSegments() const; int GetNumberOfSegments() const;
void SetScaleFactor(double scaleFactor) virtual void SetScaleFactor(double scaleFactor)
throw (SALOME_Exception); throw (SALOME_Exception);
double GetScaleFactor() const; double GetScaleFactor() const;

View File

@ -58,9 +58,9 @@ public:
protected: protected:
bool computeInternalParameters (const TopoDS_Edge& theEdge, virtual bool computeInternalParameters (const TopoDS_Edge& theEdge,
std::list< double > & theParameters, std::list< double > & theParameters,
const bool theReverse) const; const bool theReverse) const;
enum HypothesisType { LOCAL_LENGTH, NB_SEGMENTS, BEG_END_LENGTH, DEFLECTION, ARITHMETIC_1D, NONE }; enum HypothesisType { LOCAL_LENGTH, NB_SEGMENTS, BEG_END_LENGTH, DEFLECTION, ARITHMETIC_1D, NONE };