24 #ifndef _SMDS_PolygonalFaceOfNodes_HeaderFile
25 #define _SMDS_PolygonalFaceOfNodes_HeaderFile
43 virtual bool IsPoly()
const {
return true; };
45 bool ChangeNodes (std::vector<const SMDS_MeshNode *> nodes);
55 virtual void Print (std::ostream & OS)
const;
68 std::vector<const SMDS_MeshNode *>
myNodes;
virtual int NbNodes() const
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshElement * > > SMDS_ElemIteratorPtr
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
virtual int NbEdges() const
virtual void Print(std::ostream &OS) const
virtual int NbFaces() const
virtual bool IsPoly() const
virtual const SMDS_MeshNode * GetNode(const int ind) const
Return node by its index.
SMDSAbs_ElementType GetType() const
Return the type of the current element.
virtual SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const
std::vector< const SMDS_MeshNode * > myNodes