Graphviz  2.41.20171026.1811
Data Fields
inside_t Union Reference

#include <types.h>

Collaboration diagram for inside_t:
Collaboration graph
[legend]

Data Fields

struct {
   pointf *   p
 
   double *   r
 
a
 
struct {
   node_t *   n
 
   boxf *   bp
 
s
 

Detailed Description

Definition at line 56 of file types.h.

Field Documentation

struct { ... } inside_t::a

Referenced by arrowEndClip(), and arrowStartClip().

boxf* inside_t::bp

Definition at line 63 of file types.h.

Referenced by clip_and_install(), overlap_node(), and shape_clip().

node_t* inside_t::n

Definition at line 62 of file types.h.

Referenced by clip_and_install(), overlap_node(), and shape_clip().

pointf* inside_t::p

Definition at line 58 of file types.h.

Referenced by arrowEndClip(), and arrowStartClip().

double* inside_t::r

Definition at line 59 of file types.h.

Referenced by arrowEndClip(), and arrowStartClip().

struct { ... } inside_t::s

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