IGraphInt adds methods to get integer weight of edges for IGraph. Cast to this interface only if IGraph's method GetEdgeWeightType returns WT_INT.
GetEdgeWeight(ObjectId source, ObjectId target) - return weight of edge from source to target.
GetEdgeWeight(ObjectId source, ObjectId target)
MakeCopy(GraphCopyType type) - make correct copy of IGraphInt .
MakeCopy(GraphCopyType type)
There was an error while loading. Please reload this page.