Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::NonPlanar_Certificate_Export_Options Struct Reference

Export options for non-planar certificate serializers. More...

#include <Planarity_Test.H>

Public Attributes

bool pretty_json = true
 Pretty-print JSON with indentation/newlines.
 
bool dot_highlight_paths = true
 Include path overlays in DOT output.
 
bool graphml_include_paths = true
 Include path overlays in GraphML output.
 
bool gexf_include_paths = true
 Include path overlays in GEXF output.
 

Detailed Description

Export options for non-planar certificate serializers.

Definition at line 371 of file Planarity_Test.H.

Member Data Documentation

◆ dot_highlight_paths

bool Aleph::NonPlanar_Certificate_Export_Options::dot_highlight_paths = true

Include path overlays in DOT output.

Definition at line 377 of file Planarity_Test.H.

◆ gexf_include_paths

bool Aleph::NonPlanar_Certificate_Export_Options::gexf_include_paths = true

Include path overlays in GEXF output.

Definition at line 383 of file Planarity_Test.H.

◆ graphml_include_paths

bool Aleph::NonPlanar_Certificate_Export_Options::graphml_include_paths = true

Include path overlays in GraphML output.

Definition at line 380 of file Planarity_Test.H.

Referenced by TEST().

◆ pretty_json

bool Aleph::NonPlanar_Certificate_Export_Options::pretty_json = true

Pretty-print JSON with indentation/newlines.

Definition at line 374 of file Planarity_Test.H.

Referenced by TEST().


The documentation for this struct was generated from the following file: