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