mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-21 00:00:33 +05:00
- virtual bool IsPoly() const { return false; };
+ virtual bool IsPoly() const { return false; }
This commit is contained in:
parent
52e5b910d3
commit
d202b9c2ea
@ -69,7 +69,7 @@ public:
|
|||||||
|
|
||||||
///Return the type of the current element
|
///Return the type of the current element
|
||||||
virtual SMDSAbs_ElementType GetType() const = 0;
|
virtual SMDSAbs_ElementType GetType() const = 0;
|
||||||
virtual bool IsPoly() const { return false; };
|
virtual bool IsPoly() const { return false; }
|
||||||
virtual bool IsQuadratic() const;
|
virtual bool IsQuadratic() const;
|
||||||
//! Return type of entity
|
//! Return type of entity
|
||||||
virtual SMDSAbs_EntityType GetEntityType() const = 0;
|
virtual SMDSAbs_EntityType GetEntityType() const = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user