Open CASCADE Technology 7.8.2.dev
Poly_MakeLoops::Link Struct Reference

The Link structure. More...

#include <Poly_MakeLoops.hxx>

Public Member Functions

 Link ()
 
 Link (Standard_Integer theNode1, Standard_Integer theNode2)
 
void Reverse ()
 
Standard_Boolean IsReversed () const
 
void Nullify ()
 
Standard_Boolean IsNull () const
 
bool operator== (const Link &theOther) const
 

Data Fields

Standard_Integer node1
 
Standard_Integer node2
 
Standard_Integer flags
 

Detailed Description

The Link structure.

Constructor & Destructor Documentation

◆ Link() [1/2]

Poly_MakeLoops::Link::Link ( )
inline

◆ Link() [2/2]

Poly_MakeLoops::Link::Link ( Standard_Integer theNode1,
Standard_Integer theNode2 )
inline

Member Function Documentation

◆ IsNull()

Standard_Boolean Poly_MakeLoops::Link::IsNull ( ) const
inline

◆ IsReversed()

Standard_Boolean Poly_MakeLoops::Link::IsReversed ( ) const
inline

◆ Nullify()

void Poly_MakeLoops::Link::Nullify ( )
inline

◆ operator==()

bool Poly_MakeLoops::Link::operator== ( const Link & theOther) const
inline

◆ Reverse()

void Poly_MakeLoops::Link::Reverse ( )
inline

Field Documentation

◆ flags

Standard_Integer Poly_MakeLoops::Link::flags

◆ node1

Standard_Integer Poly_MakeLoops::Link::node1

◆ node2

Standard_Integer Poly_MakeLoops::Link::node2

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