Graphviz 16.1.1~dev.20260926.2046
Loading...
Searching...
No Matches
path Struct Reference

#include <types.h>

Collaboration diagram for path:
[legend]

Data Fields

port start
 
port end
 
size_t nbox
 number of subdivisions
 
boxf * boxes
 
void * data
 

Detailed Description

Definition at line 81 of file types.h.

Field Documentation

◆ boxes

boxf* path::boxes

Definition at line 85 of file types.h.

Referenced by add_box(), adjustregularpath(), dot_splines_(), printpath(), and recover_slack().

◆ data

void* path::data

Definition at line 86 of file types.h.

Referenced by beginpath().

◆ end

port path::end

Definition at line 83 of file types.h.

Referenced by checkpath(), endpath(), make_regular_edge(), and printpath().

◆ nbox

◆ start

port path::start

Definition at line 82 of file types.h.

Referenced by beginpath(), checkpath(), endpath(), make_regular_edge(), and printpath().


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