27 #ifndef GERBV_LAYERTYPE_PICKANDPLACE_H
28 #define GERBV_LAYERTYPE_PICKANDPLACE_H
32 typedef struct gerb_transf {
39 PART_SHAPE_UNKNOWN = 0,
40 PART_SHAPE_RECTANGLE = 1,
45 char designator[MAXL];
59 unsigned int nuf_push;
64 gerbv_image_t *pick_and_place_parse_file_to_image (gerb_file_t *fd);
67 pick_and_place_parse_file_to_images (gerb_file_t *fd,
gerbv_image_t **topImage,
71 pick_and_place_check_file_type(gerb_file_t *fd, gboolean *returnFoundBinary);