gerbv  2.10.1-dev~93f1b5
gerbv_layer_t Struct Reference

#include <gerbv.h>

Data Fields

gerbv_step_and_repeat_t stepAndRepeat
 
gerbv_knockout_t knockout
 
gdouble rotation
 
gerbv_polarity_t polarity
 
gchar * name
 
gpointer next
 

Detailed Description

The structure used to keep track of RS274X layer groups

Definition at line 645 of file gerbv.h.

Field Documentation

◆ knockout

gerbv_knockout_t gerbv_layer_t::knockout

the current knockout group (refer to RS274X spec)

Definition at line 647 of file gerbv.h.

◆ name

gchar* gerbv_layer_t::name

the layer name (NULL for none)

Definition at line 650 of file gerbv.h.

◆ next

gpointer gerbv_layer_t::next

the next layer group in the array

Definition at line 651 of file gerbv.h.

◆ polarity

gerbv_polarity_t gerbv_layer_t::polarity

the polarity of this layer

Definition at line 649 of file gerbv.h.

Referenced by gerbv_create_image().

◆ rotation

gdouble gerbv_layer_t::rotation

the current rotation around the origin

Definition at line 648 of file gerbv.h.

◆ stepAndRepeat

gerbv_step_and_repeat_t gerbv_layer_t::stepAndRepeat

the current step and repeat group (refer to RS274X spec)

Definition at line 646 of file gerbv.h.

Referenced by gerbv_create_image().


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