Click or drag to resize

VCGDumper(String, VCGFlags, String) Constructor

Initializes a new instance of the VCGDumper.

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

Parameters

filename  String
Destination file.
flags  VCGFlags
Flags to control the dumper's behavior.
layouter  String
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