1 #include <tina/all_tina.h>
2 #include <tina/cvr.h>
3 #include <tina/serialisefuncs.h>
4
5 void define_all_ts_handlers(void)
6 {
7 TS_HANDLERS_SET(Matrix);
8 TS_SWAP_STRING_SET(Matrix,"iiii,");
9
10 TS_HANDLERS_SET(Edge_conn);
11
12 TS_HANDLERS_SET(Vector);
13 TS_SWAP_STRING_SET(Vector,"ii,");
14
15 TS_SWAP_STRING_SET(Blk_stat,"up,uu");
16 TS_SWAP_STRING_SET(Cmap_data_visible,"iiiii512iii256i");
17 TS_SWAP_STRING_SET(Edge_fp,"w,");
18
19 TS_HANDLERS_SET(Imrect);
20 TS_SWAP_STRING_SET(Imrect,"iiip,p");
21
22 TS_HANDLERS_SET(Rindex);
23 TS_SWAP_STRING_SET(Rindex,"ip,");
24
25 TS_HANDLERS_SET(Windex);
26 TS_SWAP_STRING_SET(Windex,"iiip,");
27
28 TS_HANDLERS_SET(List);
29 TS_SWAP_STRING_SET(List,"iww");
30
31 TS_HANDLERS_SET(Ddlist);
32 TS_SWAP_STRING_SET(Ddlist,"iwww");
33
34 TS_HANDLERS_SET(Prop);
35 TS_SWAP_STRING_SET(Prop,"/type/i/count/i/freefunc/w,");
36
37 TS_SWAP_STRING_SET(Line3,"/type/u/label/u/p1/t/p2/t/p/t/v/t/length/f/props/p")
38 ;
39 TS_SWAP_STRING_SET(Line2,"/type/u/label/u/p1/t/p2/t/p/t/v/t/length/f/props/p");
40
41 TS_SWAP_STRING_SET(Pwrte_point_to_point,"/type1/i/type2/ipp/lowdist/f/highdist/f");
42 TS_SWAP_STRING_SET(Pwrte_point_to_vec,
43 "/type1/i/type2/ipp/lowmind/f"
44 "/highmind/f/lowvecd/f/highvecd/f");
45 TS_SWAP_STRING_SET(Pwrte_vec_to_vec,
46 "/type1/i/type2/ipp/lowang/f/hiang/f/lowmind/f/himind/f"
47 "/lowvec1/f/hivec1/f/lowvec2/f/hivec2/f");
48 TS_SWAP_STRING_SET(Line2,"/type/u/label/u/p1end/t/p2end/t/p/t/v/t/length/f/props/p");
49 TS_SWAP_STRING_SET(Line3,"/type/u/label/u/p1end/t/p2end/t/p/t/v/t/length/f/props/p");
50 TS_SWAP_STRING_SET(Iso_error,"/rot/f/dot/f/pos/f");
51 TS_SWAP_STRING_SET(Conic,"/type/u/label/ui/a/g/b/g/c/g/d/g/e/g/f/g/theta/g"
52 "/alpha/g/beta/g/center/ti/t1/g/t2/g/branch/i/props/p");
53 TS_SWAP_STRING_SET(Conic3,"/type/i/conic/p/origin/t/ex/t/ey/t/ez/t");
54 }
55
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.