PAL13460 (PAL EDF 301 force the mesh to go through a point)

+  int NbUniqueNodes()
This commit is contained in:
eap 2007-02-28 15:00:51 +00:00
parent 6e1697da17
commit eed04f6cfd

View File

@ -72,6 +72,10 @@ class SMDS_WNT_EXPORT SMDS_PolyhedralVolumeOfNodes:public SMDS_VolumeOfNodes
* \brief Return iterator on unique nodes
*/
SMDS_ElemIteratorPtr uniqueNodesIterator() const;
/*!
* \brief Return nb of unique nodes
*/
int NbUniqueNodes() const { return myNbNodes; }
protected:
SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const;