|
Open CASCADE Technology
6.7.1
|
#include <GraphTools_RGNode.hxx>
Public Member Functions | |
| GraphTools_RGNode () | |
| void | Reset () |
| void | SetVisited (const Standard_Integer v) |
| Standard_Integer | GetVisited () const |
| void | AddAdj (const Standard_Integer adj) |
| Standard_Integer | NbAdj () const |
| Standard_Integer | GetAdj (const Standard_Integer index) const |
| void | SetSC (const Handle< GraphTools_SC > &SC) |
| Handle_GraphTools_SC | GetSC () const |
| GraphTools_RGNode::GraphTools_RGNode | ( | ) |
| void GraphTools_RGNode::AddAdj | ( | const Standard_Integer | adj | ) |
| Standard_Integer GraphTools_RGNode::GetAdj | ( | const Standard_Integer | index | ) | const |
| Handle_GraphTools_SC GraphTools_RGNode::GetSC | ( | ) | const |
| Standard_Integer GraphTools_RGNode::GetVisited | ( | ) | const |
| Standard_Integer GraphTools_RGNode::NbAdj | ( | ) | const |
| void GraphTools_RGNode::Reset | ( | ) |
| void GraphTools_RGNode::SetSC | ( | const Handle< GraphTools_SC > & | SC | ) |
| void GraphTools_RGNode::SetVisited | ( | const Standard_Integer | v | ) |
1.8.5