This file is indexed.

/usr/include/paraview/vtkPVMessage.pb.h is in paraview-dev 5.0.1+dfsg1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vtkPVMessage.proto

#ifndef PROTOBUF_vtkPVMessage_2eproto__INCLUDED
#define PROTOBUF_vtkPVMessage_2eproto__INCLUDED

#include <string>

#include <google/protobuf/stubs/common.h>

#if GOOGLE_PROTOBUF_VERSION < 2003000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers.  Please update
#error your headers.
#endif
#if 2003000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers.  Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_message_reflection.h>
// @@protoc_insertion_point(includes)

namespace paraview_protobuf {

// Internal implementation detail -- do not call these.
void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
void protobuf_AssignDesc_vtkPVMessage_2eproto();
void protobuf_ShutdownFile_vtkPVMessage_2eproto();

class Variant;
class VariantList;
class MessageCollection;
class Message;
class DefinitionHeader;
class ProxyState;
class ProxyState_SubProxy;
class ProxyState_Annotation;
class ProxyState_UserData;
class ProxyState_Property;
class PXMRegistrationState;
class PXMRegistrationState_Entry;
class ProxyDefinitionState;
class ProxyDefinitionState_ProxyXMLDefinition;
class PullRequest;
class ProxySelectionModelState;
class LinkState;
class LinkState_LinkDescription;
class MousePointer;
class ChartViewBounds;
class ClientsInformation;
class ClientsInformation_ClientInfo;
class ChatMessage;
class QtEvent;

enum Variant_Type {
  Variant_Type_INT = 0,
  Variant_Type_FLOAT64 = 1,
  Variant_Type_IDTYPE = 2,
  Variant_Type_STRING = 3,
  Variant_Type_PROXY = 4,
  Variant_Type_INPUT = 5,
  Variant_Type_BYTES = 6,
  Variant_Type_MAP = 7
};
VTKPVSERVERIMPLEMENTATIONCORE_EXPORT bool Variant_Type_IsValid(int value);
const Variant_Type Variant_Type_Type_MIN = Variant_Type_INT;
const Variant_Type Variant_Type_Type_MAX = Variant_Type_MAP;
const int Variant_Type_Type_ARRAYSIZE = Variant_Type_Type_MAX + 1;

VTKPVSERVERIMPLEMENTATIONCORE_EXPORT const ::google::protobuf::EnumDescriptor* Variant_Type_descriptor();
inline const ::std::string& Variant_Type_Name(Variant_Type value) {
  return ::google::protobuf::internal::NameOfEnum(
    Variant_Type_descriptor(), value);
}
inline bool Variant_Type_Parse(
    const ::std::string& name, Variant_Type* value) {
  return ::google::protobuf::internal::ParseNamedEnum<Variant_Type>(
    Variant_Type_descriptor(), name, value);
}
enum LinkState_LinkDescription_Direction {
  LinkState_LinkDescription_Direction_NONE = 0,
  LinkState_LinkDescription_Direction_INPUT = 1,
  LinkState_LinkDescription_Direction_OUTPUT = 2
};
VTKPVSERVERIMPLEMENTATIONCORE_EXPORT bool LinkState_LinkDescription_Direction_IsValid(int value);
const LinkState_LinkDescription_Direction LinkState_LinkDescription_Direction_Direction_MIN = LinkState_LinkDescription_Direction_NONE;
const LinkState_LinkDescription_Direction LinkState_LinkDescription_Direction_Direction_MAX = LinkState_LinkDescription_Direction_OUTPUT;
const int LinkState_LinkDescription_Direction_Direction_ARRAYSIZE = LinkState_LinkDescription_Direction_Direction_MAX + 1;

VTKPVSERVERIMPLEMENTATIONCORE_EXPORT const ::google::protobuf::EnumDescriptor* LinkState_LinkDescription_Direction_descriptor();
inline const ::std::string& LinkState_LinkDescription_Direction_Name(LinkState_LinkDescription_Direction value) {
  return ::google::protobuf::internal::NameOfEnum(
    LinkState_LinkDescription_Direction_descriptor(), value);
}
inline bool LinkState_LinkDescription_Direction_Parse(
    const ::std::string& name, LinkState_LinkDescription_Direction* value) {
  return ::google::protobuf::internal::ParseNamedEnum<LinkState_LinkDescription_Direction>(
    LinkState_LinkDescription_Direction_descriptor(), name, value);
}
enum MousePointer_Ratio {
  MousePointer_Ratio_BOTH = 0,
  MousePointer_Ratio_HEIGHT = 1,
  MousePointer_Ratio_WIDTH = 2
};
VTKPVSERVERIMPLEMENTATIONCORE_EXPORT bool MousePointer_Ratio_IsValid(int value);
const MousePointer_Ratio MousePointer_Ratio_Ratio_MIN = MousePointer_Ratio_BOTH;
const MousePointer_Ratio MousePointer_Ratio_Ratio_MAX = MousePointer_Ratio_WIDTH;
const int MousePointer_Ratio_Ratio_ARRAYSIZE = MousePointer_Ratio_Ratio_MAX + 1;

VTKPVSERVERIMPLEMENTATIONCORE_EXPORT const ::google::protobuf::EnumDescriptor* MousePointer_Ratio_descriptor();
inline const ::std::string& MousePointer_Ratio_Name(MousePointer_Ratio value) {
  return ::google::protobuf::internal::NameOfEnum(
    MousePointer_Ratio_descriptor(), value);
}
inline bool MousePointer_Ratio_Parse(
    const ::std::string& name, MousePointer_Ratio* value) {
  return ::google::protobuf::internal::ParseNamedEnum<MousePointer_Ratio>(
    MousePointer_Ratio_descriptor(), name, value);
}
enum QtEvent_QtEventType {
  QtEvent_QtEventType_CHAT = 1,
  QtEvent_QtEventType_OTHER = 3
};
VTKPVSERVERIMPLEMENTATIONCORE_EXPORT bool QtEvent_QtEventType_IsValid(int value);
const QtEvent_QtEventType QtEvent_QtEventType_QtEventType_MIN = QtEvent_QtEventType_CHAT;
const QtEvent_QtEventType QtEvent_QtEventType_QtEventType_MAX = QtEvent_QtEventType_OTHER;
const int QtEvent_QtEventType_QtEventType_ARRAYSIZE = QtEvent_QtEventType_QtEventType_MAX + 1;

VTKPVSERVERIMPLEMENTATIONCORE_EXPORT const ::google::protobuf::EnumDescriptor* QtEvent_QtEventType_descriptor();
inline const ::std::string& QtEvent_QtEventType_Name(QtEvent_QtEventType value) {
  return ::google::protobuf::internal::NameOfEnum(
    QtEvent_QtEventType_descriptor(), value);
}
inline bool QtEvent_QtEventType_Parse(
    const ::std::string& name, QtEvent_QtEventType* value) {
  return ::google::protobuf::internal::ParseNamedEnum<QtEvent_QtEventType>(
    QtEvent_QtEventType_descriptor(), name, value);
}
// ===================================================================

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT Variant : public ::google::protobuf::Message {
 public:
  Variant();
  virtual ~Variant();
  
  Variant(const Variant& from);
  
  inline Variant& operator=(const Variant& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const Variant& default_instance();
  
  void Swap(Variant* other);
  
  // implements Message ----------------------------------------------
  
  Variant* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const Variant& from);
  void MergeFrom(const Variant& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef Variant_Type Type;
  static const Type INT = Variant_Type_INT;
  static const Type FLOAT64 = Variant_Type_FLOAT64;
  static const Type IDTYPE = Variant_Type_IDTYPE;
  static const Type STRING = Variant_Type_STRING;
  static const Type PROXY = Variant_Type_PROXY;
  static const Type INPUT = Variant_Type_INPUT;
  static const Type BYTES = Variant_Type_BYTES;
  static const Type MAP = Variant_Type_MAP;
  static inline bool Type_IsValid(int value) {
    return Variant_Type_IsValid(value);
  }
  static const Type Type_MIN =
    Variant_Type_Type_MIN;
  static const Type Type_MAX =
    Variant_Type_Type_MAX;
  static const int Type_ARRAYSIZE =
    Variant_Type_Type_ARRAYSIZE;
  static inline const ::google::protobuf::EnumDescriptor*
  Type_descriptor() {
    return Variant_Type_descriptor();
  }
  static inline const ::std::string& Type_Name(Type value) {
    return Variant_Type_Name(value);
  }
  static inline bool Type_Parse(const ::std::string& name,
      Type* value) {
    return Variant_Type_Parse(name, value);
  }
  
  // accessors -------------------------------------------------------
  
  // required .paraview_protobuf.Variant.Type type = 1;
  inline bool has_type() const;
  inline void clear_type();
  static const int kTypeFieldNumber = 1;
  inline ::paraview_protobuf::Variant_Type type() const;
  inline void set_type(::paraview_protobuf::Variant_Type value);
  
  // repeated sint64 idtype = 3;
  inline int idtype_size() const;
  inline void clear_idtype();
  static const int kIdtypeFieldNumber = 3;
  inline ::google::protobuf::int64 idtype(int index) const;
  inline void set_idtype(int index, ::google::protobuf::int64 value);
  inline void add_idtype(::google::protobuf::int64 value);
  inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
      idtype() const;
  inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
      mutable_idtype();
  
  // repeated sint32 integer = 4;
  inline int integer_size() const;
  inline void clear_integer();
  static const int kIntegerFieldNumber = 4;
  inline ::google::protobuf::int32 integer(int index) const;
  inline void set_integer(int index, ::google::protobuf::int32 value);
  inline void add_integer(::google::protobuf::int32 value);
  inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
      integer() const;
  inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
      mutable_integer();
  
  // repeated double float64 = 5;
  inline int float64_size() const;
  inline void clear_float64();
  static const int kFloat64FieldNumber = 5;
  inline double float64(int index) const;
  inline void set_float64(int index, double value);
  inline void add_float64(double value);
  inline const ::google::protobuf::RepeatedField< double >&
      float64() const;
  inline ::google::protobuf::RepeatedField< double >*
      mutable_float64();
  
  // repeated uint64 proxy_global_id = 6;
  inline int proxy_global_id_size() const;
  inline void clear_proxy_global_id();
  static const int kProxyGlobalIdFieldNumber = 6;
  inline ::google::protobuf::uint64 proxy_global_id(int index) const;
  inline void set_proxy_global_id(int index, ::google::protobuf::uint64 value);
  inline void add_proxy_global_id(::google::protobuf::uint64 value);
  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
      proxy_global_id() const;
  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
      mutable_proxy_global_id();
  
  // repeated int32 port_number = 7;
  inline int port_number_size() const;
  inline void clear_port_number();
  static const int kPortNumberFieldNumber = 7;
  inline ::google::protobuf::int32 port_number(int index) const;
  inline void set_port_number(int index, ::google::protobuf::int32 value);
  inline void add_port_number(::google::protobuf::int32 value);
  inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
      port_number() const;
  inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
      mutable_port_number();
  
  // repeated string txt = 8;
  inline int txt_size() const;
  inline void clear_txt();
  static const int kTxtFieldNumber = 8;
  inline const ::std::string& txt(int index) const;
  inline ::std::string* mutable_txt(int index);
  inline void set_txt(int index, const ::std::string& value);
  inline void set_txt(int index, const char* value);
  inline void set_txt(int index, const char* value, size_t size);
  inline ::std::string* add_txt();
  inline void add_txt(const ::std::string& value);
  inline void add_txt(const char* value);
  inline void add_txt(const char* value, size_t size);
  inline const ::google::protobuf::RepeatedPtrField< ::std::string>& txt() const;
  inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_txt();
  
  // repeated bytes binary = 9;
  inline int binary_size() const;
  inline void clear_binary();
  static const int kBinaryFieldNumber = 9;
  inline const ::std::string& binary(int index) const;
  inline ::std::string* mutable_binary(int index);
  inline void set_binary(int index, const ::std::string& value);
  inline void set_binary(int index, const char* value);
  inline void set_binary(int index, const void* value, size_t size);
  inline ::std::string* add_binary();
  inline void add_binary(const ::std::string& value);
  inline void add_binary(const char* value);
  inline void add_binary(const void* value, size_t size);
  inline const ::google::protobuf::RepeatedPtrField< ::std::string>& binary() const;
  inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_binary();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.Variant)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  int type_;
  ::google::protobuf::RepeatedField< ::google::protobuf::int64 > idtype_;
  ::google::protobuf::RepeatedField< ::google::protobuf::int32 > integer_;
  ::google::protobuf::RepeatedField< double > float64_;
  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > proxy_global_id_;
  ::google::protobuf::RepeatedField< ::google::protobuf::int32 > port_number_;
  ::google::protobuf::RepeatedPtrField< ::std::string> txt_;
  ::google::protobuf::RepeatedPtrField< ::std::string> binary_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(8 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static Variant* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT VariantList : public ::google::protobuf::Message {
 public:
  VariantList();
  virtual ~VariantList();
  
  VariantList(const VariantList& from);
  
  inline VariantList& operator=(const VariantList& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const VariantList& default_instance();
  
  void Swap(VariantList* other);
  
  // implements Message ----------------------------------------------
  
  VariantList* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const VariantList& from);
  void MergeFrom(const VariantList& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // repeated .paraview_protobuf.Variant variant = 1;
  inline int variant_size() const;
  inline void clear_variant();
  static const int kVariantFieldNumber = 1;
  inline const ::paraview_protobuf::Variant& variant(int index) const;
  inline ::paraview_protobuf::Variant* mutable_variant(int index);
  inline ::paraview_protobuf::Variant* add_variant();
  inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >&
      variant() const;
  inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >*
      mutable_variant();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.VariantList)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant > variant_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static VariantList* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT MessageCollection : public ::google::protobuf::Message {
 public:
  MessageCollection();
  virtual ~MessageCollection();
  
  MessageCollection(const MessageCollection& from);
  
  inline MessageCollection& operator=(const MessageCollection& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const MessageCollection& default_instance();
  
  void Swap(MessageCollection* other);
  
  // implements Message ----------------------------------------------
  
  MessageCollection* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const MessageCollection& from);
  void MergeFrom(const MessageCollection& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // repeated .paraview_protobuf.Message item = 1;
  inline int item_size() const;
  inline void clear_item();
  static const int kItemFieldNumber = 1;
  inline const ::paraview_protobuf::Message& item(int index) const;
  inline ::paraview_protobuf::Message* mutable_item(int index);
  inline ::paraview_protobuf::Message* add_item();
  inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Message >&
      item() const;
  inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Message >*
      mutable_item();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.MessageCollection)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Message > item_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static MessageCollection* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT Message : public ::google::protobuf::Message {
 public:
  Message();
  virtual ~Message();
  
  Message(const Message& from);
  
  inline Message& operator=(const Message& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const Message& default_instance();
  
  void Swap(Message* other);
  
  // implements Message ----------------------------------------------
  
  Message* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const Message& from);
  void MergeFrom(const Message& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required uint64 global_id = 1;
  inline bool has_global_id() const;
  inline void clear_global_id();
  static const int kGlobalIdFieldNumber = 1;
  inline ::google::protobuf::uint64 global_id() const;
  inline void set_global_id(::google::protobuf::uint64 value);
  
  // required uint32 location = 2;
  inline bool has_location() const;
  inline void clear_location();
  static const int kLocationFieldNumber = 2;
  inline ::google::protobuf::uint32 location() const;
  inline void set_location(::google::protobuf::uint32 value);
  
  // optional bool share_only = 3 [default = false];
  inline bool has_share_only() const;
  inline void clear_share_only();
  static const int kShareOnlyFieldNumber = 3;
  inline bool share_only() const;
  inline void set_share_only(bool value);
  
  // optional bool req_def = 4 [default = false];
  inline bool has_req_def() const;
  inline void clear_req_def();
  static const int kReqDefFieldNumber = 4;
  inline bool req_def() const;
  inline void set_req_def(bool value);
  
  // optional uint32 client_id = 5 [default = 0];
  inline bool has_client_id() const;
  inline void clear_client_id();
  static const int kClientIdFieldNumber = 5;
  inline ::google::protobuf::uint32 client_id() const;
  inline void set_client_id(::google::protobuf::uint32 value);
  
  GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(Message)
  // @@protoc_insertion_point(class_scope:paraview_protobuf.Message)
 private:
  ::google::protobuf::internal::ExtensionSet _extensions_;
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::google::protobuf::uint64 global_id_;
  ::google::protobuf::uint32 location_;
  bool share_only_;
  bool req_def_;
  ::google::protobuf::uint32 client_id_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static Message* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT DefinitionHeader : public ::google::protobuf::Message {
 public:
  DefinitionHeader();
  virtual ~DefinitionHeader();
  
  DefinitionHeader(const DefinitionHeader& from);
  
  inline DefinitionHeader& operator=(const DefinitionHeader& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const DefinitionHeader& default_instance();
  
  void Swap(DefinitionHeader* other);
  
  // implements Message ----------------------------------------------
  
  DefinitionHeader* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const DefinitionHeader& from);
  void MergeFrom(const DefinitionHeader& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  static const int kClientClassFieldNumber = 10;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    client_class;
  static const int kServerClassFieldNumber = 11;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    server_class;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.DefinitionHeader)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static DefinitionHeader* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyState_SubProxy : public ::google::protobuf::Message {
 public:
  ProxyState_SubProxy();
  virtual ~ProxyState_SubProxy();
  
  ProxyState_SubProxy(const ProxyState_SubProxy& from);
  
  inline ProxyState_SubProxy& operator=(const ProxyState_SubProxy& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyState_SubProxy& default_instance();
  
  void Swap(ProxyState_SubProxy* other);
  
  // implements Message ----------------------------------------------
  
  ProxyState_SubProxy* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyState_SubProxy& from);
  void MergeFrom(const ProxyState_SubProxy& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required string name = 1;
  inline bool has_name() const;
  inline void clear_name();
  static const int kNameFieldNumber = 1;
  inline const ::std::string& name() const;
  inline void set_name(const ::std::string& value);
  inline void set_name(const char* value);
  inline void set_name(const char* value, size_t size);
  inline ::std::string* mutable_name();
  
  // required uint32 global_id = 2;
  inline bool has_global_id() const;
  inline void clear_global_id();
  static const int kGlobalIdFieldNumber = 2;
  inline ::google::protobuf::uint32 global_id() const;
  inline void set_global_id(::google::protobuf::uint32 value);
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyState.SubProxy)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* name_;
  static const ::std::string _default_name_;
  ::google::protobuf::uint32 global_id_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyState_SubProxy* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyState_Annotation : public ::google::protobuf::Message {
 public:
  ProxyState_Annotation();
  virtual ~ProxyState_Annotation();
  
  ProxyState_Annotation(const ProxyState_Annotation& from);
  
  inline ProxyState_Annotation& operator=(const ProxyState_Annotation& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyState_Annotation& default_instance();
  
  void Swap(ProxyState_Annotation* other);
  
  // implements Message ----------------------------------------------
  
  ProxyState_Annotation* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyState_Annotation& from);
  void MergeFrom(const ProxyState_Annotation& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required string key = 1;
  inline bool has_key() const;
  inline void clear_key();
  static const int kKeyFieldNumber = 1;
  inline const ::std::string& key() const;
  inline void set_key(const ::std::string& value);
  inline void set_key(const char* value);
  inline void set_key(const char* value, size_t size);
  inline ::std::string* mutable_key();
  
  // required string value = 2;
  inline bool has_value() const;
  inline void clear_value();
  static const int kValueFieldNumber = 2;
  inline const ::std::string& value() const;
  inline void set_value(const ::std::string& value);
  inline void set_value(const char* value);
  inline void set_value(const char* value, size_t size);
  inline ::std::string* mutable_value();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyState.Annotation)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* key_;
  static const ::std::string _default_key_;
  ::std::string* value_;
  static const ::std::string _default_value_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyState_Annotation* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyState_UserData : public ::google::protobuf::Message {
 public:
  ProxyState_UserData();
  virtual ~ProxyState_UserData();
  
  ProxyState_UserData(const ProxyState_UserData& from);
  
  inline ProxyState_UserData& operator=(const ProxyState_UserData& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyState_UserData& default_instance();
  
  void Swap(ProxyState_UserData* other);
  
  // implements Message ----------------------------------------------
  
  ProxyState_UserData* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyState_UserData& from);
  void MergeFrom(const ProxyState_UserData& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required string key = 1;
  inline bool has_key() const;
  inline void clear_key();
  static const int kKeyFieldNumber = 1;
  inline const ::std::string& key() const;
  inline void set_key(const ::std::string& value);
  inline void set_key(const char* value);
  inline void set_key(const char* value, size_t size);
  inline ::std::string* mutable_key();
  
  // repeated .paraview_protobuf.Variant variant = 2;
  inline int variant_size() const;
  inline void clear_variant();
  static const int kVariantFieldNumber = 2;
  inline const ::paraview_protobuf::Variant& variant(int index) const;
  inline ::paraview_protobuf::Variant* mutable_variant(int index);
  inline ::paraview_protobuf::Variant* add_variant();
  inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >&
      variant() const;
  inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >*
      mutable_variant();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyState.UserData)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* key_;
  static const ::std::string _default_key_;
  ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant > variant_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyState_UserData* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyState_Property : public ::google::protobuf::Message {
 public:
  ProxyState_Property();
  virtual ~ProxyState_Property();
  
  ProxyState_Property(const ProxyState_Property& from);
  
  inline ProxyState_Property& operator=(const ProxyState_Property& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyState_Property& default_instance();
  
  void Swap(ProxyState_Property* other);
  
  // implements Message ----------------------------------------------
  
  ProxyState_Property* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyState_Property& from);
  void MergeFrom(const ProxyState_Property& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required string name = 1;
  inline bool has_name() const;
  inline void clear_name();
  static const int kNameFieldNumber = 1;
  inline const ::std::string& name() const;
  inline void set_name(const ::std::string& value);
  inline void set_name(const char* value);
  inline void set_name(const char* value, size_t size);
  inline ::std::string* mutable_name();
  
  // optional .paraview_protobuf.Variant value = 2;
  inline bool has_value() const;
  inline void clear_value();
  static const int kValueFieldNumber = 2;
  inline const ::paraview_protobuf::Variant& value() const;
  inline ::paraview_protobuf::Variant* mutable_value();
  
  // repeated .paraview_protobuf.ProxyState.UserData user_data = 3;
  inline int user_data_size() const;
  inline void clear_user_data();
  static const int kUserDataFieldNumber = 3;
  inline const ::paraview_protobuf::ProxyState_UserData& user_data(int index) const;
  inline ::paraview_protobuf::ProxyState_UserData* mutable_user_data(int index);
  inline ::paraview_protobuf::ProxyState_UserData* add_user_data();
  inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::ProxyState_UserData >&
      user_data() const;
  inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::ProxyState_UserData >*
      mutable_user_data();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyState.Property)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* name_;
  static const ::std::string _default_name_;
  ::paraview_protobuf::Variant* value_;
  ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::ProxyState_UserData > user_data_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyState_Property* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyState : public ::google::protobuf::Message {
 public:
  ProxyState();
  virtual ~ProxyState();
  
  ProxyState(const ProxyState& from);
  
  inline ProxyState& operator=(const ProxyState& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyState& default_instance();
  
  void Swap(ProxyState* other);
  
  // implements Message ----------------------------------------------
  
  ProxyState* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyState& from);
  void MergeFrom(const ProxyState& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef ProxyState_SubProxy SubProxy;
  typedef ProxyState_Annotation Annotation;
  typedef ProxyState_UserData UserData;
  typedef ProxyState_Property Property;
  
  // accessors -------------------------------------------------------
  
  static const int kXmlGroupFieldNumber = 20;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    xml_group;
  static const int kXmlNameFieldNumber = 21;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    xml_name;
  static const int kXmlSubProxyNameFieldNumber = 22;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    xml_sub_proxy_name;
  static const int kPropertyFieldNumber = 23;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyState_Property >, 11, false >
    property;
  static const int kSubproxyFieldNumber = 24;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyState_SubProxy >, 11, false >
    subproxy;
  static const int kAnnotationFieldNumber = 25;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyState_Annotation >, 11, false >
    annotation;
  static const int kHasAnnotationFieldNumber = 26;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false >
    has_annotation;
  static const int kUserDataFieldNumber = 27;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyState_UserData >, 11, false >
    user_data;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyState)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyState* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT PXMRegistrationState_Entry : public ::google::protobuf::Message {
 public:
  PXMRegistrationState_Entry();
  virtual ~PXMRegistrationState_Entry();
  
  PXMRegistrationState_Entry(const PXMRegistrationState_Entry& from);
  
  inline PXMRegistrationState_Entry& operator=(const PXMRegistrationState_Entry& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const PXMRegistrationState_Entry& default_instance();
  
  void Swap(PXMRegistrationState_Entry* other);
  
  // implements Message ----------------------------------------------
  
  PXMRegistrationState_Entry* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const PXMRegistrationState_Entry& from);
  void MergeFrom(const PXMRegistrationState_Entry& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // optional string group = 1;
  inline bool has_group() const;
  inline void clear_group();
  static const int kGroupFieldNumber = 1;
  inline const ::std::string& group() const;
  inline void set_group(const ::std::string& value);
  inline void set_group(const char* value);
  inline void set_group(const char* value, size_t size);
  inline ::std::string* mutable_group();
  
  // required string name = 2;
  inline bool has_name() const;
  inline void clear_name();
  static const int kNameFieldNumber = 2;
  inline const ::std::string& name() const;
  inline void set_name(const ::std::string& value);
  inline void set_name(const char* value);
  inline void set_name(const char* value, size_t size);
  inline ::std::string* mutable_name();
  
  // required uint64 global_id = 3;
  inline bool has_global_id() const;
  inline void clear_global_id();
  static const int kGlobalIdFieldNumber = 3;
  inline ::google::protobuf::uint64 global_id() const;
  inline void set_global_id(::google::protobuf::uint64 value);
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.PXMRegistrationState.Entry)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* group_;
  static const ::std::string _default_group_;
  ::std::string* name_;
  static const ::std::string _default_name_;
  ::google::protobuf::uint64 global_id_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static PXMRegistrationState_Entry* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT PXMRegistrationState : public ::google::protobuf::Message {
 public:
  PXMRegistrationState();
  virtual ~PXMRegistrationState();
  
  PXMRegistrationState(const PXMRegistrationState& from);
  
  inline PXMRegistrationState& operator=(const PXMRegistrationState& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const PXMRegistrationState& default_instance();
  
  void Swap(PXMRegistrationState* other);
  
  // implements Message ----------------------------------------------
  
  PXMRegistrationState* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const PXMRegistrationState& from);
  void MergeFrom(const PXMRegistrationState& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef PXMRegistrationState_Entry Entry;
  
  // accessors -------------------------------------------------------
  
  static const int kRegisteredProxyFieldNumber = 30;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::PXMRegistrationState_Entry >, 11, false >
    registered_proxy;
  static const int kRegisteredSelectionModelFieldNumber = 31;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::PXMRegistrationState_Entry >, 11, false >
    registered_selection_model;
  static const int kRegisteredLinkFieldNumber = 32;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::PXMRegistrationState_Entry >, 11, false >
    registered_link;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.PXMRegistrationState)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static PXMRegistrationState* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyDefinitionState_ProxyXMLDefinition : public ::google::protobuf::Message {
 public:
  ProxyDefinitionState_ProxyXMLDefinition();
  virtual ~ProxyDefinitionState_ProxyXMLDefinition();
  
  ProxyDefinitionState_ProxyXMLDefinition(const ProxyDefinitionState_ProxyXMLDefinition& from);
  
  inline ProxyDefinitionState_ProxyXMLDefinition& operator=(const ProxyDefinitionState_ProxyXMLDefinition& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyDefinitionState_ProxyXMLDefinition& default_instance();
  
  void Swap(ProxyDefinitionState_ProxyXMLDefinition* other);
  
  // implements Message ----------------------------------------------
  
  ProxyDefinitionState_ProxyXMLDefinition* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyDefinitionState_ProxyXMLDefinition& from);
  void MergeFrom(const ProxyDefinitionState_ProxyXMLDefinition& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required string group = 1;
  inline bool has_group() const;
  inline void clear_group();
  static const int kGroupFieldNumber = 1;
  inline const ::std::string& group() const;
  inline void set_group(const ::std::string& value);
  inline void set_group(const char* value);
  inline void set_group(const char* value, size_t size);
  inline ::std::string* mutable_group();
  
  // required string name = 2;
  inline bool has_name() const;
  inline void clear_name();
  static const int kNameFieldNumber = 2;
  inline const ::std::string& name() const;
  inline void set_name(const ::std::string& value);
  inline void set_name(const char* value);
  inline void set_name(const char* value, size_t size);
  inline ::std::string* mutable_name();
  
  // required string xml = 3;
  inline bool has_xml() const;
  inline void clear_xml();
  static const int kXmlFieldNumber = 3;
  inline const ::std::string& xml() const;
  inline void set_xml(const ::std::string& value);
  inline void set_xml(const char* value);
  inline void set_xml(const char* value, size_t size);
  inline ::std::string* mutable_xml();
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyDefinitionState.ProxyXMLDefinition)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::std::string* group_;
  static const ::std::string _default_group_;
  ::std::string* name_;
  static const ::std::string _default_name_;
  ::std::string* xml_;
  static const ::std::string _default_xml_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyDefinitionState_ProxyXMLDefinition* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxyDefinitionState : public ::google::protobuf::Message {
 public:
  ProxyDefinitionState();
  virtual ~ProxyDefinitionState();
  
  ProxyDefinitionState(const ProxyDefinitionState& from);
  
  inline ProxyDefinitionState& operator=(const ProxyDefinitionState& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxyDefinitionState& default_instance();
  
  void Swap(ProxyDefinitionState* other);
  
  // implements Message ----------------------------------------------
  
  ProxyDefinitionState* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxyDefinitionState& from);
  void MergeFrom(const ProxyDefinitionState& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef ProxyDefinitionState_ProxyXMLDefinition ProxyXMLDefinition;
  
  // accessors -------------------------------------------------------
  
  static const int kXmlDefinitionProxyFieldNumber = 35;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyDefinitionState_ProxyXMLDefinition >, 11, false >
    xml_definition_proxy;
  static const int kXmlCustomDefinitionProxyFieldNumber = 36;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ProxyDefinitionState_ProxyXMLDefinition >, 11, false >
    xml_custom_definition_proxy;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxyDefinitionState)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxyDefinitionState* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT PullRequest : public ::google::protobuf::Message {
 public:
  PullRequest();
  virtual ~PullRequest();
  
  PullRequest(const PullRequest& from);
  
  inline PullRequest& operator=(const PullRequest& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const PullRequest& default_instance();
  
  void Swap(PullRequest* other);
  
  // implements Message ----------------------------------------------
  
  PullRequest* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const PullRequest& from);
  void MergeFrom(const PullRequest& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  static const int kArgumentsFieldNumber = 40;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::Variant >, 11, false >
    arguments;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.PullRequest)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static PullRequest* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ProxySelectionModelState : public ::google::protobuf::Message {
 public:
  ProxySelectionModelState();
  virtual ~ProxySelectionModelState();
  
  ProxySelectionModelState(const ProxySelectionModelState& from);
  
  inline ProxySelectionModelState& operator=(const ProxySelectionModelState& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ProxySelectionModelState& default_instance();
  
  void Swap(ProxySelectionModelState* other);
  
  // implements Message ----------------------------------------------
  
  ProxySelectionModelState* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ProxySelectionModelState& from);
  void MergeFrom(const ProxySelectionModelState& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  static const int kCurrentProxyFieldNumber = 52;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
    current_proxy;
  static const int kCurrentPortFieldNumber = 53;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::int32 >, 5, false >
    current_port;
  static const int kProxyFieldNumber = 50;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedPrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
    proxy;
  static const int kPortFieldNumber = 51;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedPrimitiveTypeTraits< ::google::protobuf::int32 >, 5, false >
    port;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ProxySelectionModelState)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ProxySelectionModelState* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT LinkState_LinkDescription : public ::google::protobuf::Message {
 public:
  LinkState_LinkDescription();
  virtual ~LinkState_LinkDescription();
  
  LinkState_LinkDescription(const LinkState_LinkDescription& from);
  
  inline LinkState_LinkDescription& operator=(const LinkState_LinkDescription& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const LinkState_LinkDescription& default_instance();
  
  void Swap(LinkState_LinkDescription* other);
  
  // implements Message ----------------------------------------------
  
  LinkState_LinkDescription* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const LinkState_LinkDescription& from);
  void MergeFrom(const LinkState_LinkDescription& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef LinkState_LinkDescription_Direction Direction;
  static const Direction NONE = LinkState_LinkDescription_Direction_NONE;
  static const Direction INPUT = LinkState_LinkDescription_Direction_INPUT;
  static const Direction OUTPUT = LinkState_LinkDescription_Direction_OUTPUT;
  static inline bool Direction_IsValid(int value) {
    return LinkState_LinkDescription_Direction_IsValid(value);
  }
  static const Direction Direction_MIN =
    LinkState_LinkDescription_Direction_Direction_MIN;
  static const Direction Direction_MAX =
    LinkState_LinkDescription_Direction_Direction_MAX;
  static const int Direction_ARRAYSIZE =
    LinkState_LinkDescription_Direction_Direction_ARRAYSIZE;
  static inline const ::google::protobuf::EnumDescriptor*
  Direction_descriptor() {
    return LinkState_LinkDescription_Direction_descriptor();
  }
  static inline const ::std::string& Direction_Name(Direction value) {
    return LinkState_LinkDescription_Direction_Name(value);
  }
  static inline bool Direction_Parse(const ::std::string& name,
      Direction* value) {
    return LinkState_LinkDescription_Direction_Parse(name, value);
  }
  
  // accessors -------------------------------------------------------
  
  // required uint32 proxy = 1;
  inline bool has_proxy() const;
  inline void clear_proxy();
  static const int kProxyFieldNumber = 1;
  inline ::google::protobuf::uint32 proxy() const;
  inline void set_proxy(::google::protobuf::uint32 value);
  
  // optional string property_name = 2;
  inline bool has_property_name() const;
  inline void clear_property_name();
  static const int kPropertyNameFieldNumber = 2;
  inline const ::std::string& property_name() const;
  inline void set_property_name(const ::std::string& value);
  inline void set_property_name(const char* value);
  inline void set_property_name(const char* value, size_t size);
  inline ::std::string* mutable_property_name();
  
  // required .paraview_protobuf.LinkState.LinkDescription.Direction direction = 3;
  inline bool has_direction() const;
  inline void clear_direction();
  static const int kDirectionFieldNumber = 3;
  inline ::paraview_protobuf::LinkState_LinkDescription_Direction direction() const;
  inline void set_direction(::paraview_protobuf::LinkState_LinkDescription_Direction value);
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.LinkState.LinkDescription)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::google::protobuf::uint32 proxy_;
  ::std::string* property_name_;
  static const ::std::string _default_property_name_;
  int direction_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static LinkState_LinkDescription* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT LinkState : public ::google::protobuf::Message {
 public:
  LinkState();
  virtual ~LinkState();
  
  LinkState(const LinkState& from);
  
  inline LinkState& operator=(const LinkState& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const LinkState& default_instance();
  
  void Swap(LinkState* other);
  
  // implements Message ----------------------------------------------
  
  LinkState* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const LinkState& from);
  void MergeFrom(const LinkState& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef LinkState_LinkDescription LinkDescription;
  
  // accessors -------------------------------------------------------
  
  static const int kPropagateUpdateFieldNumber = 60;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false >
    propagate_update;
  static const int kEnabledFieldNumber = 61;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false >
    enabled;
  static const int kSyncInteractiveRendersFieldNumber = 62;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false >
    sync_interactive_renders;
  static const int kLinkFieldNumber = 63;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::LinkState_LinkDescription >, 11, false >
    link;
  static const int kExceptionPropertyFieldNumber = 64;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedStringTypeTraits, 9, false >
    exception_property;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.LinkState)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static LinkState* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT MousePointer : public ::google::protobuf::Message {
 public:
  MousePointer();
  virtual ~MousePointer();
  
  MousePointer(const MousePointer& from);
  
  inline MousePointer& operator=(const MousePointer& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const MousePointer& default_instance();
  
  void Swap(MousePointer* other);
  
  // implements Message ----------------------------------------------
  
  MousePointer* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const MousePointer& from);
  void MergeFrom(const MousePointer& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef MousePointer_Ratio Ratio;
  static const Ratio BOTH = MousePointer_Ratio_BOTH;
  static const Ratio HEIGHT = MousePointer_Ratio_HEIGHT;
  static const Ratio WIDTH = MousePointer_Ratio_WIDTH;
  static inline bool Ratio_IsValid(int value) {
    return MousePointer_Ratio_IsValid(value);
  }
  static const Ratio Ratio_MIN =
    MousePointer_Ratio_Ratio_MIN;
  static const Ratio Ratio_MAX =
    MousePointer_Ratio_Ratio_MAX;
  static const int Ratio_ARRAYSIZE =
    MousePointer_Ratio_Ratio_ARRAYSIZE;
  static inline const ::google::protobuf::EnumDescriptor*
  Ratio_descriptor() {
    return MousePointer_Ratio_descriptor();
  }
  static inline const ::std::string& Ratio_Name(Ratio value) {
    return MousePointer_Ratio_Name(value);
  }
  static inline bool Ratio_Parse(const ::std::string& name,
      Ratio* value) {
    return MousePointer_Ratio_Parse(name, value);
  }
  
  // accessors -------------------------------------------------------
  
  static const int kViewFieldNumber = 70;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
    view;
  static const int kXFieldNumber = 71;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< double >, 1, false >
    x;
  static const int kYFieldNumber = 72;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< double >, 1, false >
    y;
  static const int kForceShowFieldNumber = 73;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false >
    forceShow;
  static const int kRatioTypeFieldNumber = 74;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::EnumTypeTraits< ::paraview_protobuf::MousePointer_Ratio, ::paraview_protobuf::MousePointer_Ratio_IsValid>, 14, false >
    ratioType;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.MousePointer)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static MousePointer* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ChartViewBounds : public ::google::protobuf::Message {
 public:
  ChartViewBounds();
  virtual ~ChartViewBounds();
  
  ChartViewBounds(const ChartViewBounds& from);
  
  inline ChartViewBounds& operator=(const ChartViewBounds& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ChartViewBounds& default_instance();
  
  void Swap(ChartViewBounds* other);
  
  // implements Message ----------------------------------------------
  
  ChartViewBounds* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ChartViewBounds& from);
  void MergeFrom(const ChartViewBounds& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  static const int kViewFieldNumber = 75;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
    view;
  static const int kRangeFieldNumber = 76;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedPrimitiveTypeTraits< double >, 1, false >
    range;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ChartViewBounds)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ChartViewBounds* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ClientsInformation_ClientInfo : public ::google::protobuf::Message {
 public:
  ClientsInformation_ClientInfo();
  virtual ~ClientsInformation_ClientInfo();
  
  ClientsInformation_ClientInfo(const ClientsInformation_ClientInfo& from);
  
  inline ClientsInformation_ClientInfo& operator=(const ClientsInformation_ClientInfo& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ClientsInformation_ClientInfo& default_instance();
  
  void Swap(ClientsInformation_ClientInfo* other);
  
  // implements Message ----------------------------------------------
  
  ClientsInformation_ClientInfo* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ClientsInformation_ClientInfo& from);
  void MergeFrom(const ClientsInformation_ClientInfo& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  // required uint32 user = 1;
  inline bool has_user() const;
  inline void clear_user();
  static const int kUserFieldNumber = 1;
  inline ::google::protobuf::uint32 user() const;
  inline void set_user(::google::protobuf::uint32 value);
  
  // optional string name = 2;
  inline bool has_name() const;
  inline void clear_name();
  static const int kNameFieldNumber = 2;
  inline const ::std::string& name() const;
  inline void set_name(const ::std::string& value);
  inline void set_name(const char* value);
  inline void set_name(const char* value, size_t size);
  inline ::std::string* mutable_name();
  
  // optional bool is_master = 3 [default = false];
  inline bool has_is_master() const;
  inline void clear_is_master();
  static const int kIsMasterFieldNumber = 3;
  inline bool is_master() const;
  inline void set_is_master(bool value);
  
  // optional bool follow_cam = 4 [default = false];
  inline bool has_follow_cam() const;
  inline void clear_follow_cam();
  static const int kFollowCamFieldNumber = 4;
  inline bool follow_cam() const;
  inline void set_follow_cam(bool value);
  
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ClientsInformation.ClientInfo)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  ::google::protobuf::uint32 user_;
  ::std::string* name_;
  static const ::std::string _default_name_;
  bool is_master_;
  bool follow_cam_;
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ClientsInformation_ClientInfo* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ClientsInformation : public ::google::protobuf::Message {
 public:
  ClientsInformation();
  virtual ~ClientsInformation();
  
  ClientsInformation(const ClientsInformation& from);
  
  inline ClientsInformation& operator=(const ClientsInformation& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ClientsInformation& default_instance();
  
  void Swap(ClientsInformation* other);
  
  // implements Message ----------------------------------------------
  
  ClientsInformation* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ClientsInformation& from);
  void MergeFrom(const ClientsInformation& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef ClientsInformation_ClientInfo ClientInfo;
  
  // accessors -------------------------------------------------------
  
  static const int kUserFieldNumber = 80;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::RepeatedMessageTypeTraits< ::paraview_protobuf::ClientsInformation_ClientInfo >, 11, false >
    user;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ClientsInformation)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ClientsInformation* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT ChatMessage : public ::google::protobuf::Message {
 public:
  ChatMessage();
  virtual ~ChatMessage();
  
  ChatMessage(const ChatMessage& from);
  
  inline ChatMessage& operator=(const ChatMessage& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const ChatMessage& default_instance();
  
  void Swap(ChatMessage* other);
  
  // implements Message ----------------------------------------------
  
  ChatMessage* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const ChatMessage& from);
  void MergeFrom(const ChatMessage& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  // accessors -------------------------------------------------------
  
  static const int kAuthorFieldNumber = 84;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
    author;
  static const int kTxtFieldNumber = 85;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::StringTypeTraits, 9, false >
    txt;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.ChatMessage)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static ChatMessage* default_instance_;
};
// -------------------------------------------------------------------

class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT QtEvent : public ::google::protobuf::Message {
 public:
  QtEvent();
  virtual ~QtEvent();
  
  QtEvent(const QtEvent& from);
  
  inline QtEvent& operator=(const QtEvent& from) {
    CopyFrom(from);
    return *this;
  }
  
  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
    return _unknown_fields_;
  }
  
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
    return &_unknown_fields_;
  }
  
  static const ::google::protobuf::Descriptor* descriptor();
  static const QtEvent& default_instance();
  
  void Swap(QtEvent* other);
  
  // implements Message ----------------------------------------------
  
  QtEvent* New() const;
  void CopyFrom(const ::google::protobuf::Message& from);
  void MergeFrom(const ::google::protobuf::Message& from);
  void CopyFrom(const QtEvent& from);
  void MergeFrom(const QtEvent& from);
  void Clear();
  bool IsInitialized() const;
  
  int ByteSize() const;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input);
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const;
  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  int GetCachedSize() const { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const;
  public:
  
  ::google::protobuf::Metadata GetMetadata() const;
  
  // nested types ----------------------------------------------------
  
  typedef QtEvent_QtEventType QtEventType;
  static const QtEventType CHAT = QtEvent_QtEventType_CHAT;
  static const QtEventType OTHER = QtEvent_QtEventType_OTHER;
  static inline bool QtEventType_IsValid(int value) {
    return QtEvent_QtEventType_IsValid(value);
  }
  static const QtEventType QtEventType_MIN =
    QtEvent_QtEventType_QtEventType_MIN;
  static const QtEventType QtEventType_MAX =
    QtEvent_QtEventType_QtEventType_MAX;
  static const int QtEventType_ARRAYSIZE =
    QtEvent_QtEventType_QtEventType_ARRAYSIZE;
  static inline const ::google::protobuf::EnumDescriptor*
  QtEventType_descriptor() {
    return QtEvent_QtEventType_descriptor();
  }
  static inline const ::std::string& QtEventType_Name(QtEventType value) {
    return QtEvent_QtEventType_Name(value);
  }
  static inline bool QtEventType_Parse(const ::std::string& name,
      QtEventType* value) {
    return QtEvent_QtEventType_Parse(name, value);
  }
  
  // accessors -------------------------------------------------------
  
  static const int kTypeFieldNumber = 98;
  static ::google::protobuf::internal::ExtensionIdentifier< ::paraview_protobuf::Message,
      ::google::protobuf::internal::EnumTypeTraits< ::paraview_protobuf::QtEvent_QtEventType, ::paraview_protobuf::QtEvent_QtEventType_IsValid>, 14, false >
    type;
  // @@protoc_insertion_point(class_scope:paraview_protobuf.QtEvent)
 private:
  ::google::protobuf::UnknownFieldSet _unknown_fields_;
  mutable int _cached_size_;
  
  friend void VTKPVSERVERIMPLEMENTATIONCORE_EXPORT protobuf_AddDesc_vtkPVMessage_2eproto();
  friend void protobuf_AssignDesc_vtkPVMessage_2eproto();
  friend void protobuf_ShutdownFile_vtkPVMessage_2eproto();
  
  ::google::protobuf::uint32 _has_bits_[1];
  
  // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
  inline bool _has_bit(int index) const {
    return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
  }
  inline void _set_bit(int index) {
    _has_bits_[index / 32] |= (1u << (index % 32));
  }
  inline void _clear_bit(int index) {
    _has_bits_[index / 32] &= ~(1u << (index % 32));
  }
  
  void InitAsDefaultInstance();
  static QtEvent* default_instance_;
};
// ===================================================================


// ===================================================================

// Variant

// required .paraview_protobuf.Variant.Type type = 1;
inline bool Variant::has_type() const {
  return _has_bit(0);
}
inline void Variant::clear_type() {
  type_ = 0;
  _clear_bit(0);
}
inline ::paraview_protobuf::Variant_Type Variant::type() const {
  return static_cast< ::paraview_protobuf::Variant_Type >(type_);
}
inline void Variant::set_type(::paraview_protobuf::Variant_Type value) {
  GOOGLE_DCHECK(::paraview_protobuf::Variant_Type_IsValid(value));
  _set_bit(0);
  type_ = value;
}

// repeated sint64 idtype = 3;
inline int Variant::idtype_size() const {
  return idtype_.size();
}
inline void Variant::clear_idtype() {
  idtype_.Clear();
}
inline ::google::protobuf::int64 Variant::idtype(int index) const {
  return idtype_.Get(index);
}
inline void Variant::set_idtype(int index, ::google::protobuf::int64 value) {
  idtype_.Set(index, value);
}
inline void Variant::add_idtype(::google::protobuf::int64 value) {
  idtype_.Add(value);
}
inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
Variant::idtype() const {
  return idtype_;
}
inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
Variant::mutable_idtype() {
  return &idtype_;
}

// repeated sint32 integer = 4;
inline int Variant::integer_size() const {
  return integer_.size();
}
inline void Variant::clear_integer() {
  integer_.Clear();
}
inline ::google::protobuf::int32 Variant::integer(int index) const {
  return integer_.Get(index);
}
inline void Variant::set_integer(int index, ::google::protobuf::int32 value) {
  integer_.Set(index, value);
}
inline void Variant::add_integer(::google::protobuf::int32 value) {
  integer_.Add(value);
}
inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
Variant::integer() const {
  return integer_;
}
inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
Variant::mutable_integer() {
  return &integer_;
}

// repeated double float64 = 5;
inline int Variant::float64_size() const {
  return float64_.size();
}
inline void Variant::clear_float64() {
  float64_.Clear();
}
inline double Variant::float64(int index) const {
  return float64_.Get(index);
}
inline void Variant::set_float64(int index, double value) {
  float64_.Set(index, value);
}
inline void Variant::add_float64(double value) {
  float64_.Add(value);
}
inline const ::google::protobuf::RepeatedField< double >&
Variant::float64() const {
  return float64_;
}
inline ::google::protobuf::RepeatedField< double >*
Variant::mutable_float64() {
  return &float64_;
}

// repeated uint64 proxy_global_id = 6;
inline int Variant::proxy_global_id_size() const {
  return proxy_global_id_.size();
}
inline void Variant::clear_proxy_global_id() {
  proxy_global_id_.Clear();
}
inline ::google::protobuf::uint64 Variant::proxy_global_id(int index) const {
  return proxy_global_id_.Get(index);
}
inline void Variant::set_proxy_global_id(int index, ::google::protobuf::uint64 value) {
  proxy_global_id_.Set(index, value);
}
inline void Variant::add_proxy_global_id(::google::protobuf::uint64 value) {
  proxy_global_id_.Add(value);
}
inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
Variant::proxy_global_id() const {
  return proxy_global_id_;
}
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
Variant::mutable_proxy_global_id() {
  return &proxy_global_id_;
}

// repeated int32 port_number = 7;
inline int Variant::port_number_size() const {
  return port_number_.size();
}
inline void Variant::clear_port_number() {
  port_number_.Clear();
}
inline ::google::protobuf::int32 Variant::port_number(int index) const {
  return port_number_.Get(index);
}
inline void Variant::set_port_number(int index, ::google::protobuf::int32 value) {
  port_number_.Set(index, value);
}
inline void Variant::add_port_number(::google::protobuf::int32 value) {
  port_number_.Add(value);
}
inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
Variant::port_number() const {
  return port_number_;
}
inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
Variant::mutable_port_number() {
  return &port_number_;
}

// repeated string txt = 8;
inline int Variant::txt_size() const {
  return txt_.size();
}
inline void Variant::clear_txt() {
  txt_.Clear();
}
inline const ::std::string& Variant::txt(int index) const {
  return txt_.Get(index);
}
inline ::std::string* Variant::mutable_txt(int index) {
  return txt_.Mutable(index);
}
inline void Variant::set_txt(int index, const ::std::string& value) {
  txt_.Mutable(index)->assign(value);
}
inline void Variant::set_txt(int index, const char* value) {
  txt_.Mutable(index)->assign(value);
}
inline void Variant::set_txt(int index, const char* value, size_t size) {
  txt_.Mutable(index)->assign(
    reinterpret_cast<const char*>(value), size);
}
inline ::std::string* Variant::add_txt() {
  return txt_.Add();
}
inline void Variant::add_txt(const ::std::string& value) {
  txt_.Add()->assign(value);
}
inline void Variant::add_txt(const char* value) {
  txt_.Add()->assign(value);
}
inline void Variant::add_txt(const char* value, size_t size) {
  txt_.Add()->assign(reinterpret_cast<const char*>(value), size);
}
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
Variant::txt() const {
  return txt_;
}
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
Variant::mutable_txt() {
  return &txt_;
}

// repeated bytes binary = 9;
inline int Variant::binary_size() const {
  return binary_.size();
}
inline void Variant::clear_binary() {
  binary_.Clear();
}
inline const ::std::string& Variant::binary(int index) const {
  return binary_.Get(index);
}
inline ::std::string* Variant::mutable_binary(int index) {
  return binary_.Mutable(index);
}
inline void Variant::set_binary(int index, const ::std::string& value) {
  binary_.Mutable(index)->assign(value);
}
inline void Variant::set_binary(int index, const char* value) {
  binary_.Mutable(index)->assign(value);
}
inline void Variant::set_binary(int index, const void* value, size_t size) {
  binary_.Mutable(index)->assign(
    reinterpret_cast<const char*>(value), size);
}
inline ::std::string* Variant::add_binary() {
  return binary_.Add();
}
inline void Variant::add_binary(const ::std::string& value) {
  binary_.Add()->assign(value);
}
inline void Variant::add_binary(const char* value) {
  binary_.Add()->assign(value);
}
inline void Variant::add_binary(const void* value, size_t size) {
  binary_.Add()->assign(reinterpret_cast<const char*>(value), size);
}
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
Variant::binary() const {
  return binary_;
}
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
Variant::mutable_binary() {
  return &binary_;
}

// -------------------------------------------------------------------

// VariantList

// repeated .paraview_protobuf.Variant variant = 1;
inline int VariantList::variant_size() const {
  return variant_.size();
}
inline void VariantList::clear_variant() {
  variant_.Clear();
}
inline const ::paraview_protobuf::Variant& VariantList::variant(int index) const {
  return variant_.Get(index);
}
inline ::paraview_protobuf::Variant* VariantList::mutable_variant(int index) {
  return variant_.Mutable(index);
}
inline ::paraview_protobuf::Variant* VariantList::add_variant() {
  return variant_.Add();
}
inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >&
VariantList::variant() const {
  return variant_;
}
inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >*
VariantList::mutable_variant() {
  return &variant_;
}

// -------------------------------------------------------------------

// MessageCollection

// repeated .paraview_protobuf.Message item = 1;
inline int MessageCollection::item_size() const {
  return item_.size();
}
inline void MessageCollection::clear_item() {
  item_.Clear();
}
inline const ::paraview_protobuf::Message& MessageCollection::item(int index) const {
  return item_.Get(index);
}
inline ::paraview_protobuf::Message* MessageCollection::mutable_item(int index) {
  return item_.Mutable(index);
}
inline ::paraview_protobuf::Message* MessageCollection::add_item() {
  return item_.Add();
}
inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Message >&
MessageCollection::item() const {
  return item_;
}
inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Message >*
MessageCollection::mutable_item() {
  return &item_;
}

// -------------------------------------------------------------------

// Message

// required uint64 global_id = 1;
inline bool Message::has_global_id() const {
  return _has_bit(0);
}
inline void Message::clear_global_id() {
  global_id_ = GOOGLE_ULONGLONG(0);
  _clear_bit(0);
}
inline ::google::protobuf::uint64 Message::global_id() const {
  return global_id_;
}
inline void Message::set_global_id(::google::protobuf::uint64 value) {
  _set_bit(0);
  global_id_ = value;
}

// required uint32 location = 2;
inline bool Message::has_location() const {
  return _has_bit(1);
}
inline void Message::clear_location() {
  location_ = 0u;
  _clear_bit(1);
}
inline ::google::protobuf::uint32 Message::location() const {
  return location_;
}
inline void Message::set_location(::google::protobuf::uint32 value) {
  _set_bit(1);
  location_ = value;
}

// optional bool share_only = 3 [default = false];
inline bool Message::has_share_only() const {
  return _has_bit(2);
}
inline void Message::clear_share_only() {
  share_only_ = false;
  _clear_bit(2);
}
inline bool Message::share_only() const {
  return share_only_;
}
inline void Message::set_share_only(bool value) {
  _set_bit(2);
  share_only_ = value;
}

// optional bool req_def = 4 [default = false];
inline bool Message::has_req_def() const {
  return _has_bit(3);
}
inline void Message::clear_req_def() {
  req_def_ = false;
  _clear_bit(3);
}
inline bool Message::req_def() const {
  return req_def_;
}
inline void Message::set_req_def(bool value) {
  _set_bit(3);
  req_def_ = value;
}

// optional uint32 client_id = 5 [default = 0];
inline bool Message::has_client_id() const {
  return _has_bit(4);
}
inline void Message::clear_client_id() {
  client_id_ = 0u;
  _clear_bit(4);
}
inline ::google::protobuf::uint32 Message::client_id() const {
  return client_id_;
}
inline void Message::set_client_id(::google::protobuf::uint32 value) {
  _set_bit(4);
  client_id_ = value;
}

// -------------------------------------------------------------------

// DefinitionHeader

// -------------------------------------------------------------------

// ProxyState_SubProxy

// required string name = 1;
inline bool ProxyState_SubProxy::has_name() const {
  return _has_bit(0);
}
inline void ProxyState_SubProxy::clear_name() {
  if (name_ != &_default_name_) {
    name_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& ProxyState_SubProxy::name() const {
  return *name_;
}
inline void ProxyState_SubProxy::set_name(const ::std::string& value) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyState_SubProxy::set_name(const char* value) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyState_SubProxy::set_name(const char* value, size_t size) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyState_SubProxy::mutable_name() {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  return name_;
}

// required uint32 global_id = 2;
inline bool ProxyState_SubProxy::has_global_id() const {
  return _has_bit(1);
}
inline void ProxyState_SubProxy::clear_global_id() {
  global_id_ = 0u;
  _clear_bit(1);
}
inline ::google::protobuf::uint32 ProxyState_SubProxy::global_id() const {
  return global_id_;
}
inline void ProxyState_SubProxy::set_global_id(::google::protobuf::uint32 value) {
  _set_bit(1);
  global_id_ = value;
}

// -------------------------------------------------------------------

// ProxyState_Annotation

// required string key = 1;
inline bool ProxyState_Annotation::has_key() const {
  return _has_bit(0);
}
inline void ProxyState_Annotation::clear_key() {
  if (key_ != &_default_key_) {
    key_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& ProxyState_Annotation::key() const {
  return *key_;
}
inline void ProxyState_Annotation::set_key(const ::std::string& value) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(value);
}
inline void ProxyState_Annotation::set_key(const char* value) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(value);
}
inline void ProxyState_Annotation::set_key(const char* value, size_t size) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyState_Annotation::mutable_key() {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  return key_;
}

// required string value = 2;
inline bool ProxyState_Annotation::has_value() const {
  return _has_bit(1);
}
inline void ProxyState_Annotation::clear_value() {
  if (value_ != &_default_value_) {
    value_->clear();
  }
  _clear_bit(1);
}
inline const ::std::string& ProxyState_Annotation::value() const {
  return *value_;
}
inline void ProxyState_Annotation::set_value(const ::std::string& value) {
  _set_bit(1);
  if (value_ == &_default_value_) {
    value_ = new ::std::string;
  }
  value_->assign(value);
}
inline void ProxyState_Annotation::set_value(const char* value) {
  _set_bit(1);
  if (value_ == &_default_value_) {
    value_ = new ::std::string;
  }
  value_->assign(value);
}
inline void ProxyState_Annotation::set_value(const char* value, size_t size) {
  _set_bit(1);
  if (value_ == &_default_value_) {
    value_ = new ::std::string;
  }
  value_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyState_Annotation::mutable_value() {
  _set_bit(1);
  if (value_ == &_default_value_) {
    value_ = new ::std::string;
  }
  return value_;
}

// -------------------------------------------------------------------

// ProxyState_UserData

// required string key = 1;
inline bool ProxyState_UserData::has_key() const {
  return _has_bit(0);
}
inline void ProxyState_UserData::clear_key() {
  if (key_ != &_default_key_) {
    key_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& ProxyState_UserData::key() const {
  return *key_;
}
inline void ProxyState_UserData::set_key(const ::std::string& value) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(value);
}
inline void ProxyState_UserData::set_key(const char* value) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(value);
}
inline void ProxyState_UserData::set_key(const char* value, size_t size) {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  key_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyState_UserData::mutable_key() {
  _set_bit(0);
  if (key_ == &_default_key_) {
    key_ = new ::std::string;
  }
  return key_;
}

// repeated .paraview_protobuf.Variant variant = 2;
inline int ProxyState_UserData::variant_size() const {
  return variant_.size();
}
inline void ProxyState_UserData::clear_variant() {
  variant_.Clear();
}
inline const ::paraview_protobuf::Variant& ProxyState_UserData::variant(int index) const {
  return variant_.Get(index);
}
inline ::paraview_protobuf::Variant* ProxyState_UserData::mutable_variant(int index) {
  return variant_.Mutable(index);
}
inline ::paraview_protobuf::Variant* ProxyState_UserData::add_variant() {
  return variant_.Add();
}
inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >&
ProxyState_UserData::variant() const {
  return variant_;
}
inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::Variant >*
ProxyState_UserData::mutable_variant() {
  return &variant_;
}

// -------------------------------------------------------------------

// ProxyState_Property

// required string name = 1;
inline bool ProxyState_Property::has_name() const {
  return _has_bit(0);
}
inline void ProxyState_Property::clear_name() {
  if (name_ != &_default_name_) {
    name_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& ProxyState_Property::name() const {
  return *name_;
}
inline void ProxyState_Property::set_name(const ::std::string& value) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyState_Property::set_name(const char* value) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyState_Property::set_name(const char* value, size_t size) {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyState_Property::mutable_name() {
  _set_bit(0);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  return name_;
}

// optional .paraview_protobuf.Variant value = 2;
inline bool ProxyState_Property::has_value() const {
  return _has_bit(1);
}
inline void ProxyState_Property::clear_value() {
  if (value_ != NULL) value_->::paraview_protobuf::Variant::Clear();
  _clear_bit(1);
}
inline const ::paraview_protobuf::Variant& ProxyState_Property::value() const {
  return value_ != NULL ? *value_ : *default_instance_->value_;
}
inline ::paraview_protobuf::Variant* ProxyState_Property::mutable_value() {
  _set_bit(1);
  if (value_ == NULL) value_ = new ::paraview_protobuf::Variant;
  return value_;
}

// repeated .paraview_protobuf.ProxyState.UserData user_data = 3;
inline int ProxyState_Property::user_data_size() const {
  return user_data_.size();
}
inline void ProxyState_Property::clear_user_data() {
  user_data_.Clear();
}
inline const ::paraview_protobuf::ProxyState_UserData& ProxyState_Property::user_data(int index) const {
  return user_data_.Get(index);
}
inline ::paraview_protobuf::ProxyState_UserData* ProxyState_Property::mutable_user_data(int index) {
  return user_data_.Mutable(index);
}
inline ::paraview_protobuf::ProxyState_UserData* ProxyState_Property::add_user_data() {
  return user_data_.Add();
}
inline const ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::ProxyState_UserData >&
ProxyState_Property::user_data() const {
  return user_data_;
}
inline ::google::protobuf::RepeatedPtrField< ::paraview_protobuf::ProxyState_UserData >*
ProxyState_Property::mutable_user_data() {
  return &user_data_;
}

// -------------------------------------------------------------------

// ProxyState

// -------------------------------------------------------------------

// PXMRegistrationState_Entry

// optional string group = 1;
inline bool PXMRegistrationState_Entry::has_group() const {
  return _has_bit(0);
}
inline void PXMRegistrationState_Entry::clear_group() {
  if (group_ != &_default_group_) {
    group_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& PXMRegistrationState_Entry::group() const {
  return *group_;
}
inline void PXMRegistrationState_Entry::set_group(const ::std::string& value) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(value);
}
inline void PXMRegistrationState_Entry::set_group(const char* value) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(value);
}
inline void PXMRegistrationState_Entry::set_group(const char* value, size_t size) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* PXMRegistrationState_Entry::mutable_group() {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  return group_;
}

// required string name = 2;
inline bool PXMRegistrationState_Entry::has_name() const {
  return _has_bit(1);
}
inline void PXMRegistrationState_Entry::clear_name() {
  if (name_ != &_default_name_) {
    name_->clear();
  }
  _clear_bit(1);
}
inline const ::std::string& PXMRegistrationState_Entry::name() const {
  return *name_;
}
inline void PXMRegistrationState_Entry::set_name(const ::std::string& value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void PXMRegistrationState_Entry::set_name(const char* value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void PXMRegistrationState_Entry::set_name(const char* value, size_t size) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* PXMRegistrationState_Entry::mutable_name() {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  return name_;
}

// required uint64 global_id = 3;
inline bool PXMRegistrationState_Entry::has_global_id() const {
  return _has_bit(2);
}
inline void PXMRegistrationState_Entry::clear_global_id() {
  global_id_ = GOOGLE_ULONGLONG(0);
  _clear_bit(2);
}
inline ::google::protobuf::uint64 PXMRegistrationState_Entry::global_id() const {
  return global_id_;
}
inline void PXMRegistrationState_Entry::set_global_id(::google::protobuf::uint64 value) {
  _set_bit(2);
  global_id_ = value;
}

// -------------------------------------------------------------------

// PXMRegistrationState

// -------------------------------------------------------------------

// ProxyDefinitionState_ProxyXMLDefinition

// required string group = 1;
inline bool ProxyDefinitionState_ProxyXMLDefinition::has_group() const {
  return _has_bit(0);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::clear_group() {
  if (group_ != &_default_group_) {
    group_->clear();
  }
  _clear_bit(0);
}
inline const ::std::string& ProxyDefinitionState_ProxyXMLDefinition::group() const {
  return *group_;
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_group(const ::std::string& value) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_group(const char* value) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_group(const char* value, size_t size) {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  group_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyDefinitionState_ProxyXMLDefinition::mutable_group() {
  _set_bit(0);
  if (group_ == &_default_group_) {
    group_ = new ::std::string;
  }
  return group_;
}

// required string name = 2;
inline bool ProxyDefinitionState_ProxyXMLDefinition::has_name() const {
  return _has_bit(1);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::clear_name() {
  if (name_ != &_default_name_) {
    name_->clear();
  }
  _clear_bit(1);
}
inline const ::std::string& ProxyDefinitionState_ProxyXMLDefinition::name() const {
  return *name_;
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_name(const ::std::string& value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_name(const char* value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_name(const char* value, size_t size) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyDefinitionState_ProxyXMLDefinition::mutable_name() {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  return name_;
}

// required string xml = 3;
inline bool ProxyDefinitionState_ProxyXMLDefinition::has_xml() const {
  return _has_bit(2);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::clear_xml() {
  if (xml_ != &_default_xml_) {
    xml_->clear();
  }
  _clear_bit(2);
}
inline const ::std::string& ProxyDefinitionState_ProxyXMLDefinition::xml() const {
  return *xml_;
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_xml(const ::std::string& value) {
  _set_bit(2);
  if (xml_ == &_default_xml_) {
    xml_ = new ::std::string;
  }
  xml_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_xml(const char* value) {
  _set_bit(2);
  if (xml_ == &_default_xml_) {
    xml_ = new ::std::string;
  }
  xml_->assign(value);
}
inline void ProxyDefinitionState_ProxyXMLDefinition::set_xml(const char* value, size_t size) {
  _set_bit(2);
  if (xml_ == &_default_xml_) {
    xml_ = new ::std::string;
  }
  xml_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ProxyDefinitionState_ProxyXMLDefinition::mutable_xml() {
  _set_bit(2);
  if (xml_ == &_default_xml_) {
    xml_ = new ::std::string;
  }
  return xml_;
}

// -------------------------------------------------------------------

// ProxyDefinitionState

// -------------------------------------------------------------------

// PullRequest

// -------------------------------------------------------------------

// ProxySelectionModelState

// -------------------------------------------------------------------

// LinkState_LinkDescription

// required uint32 proxy = 1;
inline bool LinkState_LinkDescription::has_proxy() const {
  return _has_bit(0);
}
inline void LinkState_LinkDescription::clear_proxy() {
  proxy_ = 0u;
  _clear_bit(0);
}
inline ::google::protobuf::uint32 LinkState_LinkDescription::proxy() const {
  return proxy_;
}
inline void LinkState_LinkDescription::set_proxy(::google::protobuf::uint32 value) {
  _set_bit(0);
  proxy_ = value;
}

// optional string property_name = 2;
inline bool LinkState_LinkDescription::has_property_name() const {
  return _has_bit(1);
}
inline void LinkState_LinkDescription::clear_property_name() {
  if (property_name_ != &_default_property_name_) {
    property_name_->clear();
  }
  _clear_bit(1);
}
inline const ::std::string& LinkState_LinkDescription::property_name() const {
  return *property_name_;
}
inline void LinkState_LinkDescription::set_property_name(const ::std::string& value) {
  _set_bit(1);
  if (property_name_ == &_default_property_name_) {
    property_name_ = new ::std::string;
  }
  property_name_->assign(value);
}
inline void LinkState_LinkDescription::set_property_name(const char* value) {
  _set_bit(1);
  if (property_name_ == &_default_property_name_) {
    property_name_ = new ::std::string;
  }
  property_name_->assign(value);
}
inline void LinkState_LinkDescription::set_property_name(const char* value, size_t size) {
  _set_bit(1);
  if (property_name_ == &_default_property_name_) {
    property_name_ = new ::std::string;
  }
  property_name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* LinkState_LinkDescription::mutable_property_name() {
  _set_bit(1);
  if (property_name_ == &_default_property_name_) {
    property_name_ = new ::std::string;
  }
  return property_name_;
}

// required .paraview_protobuf.LinkState.LinkDescription.Direction direction = 3;
inline bool LinkState_LinkDescription::has_direction() const {
  return _has_bit(2);
}
inline void LinkState_LinkDescription::clear_direction() {
  direction_ = 0;
  _clear_bit(2);
}
inline ::paraview_protobuf::LinkState_LinkDescription_Direction LinkState_LinkDescription::direction() const {
  return static_cast< ::paraview_protobuf::LinkState_LinkDescription_Direction >(direction_);
}
inline void LinkState_LinkDescription::set_direction(::paraview_protobuf::LinkState_LinkDescription_Direction value) {
  GOOGLE_DCHECK(::paraview_protobuf::LinkState_LinkDescription_Direction_IsValid(value));
  _set_bit(2);
  direction_ = value;
}

// -------------------------------------------------------------------

// LinkState

// -------------------------------------------------------------------

// MousePointer

// -------------------------------------------------------------------

// ChartViewBounds

// -------------------------------------------------------------------

// ClientsInformation_ClientInfo

// required uint32 user = 1;
inline bool ClientsInformation_ClientInfo::has_user() const {
  return _has_bit(0);
}
inline void ClientsInformation_ClientInfo::clear_user() {
  user_ = 0u;
  _clear_bit(0);
}
inline ::google::protobuf::uint32 ClientsInformation_ClientInfo::user() const {
  return user_;
}
inline void ClientsInformation_ClientInfo::set_user(::google::protobuf::uint32 value) {
  _set_bit(0);
  user_ = value;
}

// optional string name = 2;
inline bool ClientsInformation_ClientInfo::has_name() const {
  return _has_bit(1);
}
inline void ClientsInformation_ClientInfo::clear_name() {
  if (name_ != &_default_name_) {
    name_->clear();
  }
  _clear_bit(1);
}
inline const ::std::string& ClientsInformation_ClientInfo::name() const {
  return *name_;
}
inline void ClientsInformation_ClientInfo::set_name(const ::std::string& value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ClientsInformation_ClientInfo::set_name(const char* value) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(value);
}
inline void ClientsInformation_ClientInfo::set_name(const char* value, size_t size) {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  name_->assign(reinterpret_cast<const char*>(value), size);
}
inline ::std::string* ClientsInformation_ClientInfo::mutable_name() {
  _set_bit(1);
  if (name_ == &_default_name_) {
    name_ = new ::std::string;
  }
  return name_;
}

// optional bool is_master = 3 [default = false];
inline bool ClientsInformation_ClientInfo::has_is_master() const {
  return _has_bit(2);
}
inline void ClientsInformation_ClientInfo::clear_is_master() {
  is_master_ = false;
  _clear_bit(2);
}
inline bool ClientsInformation_ClientInfo::is_master() const {
  return is_master_;
}
inline void ClientsInformation_ClientInfo::set_is_master(bool value) {
  _set_bit(2);
  is_master_ = value;
}

// optional bool follow_cam = 4 [default = false];
inline bool ClientsInformation_ClientInfo::has_follow_cam() const {
  return _has_bit(3);
}
inline void ClientsInformation_ClientInfo::clear_follow_cam() {
  follow_cam_ = false;
  _clear_bit(3);
}
inline bool ClientsInformation_ClientInfo::follow_cam() const {
  return follow_cam_;
}
inline void ClientsInformation_ClientInfo::set_follow_cam(bool value) {
  _set_bit(3);
  follow_cam_ = value;
}

// -------------------------------------------------------------------

// ClientsInformation

// -------------------------------------------------------------------

// ChatMessage

// -------------------------------------------------------------------

// QtEvent


// @@protoc_insertion_point(namespace_scope)

}  // namespace paraview_protobuf

#ifndef SWIG
namespace google {
namespace protobuf {

template <>
inline const EnumDescriptor* GetEnumDescriptor< ::paraview_protobuf::Variant_Type>() {
  return ::paraview_protobuf::Variant_Type_descriptor();
}
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::paraview_protobuf::LinkState_LinkDescription_Direction>() {
  return ::paraview_protobuf::LinkState_LinkDescription_Direction_descriptor();
}
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::paraview_protobuf::MousePointer_Ratio>() {
  return ::paraview_protobuf::MousePointer_Ratio_descriptor();
}
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::paraview_protobuf::QtEvent_QtEventType>() {
  return ::paraview_protobuf::QtEvent_QtEventType_descriptor();
}

}  // namespace google
}  // namespace protobuf
#endif  // SWIG

// @@protoc_insertion_point(global_scope)

#endif  // PROTOBUF_vtkPVMessage_2eproto__INCLUDED