Go to the documentation of this file.
26 #ifndef _SMDS_MeshEdge_HeaderFile
27 #define _SMDS_MeshEdge_HeaderFile
42 void Print(std::ostream & OS)
const;
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshElement * > > SMDS_ElemIteratorPtr
void Print(std::ostream &OS) const
virtual SMDSAbs_ElementType GetType() const
Return the type of the current element.
virtual const SMDS_MeshNode * GetNode(const int ind) const
Return node by its index.
virtual SMDSAbs_EntityType GetEntityType() const
Return type of entity.
bool ChangeNodes(const SMDS_MeshNode *node1, const SMDS_MeshNode *node2)
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
friend bool operator<(const SMDS_MeshEdge &e1, const SMDS_MeshEdge &e2)
SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const
SMDS_MeshEdge(const SMDS_MeshNode *node1, const SMDS_MeshNode *node2)