Salome HOME
Remove JoinObjectParameters() function
[modules/smesh.git] / src / SMDS / SMDS_QuadraticVolumeOfNodes.hxx
index 34ce542a6d967154d407b7457a6d0247af8fc458..f9ca633e48d9dea41b63e6718d9ae92af37ab851 100644 (file)
@@ -99,6 +99,7 @@ public:
                               const SMDS_MeshNode * n37,
                               const SMDS_MeshNode * n48);
 
+  virtual SMDSAbs_EntityType   GetEntityType() const;
   virtual bool IsQuadratic() const { return true; }
 
   virtual bool IsMediumNode(const SMDS_MeshNode* node) const;
@@ -116,8 +117,6 @@ public:
    * \brief Return node by its index
     * \param ind - node index
     * \retval const SMDS_MeshNode* - the node
-   * 
-   * Index is wrapped if it is out of a valid range
    */
   virtual const SMDS_MeshNode* GetNode(const int ind) const;