CODSymbolComponent::GetNodesAdjacentTo

int CODSymbolComponent::GetNodesAdjacentTo(IODNodeCollection* pINodes)

Retrieve nodes adjacent to 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 entering this node and returns the nodes adjacent on those edges. Nodes adjacent to this node are incident to a directed edge that leads to this node.