Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
BRepMesh_OrientedEdge Class Reference

Light weighted structure representing simple link. More...

#include <BRepMesh_OrientedEdge.hxx>

Inheritance diagram for BRepMesh_OrientedEdge:
Inheritance graph
[legend]

Public Member Functions

 BRepMesh_OrientedEdge ()
 Default constructor.
 
 BRepMesh_OrientedEdge (const int theFirstNode, const int theLastNode)
 Constructs a link between two vertices.
 
int FirstNode () const
 Returns index of first node of the Link.
 
int LastNode () const
 Returns index of last node of the Link.
 
bool IsEqual (const BRepMesh_OrientedEdge &theOther) const
 Checks this and other edge for equality.
 
bool operator== (const BRepMesh_OrientedEdge &Other) const
 Alias for IsEqual.
 

Detailed Description

Light weighted structure representing simple link.

Constructor & Destructor Documentation

◆ BRepMesh_OrientedEdge() [1/2]

BRepMesh_OrientedEdge::BRepMesh_OrientedEdge ( )
inline

Default constructor.

◆ BRepMesh_OrientedEdge() [2/2]

BRepMesh_OrientedEdge::BRepMesh_OrientedEdge ( const int theFirstNode,
const int theLastNode )
inline

Constructs a link between two vertices.

Member Function Documentation

◆ FirstNode()

int BRepMesh_OrientedEdge::FirstNode ( ) const
inline

Returns index of first node of the Link.

◆ IsEqual()

bool BRepMesh_OrientedEdge::IsEqual ( const BRepMesh_OrientedEdge & theOther) const
inline

Checks this and other edge for equality.

Parameters
theOtheredge to be checked against this one.
Returns
TRUE if edges have the same orientation, FALSE if not.

◆ LastNode()

int BRepMesh_OrientedEdge::LastNode ( ) const
inline

Returns index of last node of the Link.

◆ operator==()

bool BRepMesh_OrientedEdge::operator== ( const BRepMesh_OrientedEdge & Other) const
inline

Alias for IsEqual.


The documentation for this class was generated from the following file: