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);
68 gboolean pick_and_place_check_file_type(gerb_file_t* fd, gboolean* returnFoundBinary);
GArray * pick_and_place_parse_file(gerb_file_t *fd)
Parses the PNP data.