We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)