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;
void SetScaleFactor(double scaleFactor)
virtual void SetScaleFactor(double scaleFactor)
throw (SALOME_Exception);
double GetScaleFactor() const;

View File

@ -58,7 +58,7 @@ public:
protected:
bool computeInternalParameters (const TopoDS_Edge& theEdge,
virtual bool computeInternalParameters (const TopoDS_Edge& theEdge,
std::list< double > & theParameters,
const bool theReverse) const;