gerbv  2.6A
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 499 of file gerbv.h.

Field Documentation

gerbv_knockout_t gerbv_layer_t::knockout

the current knockout group (refer to RS274X spec)

Definition at line 501 of file gerbv.h.

gchar* gerbv_layer_t::name

the layer name (NULL for none)

Definition at line 504 of file gerbv.h.

gpointer gerbv_layer_t::next

the next layer group in the array

Definition at line 505 of file gerbv.h.

Referenced by gerbv_destroy_image(), and gerbv_image_copy_image().

gerbv_polarity_t gerbv_layer_t::polarity

the polarity of this layer

Definition at line 503 of file gerbv.h.

Referenced by gerbv_create_image().

gdouble gerbv_layer_t::rotation

the current rotation around the origin

Definition at line 502 of file gerbv.h.

gerbv_step_and_repeat_t gerbv_layer_t::stepAndRepeat

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

Definition at line 500 of file gerbv.h.

Referenced by gerbv_create_image().


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