Click or drag to resize

VCGDumper Constructor (String, VCGFlags, String)

Initializes a new instance of the VCGDumper.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public VCGDumper(
	string filename,
	VCGFlags flags,
	string layouter
)

Parameters

filename
Type: SystemString
Destination file.
flags
Type: de.unika.ipd.grGen.libGrVCGFlags
Flags to control the dumper's behavior.
layouter
Type: SystemString
Specifies the yComp layouter to be used.
Exceptions
ExceptionCondition
IOExceptionThrown when the destination cannot be created.
Remarks
Currently (YComp 1.3.9) valid layouters are: - "Random" - "Hierarchic" - "Organic" - "Orthogonal" - "Circular" - "Tree" - "Diagonal" - "Incremental Hierarchic" - "Compilergraph"
See Also