Open CASCADE Technology 7.8.2.dev
Poly_MakeLoops::Helper Class Referenceabstract

The abstract helper class. More...

#include <Poly_MakeLoops.hxx>

Inheritance diagram for Poly_MakeLoops::Helper:

Public Member Functions

virtual const ListOfLinkGetAdjacentLinks (Standard_Integer theNode) const =0
 returns the links adjacent to the given node
 
virtual void OnAddLink (Standard_Integer, const Link &) const
 hook function called from AddLink in _DEBUG mode
 

Detailed Description

The abstract helper class.

Member Function Documentation

◆ GetAdjacentLinks()

virtual const ListOfLink & Poly_MakeLoops::Helper::GetAdjacentLinks ( Standard_Integer theNode) const
pure virtual

returns the links adjacent to the given node

◆ OnAddLink()

virtual void Poly_MakeLoops::Helper::OnAddLink ( Standard_Integer ,
const Link &  ) const
inlinevirtual

hook function called from AddLink in _DEBUG mode


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