CODSymbolComponent::GetNodesAdjacentFrom

int CODSymbolComponent::GetNodesAdjacentFrom(IODNodeCollection* pINodes)

Retrieve nodes adjacent from this node.

Defined in: OdSymbolComp.cpp

Return Value

Number of nodes found.

Parameters

pINodes

Pointer to node collection interface.

Comments

This function finds all edges leaving this node and returns the nodes adjacent on those edges. Nodes adjacent from this node are incident to a directed edge that originates from this node.