Go to the documentation of this file.
54SloanGraphNode :: ~SloanGraphNode()
57void SloanGraphNode :: addNeighbor(
int newNeighbor)
61 if ( neighbor == newNeighbor ) {
67 this->neighborList.push_front(newNeighbor);
70int SloanGraphNode :: computeProfileHeight()
74 numberMin =
min( numberMin, this->
graph->giveNode(neighbor).giveNewNumber() );
int Priority
Node priority.
SloanGraph * graph
Associated graph structure, to which node belongs.
SloanGraphNode_StatusType nodeStatus
Status of node.
int NumberOld
Old (original) number.
int Degree
Node degree (number of adjacent edges).
int NumberNew
New (optimized) number.
std ::list< int > neighborList
List of neighbouring nodes (represent graph edges).
int Distance
Node distance.
FloatArrayF< N > min(const FloatArrayF< N > &a, const FloatArrayF< N > &b)
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011