/[zanavi_public1]/navit/navit/transform.h
ZANavi

Diff of /navit/navit/transform.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 30 Revision 31
70 int scale_shift; 70 int scale_shift;
71 int order; 71 int order;
72 int order_base; 72 int order_base;
73}; 73};
74 74
75extern GHashTable *global_transform_hash;
76extern GHashTable *global_transform_hash2;
75 77
78struct hash_entry_transform
79{
80 int id;
81 int x;
82 int y;
83 navit_float lat;
84 navit_float lng;
85};
86
87
88void transform_init(void);
76struct transformation *transform_new(void); 89struct transformation *transform_new(void);
77int transform_get_hog(struct transformation *this_); 90int transform_get_hog(struct transformation *this_);
78void transform_set_hog(struct transformation *this_, int hog); 91void transform_set_hog(struct transformation *this_, int hog);
79int transform_get_attr(struct transformation *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter); 92int transform_get_attr(struct transformation *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
80int transform_set_attr(struct transformation *this_, struct attr *attr); 93int transform_set_attr(struct transformation *this_, struct attr *attr);

Legend:
Removed from v.30  
changed lines
  Added in v.31

   
Visit the ZANavi Wiki