Click or drag to resize

LGSPGraphFreeVisitedFlagNonReset Method

Frees a clean visited flag. This is an O(1) but potentially unsafe operation. Attention! A marked element stays marked, so a later allocation hands out a dirty visited flag! Use only if you can ensure that all elements of that flag are unmarked before calling.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override void FreeVisitedFlagNonReset(
	int visitorID
)

Parameters

visitorID
Type: SystemInt32
The ID of the visited flag to be freed.

Implements

IGraphFreeVisitedFlagNonReset(Int32)
See Also