Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
arrowtype_t Struct Reference
Collaboration diagram for arrowtype_t:
[legend]

Data Fields

uint32_t type
 
double lenfact
 
pointf(* gen )(GVJ_t *job, pointf p, pointf u, double arrowsize, double penwidth, uint32_t flag)
 
double(* len )(double lenfact, double arrowsize, double penwidth, uint32_t flag)
 penwidth dependent length
 

Detailed Description

Definition at line 116 of file arrows.c.

Field Documentation

◆ gen

pointf(* arrowtype_t::gen) (GVJ_t *job, pointf p, pointf u, double arrowsize, double penwidth, uint32_t flag)

generator function for type

Definition at line 119 of file arrows.c.

Referenced by arrow_gen_type().

◆ len

double(* arrowtype_t::len) (double lenfact, double arrowsize, double penwidth, uint32_t flag)

Definition at line 122 of file arrows.c.

Referenced by arrow_length().

◆ lenfact

double arrowtype_t::lenfact

Definition at line 118 of file arrows.c.

Referenced by arrow_gen_type(), and arrow_length().

◆ type

uint32_t arrowtype_t::type

Definition at line 117 of file arrows.c.

Referenced by arrow_gen_type(), and arrow_length().


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