|
Open CASCADE Technology 6.5.2
|
#include <GraphTools_TSNode.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GraphTools_TSNode () | |
| void | Reset () |
| void | IncreaseRef () |
| void | DecreaseRef () |
| Standard_Integer | NbRef () const |
| void | AddSuccessor (const Standard_Integer s) |
| Standard_Integer | NbSuccessors () const |
| Standard_Integer | GetSuccessor (const Standard_Integer index) const |
| GraphTools_TSNode::GraphTools_TSNode | ( | ) |
| void GraphTools_TSNode::AddSuccessor | ( | const Standard_Integer | s | ) |
| void GraphTools_TSNode::DecreaseRef | ( | ) |
| Standard_Integer GraphTools_TSNode::GetSuccessor | ( | const Standard_Integer | index | ) | const |
| void GraphTools_TSNode::IncreaseRef | ( | ) |
| Standard_Integer GraphTools_TSNode::NbRef | ( | ) | const |
| Standard_Integer GraphTools_TSNode::NbSuccessors | ( | ) | const |
| void GraphTools_TSNode::operator delete | ( | void * | anAddress | ) | [inline] |
| void* GraphTools_TSNode::operator new | ( | size_t | size | ) | [inline] |
| void* GraphTools_TSNode::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void GraphTools_TSNode::Reset | ( | ) |
1.7.4