mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Optimize SMDS_MeshElement::GetNodeIndex()
- int GetNodeIndex( const SMDS_MeshNode* node ) const; + virtual int GetNodeIndex( const SMDS_MeshNode* node ) const;
This commit is contained in:
parent
cbb3e2b8bd
commit
da2b448af1
@ -141,7 +141,7 @@ public:
|
|||||||
* \param node - the node to check
|
* \param node - the node to check
|
||||||
* \retval int - node index within the element, -1 if not found
|
* \retval int - node index within the element, -1 if not found
|
||||||
*/
|
*/
|
||||||
int GetNodeIndex( const SMDS_MeshNode* node ) const;
|
virtual int GetNodeIndex( const SMDS_MeshNode* node ) const;
|
||||||
|
|
||||||
inline ShortType getMeshId() const { return myMeshId; }
|
inline ShortType getMeshId() const { return myMeshId; }
|
||||||
inline LongType getshapeId() const { return myShapeId; }
|
inline LongType getshapeId() const { return myShapeId; }
|
||||||
|
Loading…
Reference in New Issue
Block a user