mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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;
|
int GetNumberOfSegments() const;
|
||||||
|
|
||||||
void SetScaleFactor(double scaleFactor)
|
virtual void SetScaleFactor(double scaleFactor)
|
||||||
throw (SALOME_Exception);
|
throw (SALOME_Exception);
|
||||||
|
|
||||||
double GetScaleFactor() const;
|
double GetScaleFactor() const;
|
||||||
|
@ -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 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user