gerbv
2.6A
|
#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 |
gerbv_knockout_t gerbv_layer_t::knockout |
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 |
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().