|
Open CASCADE Technology 6.5.2
|
#include <GraphTools_RGNode.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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::operator delete | ( | void * | anAddress | ) | [inline] |
| void* GraphTools_RGNode::operator new | ( | size_t | size | ) | [inline] |
| void* GraphTools_RGNode::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void GraphTools_RGNode::Reset | ( | ) |
| void GraphTools_RGNode::SetSC | ( | const Handle< GraphTools_SC > & | SC | ) |
| void GraphTools_RGNode::SetVisited | ( | const Standard_Integer | v | ) |
1.7.4