mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
PAL7705: Possibility to override default implementation added
This commit is contained in:
parent
5c75cb66e5
commit
839d52abd7
@ -45,7 +45,7 @@ public:
|
||||
|
||||
int GetNumberOfSegments() const;
|
||||
|
||||
void SetScaleFactor(double scaleFactor)
|
||||
virtual void SetScaleFactor(double scaleFactor)
|
||||
throw (SALOME_Exception);
|
||||
|
||||
double GetScaleFactor() const;
|
||||
|
@ -58,9 +58,9 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
bool computeInternalParameters (const TopoDS_Edge& theEdge,
|
||||
std::list< double > & theParameters,
|
||||
const bool theReverse) const;
|
||||
virtual bool computeInternalParameters (const TopoDS_Edge& theEdge,
|
||||
std::list< double > & theParameters,
|
||||
const bool theReverse) const;
|
||||
|
||||
enum HypothesisType { LOCAL_LENGTH, NB_SEGMENTS, BEG_END_LENGTH, DEFLECTION, ARITHMETIC_1D, NONE };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user