This file is indexed.

/usr/share/doc/libhealpix-java/api/index-all.html is in libhealpix-java-doc 3.31-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<title>Index</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="healpix/essentials/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#acos-double-">acos(double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">This method calculates the arc cosine of x in radians.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#add-long-long-">add(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">After this operation, the RangeSet contains the union of itself and
      [a;b[.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#add-long-">add(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">After this operation, the RangeSet contains the union of itself and
      [a;a+1[.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#add-healpix.essentials.Vec3-">add(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Vector addition</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#addPixel-int-long-">addPixel(int, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#addPixelRange-int-long-long-">addPixelRange(int, long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Adds a range of pixels at a given HEALPix order to the Moc.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ang2pix-healpix.essentials.Pointing-">ang2pix(Pointing)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the pixel which contains the supplied Pointing.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#ang2pixNest-int-healpix.essentials.Pointing-">ang2pixNest(int, Pointing)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#ang2pixRing-int-healpix.essentials.Pointing-">ang2pixRing(int, Pointing)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#angle-healpix.essentials.Vec3-">angle(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Angle between two vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#append-long-">append(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Append a single-value range to the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#append-long-long-">append(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Append a range to the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#append-healpix.essentials.RangeSet-">append(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Append an entire range set to the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#approx-float-float-float-">approx(float, float, float)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#approx-double-double-double-">approx(double, double, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#asin-double-">asin(double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">This method calculates the arc sine of x in radians.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#atan-double-">atan(double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">Returns the arc tangent of an angle.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#atan2-double-double-">atan2(double, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">This method calculates the arc tangent of y/x in radians, using
      the signs of the two arguments to determine the quadrant of the
      result.</div>
</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#boundaries-long-int-">boundaries(long, int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a set of points along the boundary of the given pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#boundariesNest-int-long-int-">boundariesNest(int, long, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#boundariesRing-int-long-int-">boundariesRing(int, long, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#center">center</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#check-boolean-java.lang.String-">check(boolean, String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Evaluates cond; if it is false, throws an Exception containing errtxt.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#checkConsistency--">checkConsistency()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Checks the object for internal consistency.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#clear--">clear()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Remove all entries in the set.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#complement--">complement()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns the complement of this Moc.</div>
</dd>
<dt><a href="healpix/essentials/Compressor.html" title="class in healpix.essentials"><span class="typeNameLink">Compressor</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class for compressing/uncompressing monotonous integer sequences.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Compressor.html#Compressor--">Compressor()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Compressor.html" title="class in healpix.essentials">Compressor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/Constants.html" title="class in healpix.essentials"><span class="typeNameLink">Constants</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Some frequently used constants.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#Constants--">Constants()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#contains-healpix.essentials.Moc-">contains(Moc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#contains-long-">contains(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true if a is contained in the set, else false.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#contains-long-long-">contains(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true if all numbers [a;b[ are contained in the set, else false.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#contains-healpix.essentials.RangeSet-">contains(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true if the set completely contains "other", else false.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#containsAll-long-long-">containsAll(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#containsAll-healpix.essentials.RangeSet-">containsAll(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#containsAny-long-long-">containsAny(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#containsAny-healpix.essentials.RangeSet-">containsAny(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#cos-double-">cos(double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">Returns the trigonometric cosine of an angle.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#cosdist_zphi-double-double-double-double-">cosdist_zphi(double, double, double, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Computes the cosine of the angular distance between two z, phi positions
      on the unit sphere.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#cosdist_zphi-healpix.essentials.Zphi-healpix.essentials.Zphi-">cosdist_zphi(Zphi, Zphi)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Computes the cosine of the angular distance between two z, phi positions
      on the unit sphere.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#cross-healpix.essentials.Vec3-">cross(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Vector cross product.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#ctab">ctab</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#degradedToOrder-int-boolean-">degradedToOrder(int, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns a Moc with degraded resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#difference-healpix.essentials.RangeSet-">difference(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Return the difference of this RangeSet and other.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#doMocQuery-int-java.util.ArrayList-">doMocQuery(int, ArrayList&lt;MocQuery.MocQueryComponent&gt;)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#doMocQueryInclusive-int-int-java.util.ArrayList-">doMocQueryInclusive(int, int, ArrayList&lt;MocQuery.MocQueryComponent&gt;)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#dot-healpix.essentials.Vec3-">dot(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Computes the dot product of the this vector and <code>v1</code>.</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#ensureCapacity-int-">ensureCapacity(int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Make sure the object can hold at least the given number of entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true the object represents an identical set of ranges as obj.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#face">face</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>
<div class="block">index of the HEALPix basis pixel, range [0;11]</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.Xyf.html#face">face</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials">HealpixBase.Xyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#facearray">facearray</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#fact1">fact1</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#fact2">fact2</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/FastMath.html" title="class in healpix.essentials"><span class="typeNameLink">FastMath</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">FastMath class is a Java implementation of the
 <a href="http://freecode.com/projects/sleef">SLEEF</a>
 library.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#FastMath--">FastMath()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#fill-double-">fill(double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Sets all map pixel to a specific value.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#fill-float-">fill(float)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Sets all map pixel to a specific value.</div>
</dd>
<dt><a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials"><span class="typeNameLink">FitsUtil</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Basic FITS I/O support for Healpix maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FitsUtil.html#FitsUtil--">FitsUtil()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials">FitsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#flip--">flip()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Invert the signs of all components</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#flipped--">flipped()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#fmodulo-double-double-">fmodulo(double, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Returns the remainder of the division <code>v1/v2</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#fromArray-long:A-">fromArray(long[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#fromCompressed-byte:A-">fromCompressed(byte[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#fromCompressed-byte:A-">fromCompressed(byte[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns a RangeSet obtained by decompressing a byte array which was
      originally generated by toCompressed().</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#fromUniq-long:A-">fromUniq(long[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#fromUniqRS-healpix.essentials.RangeSet-">fromUniqRS(RangeSet)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#fx">fx</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>
<div class="block">x-coordinate within the basis pixel, range [0.0;1.0]</div>
</dd>
<dt><a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials"><span class="typeNameLink">Fxyf</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class describing a location on the sphere</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#Fxyf-double-double-int-">Fxyf(double, double, int)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#Fxyf-healpix.essentials.Hploc-">Fxyf(Hploc)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#Fxyf-healpix.essentials.Vec3-">Fxyf(Vec3)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#fy">fy</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>
<div class="block">y-coordinate within the basis pixel, range [0.0;1.0]</div>
</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#getData--">getData()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Returns the array containing all map pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#getData--">getData()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Returns the array containing all map pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FitsUtil.html#getDoubleMap-java.lang.String-int-int-">getDoubleMap(String, int, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials">FitsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FitsUtil.html#getFloatMap-java.lang.String-int-int-">getFloatMap(String, int, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials">FitsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#getNpix--">getNpix()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the total number of pixels in the pixelisation.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#getNside--">getNside()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the current Nside parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#getOrder--">getOrder()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the current order parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#getPixel-int-">getPixel(int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Returns the value of the pixel with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#getPixel-long-">getPixel(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Returns the value of the pixel with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#getPixel-int-">getPixel(int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Returns the value of the pixel with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#getPixel-long-">getPixel(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Returns the value of the pixel with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#getRangeSet--">getRangeSet()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns the internal range set.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#getScheme--">getScheme()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the current ordering scheme.</div>
</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#halfpi">halfpi</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>
<div class="block">The Constant halfpi</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#hashCode--">hashCode()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#hashCode--">hashCode()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#hashCode--">hashCode()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#hashCode--">hashCode()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#hashCode--">hashCode()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.ValueIterator.html#hasNext--">hasNext()</a></span> - Method in interface healpix.essentials.<a href="healpix/essentials/RangeSet.ValueIterator.html" title="interface in healpix.essentials">RangeSet.ValueIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/package-summary.html">healpix.essentials</a> - package healpix.essentials</dt>
<dd>
<div class="block">Package implementing essential HEALPix functionality.<br>
healpix.essentials is a Java package aiming to combine the advantages
of other Java HEALPix libraries like
the gov.fnal.eag.healpix package by N.</div>
</dd>
<dt><a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixBase</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Basic opersations related to the HEALPix pixelisation.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#HealpixBase--">HealpixBase()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Initializes the object to Nside=1 and scheme=NESTED.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#HealpixBase-long-healpix.essentials.Scheme-">HealpixBase(long, Scheme)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Initializes the object to a user-supplied Nside and ordering scheme.</div>
</dd>
<dt><a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixBase.Xyf</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixMapDouble</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class representing a full HEALPix map containing double values.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#HealpixMapDouble--">HealpixMapDouble()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#HealpixMapDouble-long-healpix.essentials.Scheme-">HealpixMapDouble(long, Scheme)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#HealpixMapDouble-double:A-healpix.essentials.Scheme-">HealpixMapDouble(double[], Scheme)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixMapFloat</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class representing a full HEALPix map containing float values.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#HealpixMapFloat--">HealpixMapFloat()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#HealpixMapFloat-long-healpix.essentials.Scheme-">HealpixMapFloat(long, Scheme)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#HealpixMapFloat-float:A-healpix.essentials.Scheme-">HealpixMapFloat(float[], Scheme)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixProc</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Procedural interface to the <a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials"><code>HealpixBase</code></a> functionality.</div>
</dd>
<dt><a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixTables</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Various data tables needed by the <a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials"><code>HealpixBase</code></a> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#HealpixTables--">HealpixTables()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials"><span class="typeNameLink">HealpixUtils</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Collection of utility functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#HealpixUtils--">HealpixUtils()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#ilog2-long-">ilog2(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Integer base 2 logarithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#importDegrade-healpix.essentials.HealpixMapDouble-boolean-">importDegrade(HealpixMapDouble, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and reducing resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#importDegrade-healpix.essentials.HealpixMapFloat-boolean-">importDegrade(HealpixMapFloat, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and reducing resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#importGeneral-healpix.essentials.HealpixMapDouble-boolean-">importGeneral(HealpixMapDouble, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and resolution if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#importGeneral-healpix.essentials.HealpixMapFloat-boolean-">importGeneral(HealpixMapFloat, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and resolution if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#importNograde-healpix.essentials.HealpixMapDouble-">importNograde(HealpixMapDouble)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#importNograde-healpix.essentials.HealpixMapFloat-">importNograde(HealpixMapFloat)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#importUpgrade-healpix.essentials.HealpixMapDouble-">importUpgrade(HealpixMapDouble)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and increasing resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#importUpgrade-healpix.essentials.HealpixMapFloat-">importUpgrade(HealpixMapFloat)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Imports the map "orig" to this object, adjusting pixel ordering
      and increasing resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Compressor.html#interpol_decode-byte:A-">interpol_decode(byte[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/Compressor.html" title="class in healpix.essentials">Compressor</a></dt>
<dd>
<div class="block">Return an array containing the number sequence decompressed from data.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Compressor.html#interpol_encode-long:A-int-int-">interpol_encode(long[], int, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/Compressor.html" title="class in healpix.essentials">Compressor</a></dt>
<dd>
<div class="block">Return a byte array representing the compressed sequence
      [data[begin]; data[end-1]]</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#intersect-long-long-">intersect(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">After this operation, the RangeSet contains the intersection of itself and
      [a;b[.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#intersection-healpix.essentials.Moc-">intersection(Moc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns a new Moc that contains the intersection of this Moc and "other".</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#intersection-healpix.essentials.RangeSet-">intersection(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Return the intersection of this RangeSet and other.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#inv_halfpi">inv_halfpi</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#inv_twopi">inv_twopi</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#isEmpty--">isEmpty()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#isqrt-long-">isqrt(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>
<div class="block">Integer square root.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#ivbegin-int-">ivbegin(int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#ivend-int-">ivend(int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.Xyf.html#ix">ix</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials">HealpixBase.Xyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.Xyf.html#iy">iy</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials">HealpixBase.Xyf</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#jpll">jpll</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#jrll">jrll</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#length--">length()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Vector length</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#lengthSquared--">lengthSquared()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Squared vector length</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#loc2pix-healpix.essentials.Hploc-">loc2pix(Hploc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#maxOrder--">maxOrder()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns the maximum HEALPix order necessary to describe the Moc exactly.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#maxPixrad--">maxPixrad()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the maximum angular distance between a pixel center and its
      corners.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#maxPixrad-int-">maxPixrad(int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/Moc.html" title="class in healpix.essentials"><span class="typeNameLink">Moc</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Support for MOC algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#Moc--">Moc()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Creates a new, empty Moc.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#Moc-healpix.essentials.Moc-">Moc(Moc)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Creates a new Moc, which is identical to "other".</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#Moc-healpix.essentials.RangeSet-int-">Moc(RangeSet, int)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Creates a new Moc from the range set of NESTED pixels at the given order.</div>
</dd>
<dt><a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials"><span class="typeNameLink">MocFitsIO</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Moc FITS I/O routines.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocFitsIO.html#MocFitsIO--">MocFitsIO()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials">MocFitsIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocFitsIO.html#mocFromFits-java.io.InputStream-">mocFromFits(InputStream)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials">MocFitsIO</a></dt>
<dd>
<div class="block">Converts the contents of a FITS input stream to a MOC.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocFitsIO.html#mocFromFits-java.lang.String-">mocFromFits(String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials">MocFitsIO</a></dt>
<dd>
<div class="block">Converts the contents of a FITS file to a MOC.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocStringIO.html#mocFromString-java.lang.String-">mocFromString(String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocStringIO.html" title="class in healpix.essentials">MocStringIO</a></dt>
<dd>
<div class="block">Parses a string following either the basic ASCII or JSON syntax given in
      the MOC standard document, and converts it into a MOC.</div>
</dd>
<dt><a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials"><span class="typeNameLink">MocQuery</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Support for MOC queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#MocQuery--">MocQuery()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials"><span class="typeNameLink">MocQuery.MocQueryComponent</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/MocQuery.MocQueryOp.html" title="enum in healpix.essentials"><span class="typeNameLink">MocQuery.MocQueryOp</span></a> - Enum in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#MocQueryComponent-healpix.essentials.MocQuery.MocQueryOp-">MocQueryComponent(MocQuery.MocQueryOp)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#MocQueryComponent-healpix.essentials.MocQuery.MocQueryOp-int-">MocQueryComponent(MocQuery.MocQueryOp, int)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#MocQueryComponent-healpix.essentials.Vec3-double-">MocQueryComponent(Vec3, double)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/MocStringIO.html" title="class in healpix.essentials"><span class="typeNameLink">MocStringIO</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Moc string I/O routines.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocStringIO.html#MocStringIO--">MocStringIO()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/MocStringIO.html" title="class in healpix.essentials">MocStringIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocFitsIO.html#mocToFits-healpix.essentials.Moc-java.io.OutputStream-">mocToFits(Moc, OutputStream)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials">MocFitsIO</a></dt>
<dd>
<div class="block">Writes the provided Moc to the stream in FITS format.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocFitsIO.html#mocToFits-healpix.essentials.Moc-java.lang.String-">mocToFits(Moc, String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocFitsIO.html" title="class in healpix.essentials">MocFitsIO</a></dt>
<dd>
<div class="block">Writes the provided Moc to the specified file in FITS format.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocStringIO.html#mocToStringASCII-healpix.essentials.Moc-">mocToStringASCII(Moc)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocStringIO.html" title="class in healpix.essentials">MocStringIO</a></dt>
<dd>
<div class="block">Converts the Moc to its basic ASCII representation as described in the MOC
      standard document.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocStringIO.html#mocToStringJSON-healpix.essentials.Moc-">mocToStringJSON(Moc)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocStringIO.html" title="class in healpix.essentials">MocStringIO</a></dt>
<dd>
<div class="block">Converts the Moc to its JSON representation as described in the MOC
      standard document.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#mul-double-">mul(double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Vector scaling.</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ncap">ncap</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#neighbours-long-">neighbours(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the neighboring pixels of ipix.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#neighboursNest-int-long-">neighboursNest(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#neighboursRing-int-long-">neighboursRing(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#nest2peano-long-int-">nest2peano(long, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nest2ring-long-">nest2ring(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns ring pixel number for the supplied nested pixel number.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#nest2ring-int-long-">nest2ring(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.ValueIterator.html#next--">next()</a></span> - Method in interface healpix.essentials.<a href="healpix/essentials/RangeSet.ValueIterator.html" title="interface in healpix.essentials">RangeSet.ValueIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nl2">nl2</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nl3">nl3</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nl4">nl4</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#nops">nops</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#norm--">norm()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Return normalized vector</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#normalize--">normalize()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Normalize theta and phi ranges</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#normalize--">normalize()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Normalize the vector</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#normalizeTheta--">normalizeTheta()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Normalize theta range</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#npface">npface</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#npix">npix</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#npix2Nside-long-">npix2Nside(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Calculates the Nside parameter from the number of pixels.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#nranges--">nranges()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#nranges--">nranges()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ns_max">ns_max</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Maximum Nside parameter; equivalent to 2^<code>order_max</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nside">nside</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">The Nside parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nside2Npix-long-">nside2Npix(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Calculates the number of pixels from the Nside parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#nside2order-long-">nside2order(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Calculates the map order from its Nside parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#nval--">nval()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#op">op</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#order">order</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">The order of the map; -1 when <code>nside</code> is not a power of 2.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#order2Npix-int-">order2Npix(int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Calculates the number of pixels from the order parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#order_max">order_max</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Maximum order parameter</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#overlaps-healpix.essentials.Moc-">overlaps(Moc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#overlaps-long-long-">overlaps(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true if any of the numbers [a;b[ are contained in the set,
      else false.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#overlaps-healpix.essentials.RangeSet-">overlaps(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns true if there is overlap between the set and "other",
      else false.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#peano2nest-long-int-">peano2nest(long, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#phi">phi</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Longitude in radians</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#phi">phi</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Longitude in radians; Range [0; 2Pi].</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2ang-long-">pix2ang(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the Pointing corresponding to the center of the supplied pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#pix2angNest-int-long-">pix2angNest(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#pix2angRing-int-long-">pix2angRing(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2loc-long-">pix2loc(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2ring-long-">pix2ring(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Compute ring index from pixel number.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2vec-long-">pix2vec(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the normalized 3-vector corresponding to the center of the
      supplied pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#pix2vecNest-int-long-">pix2vecNest(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#pix2vecRing-int-long-">pix2vecRing(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2xyf-long-">pix2xyf(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#pix2zphi-long-">pix2zphi(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the Zphi corresponding to the center of the supplied pixel.</div>
</dd>
<dt><a href="healpix/essentials/Pointing.html" title="class in healpix.essentials"><span class="typeNameLink">Pointing</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">An angular position on the unit sphere.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#Pointing--">Pointing()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#Pointing-healpix.essentials.Pointing-">Pointing(Pointing)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#Pointing-double-double-">Pointing(double, double)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Simple constructor initializing both values.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#Pointing-healpix.essentials.Vec3-">Pointing(Vec3)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Vec3.html" title="class in healpix.essentials"><code>Vec3</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#Pointing-healpix.essentials.Zphi-">Pointing(Zphi)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Zphi.html" title="class in healpix.essentials"><code>Zphi</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#prepPolygon-java.util.ArrayList-">prepPolygon(ArrayList&lt;Vec3&gt;)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#prepPolyHelper-healpix.essentials.Vec3:A-int:A-java.util.ArrayList-boolean-">prepPolyHelper(Vec3[], int[], ArrayList&lt;MocQuery.MocQueryComponent&gt;, boolean)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Q">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#queryDisc-healpix.essentials.Pointing-double-">queryDisc(Pointing, double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a range set of pixels whose centers lie within a given disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#queryDiscInclusive-healpix.essentials.Pointing-double-int-">queryDiscInclusive(Pointing, double, int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a range set of pixels which overlap with a given disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryDiscInclusiveNest-int-healpix.essentials.Pointing-double-int-">queryDiscInclusiveNest(int, Pointing, double, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryDiscInclusiveRing-int-healpix.essentials.Pointing-double-int-">queryDiscInclusiveRing(int, Pointing, double, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryDiscNest-int-healpix.essentials.Pointing-double-">queryDiscNest(int, Pointing, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryDiscRing-int-healpix.essentials.Pointing-double-">queryDiscRing(int, Pointing, double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#queryGeneralPolygon-java.util.ArrayList-int-">queryGeneralPolygon(ArrayList&lt;Vec3&gt;, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.html#queryGeneralPolygonInclusive-java.util.ArrayList-int-int-">queryGeneralPolygonInclusive(ArrayList&lt;Vec3&gt;, int, int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/MocQuery.html" title="class in healpix.essentials">MocQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#queryPolygon-healpix.essentials.Pointing:A-">queryPolygon(Pointing[])</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a range set of pixels whose centers lie within the convex
      polygon defined by the <code>vertex</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#queryPolygonInclusive-healpix.essentials.Pointing:A-int-">queryPolygonInclusive(Pointing[], int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a range set of pixels that overlap with the convex
      polygon defined by the <code>vertex</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryPolygonInclusiveNest-int-healpix.essentials.Pointing:A-int-">queryPolygonInclusiveNest(int, Pointing[], int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryPolygonInclusiveRing-int-healpix.essentials.Pointing:A-int-">queryPolygonInclusiveRing(int, Pointing[], int)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryPolygonNest-int-healpix.essentials.Pointing:A-">queryPolygonNest(int, Pointing[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryPolygonRing-int-healpix.essentials.Pointing:A-">queryPolygonRing(int, Pointing[])</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#queryStrip-double-double-boolean-">queryStrip(double, double, boolean)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns a range set of pixels whose centers lie within a given latitude
      range (if <code>inclusive==false</code>), or which overlap with this range
      (if <code>inclusive==true</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryStripNest-int-double-double-boolean-">queryStripNest(int, double, double, boolean)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#queryStripRing-int-double-double-boolean-">queryStripRing(int, double, double, boolean)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#r">r</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Sorted list of interval boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryComponent.html#radius">radius</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryComponent.html" title="class in healpix.essentials">MocQuery.MocQueryComponent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials"><span class="typeNameLink">RangeSet</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class for dealing with sets of integer ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#RangeSet--">RangeSet()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Construct new object with initial space for 4 ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#RangeSet-int-">RangeSet(int)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Construct new object with initial capacity for a given number of ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#RangeSet-long:A-">RangeSet(long[])</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Construct new object from an array of longs.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#RangeSet-healpix.essentials.RangeSet-">RangeSet(RangeSet)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Construct new object from another RangeSet</div>
</dd>
<dt><a href="healpix/essentials/RangeSet.ValueIterator.html" title="interface in healpix.essentials"><span class="typeNameLink">RangeSet.ValueIterator</span></a> - Interface in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Interface describing an iterator for going through all values in
      a RangeSet object.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#remove-long-long-">remove(long, long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">After this operation, the RangeSet contains the difference of itself and
      [a;b[.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#remove-long-">remove(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">After this operation, the RangeSet contains the difference of itself and
      [a;a+1[.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ring2nest-long-">ring2nest(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns nested pixel number for the supplied ring pixel number.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#ring2nest-int-long-">ring2nest(int, long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ring2theta-long-">ring2theta(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the colatitude for the requested ring.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ring2xyf-long-">ring2xyf(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#ring2z-long-">ring2z(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the z-coordinate (equivalent to the cosine of the colatitude)
      for the requested ring.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#scale-double-">scale(double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Scale the vector by a given factor</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#scheme">scheme</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">The ordering scheme.</div>
</dd>
<dt><a href="healpix/essentials/Scheme.html" title="enum in healpix.essentials"><span class="typeNameLink">Scheme</span></a> - Enum in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">The Healpix pixel ordering scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#setDataAndScheme-double:A-healpix.essentials.Scheme-">setDataAndScheme(double[], Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Adjusts the object to scheme_in, and sets pixel data to data_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#setDataAndScheme-float:A-healpix.essentials.Scheme-">setDataAndScheme(float[], Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Adjusts the object to scheme_in, and sets pixel data to data_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#setNside-long-">setNside(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#setNside-long-">setNside(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#setNside-long-">setNside(long)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#setNsideAndScheme-long-healpix.essentials.Scheme-">setNsideAndScheme(long, Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in and scheme_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#setNsideAndScheme-long-healpix.essentials.Scheme-">setNsideAndScheme(long, Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in and scheme_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#setNsideAndScheme-long-healpix.essentials.Scheme-">setNsideAndScheme(long, Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Adjusts the object to nside_in and scheme_in.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#setPixel-int-double-">setPixel(int, double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Sets the value of a specific pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#setPixel-long-double-">setPixel(long, double)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Sets the value of a specific pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#setPixel-int-float-">setPixel(int, float)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Sets the value of a specific pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#setPixel-long-float-">setPixel(long, float)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Sets the value of a specific pixel.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#setScheme-healpix.essentials.Scheme-">setScheme(Scheme)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Adjusts the object to scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FastMath.html#sin-double-">sin(double)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FastMath.html" title="class in healpix.essentials">FastMath</a></dt>
<dd>
<div class="block">Returns the trigonometric sine of an angle.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#sub-healpix.essentials.Vec3-">sub(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Vector subtraction</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#subtraction-healpix.essentials.Moc-">subtraction(Moc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns a new Moc that contains all parts of this Moc that are not
      contained in "other".</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#swap_cycle">swap_cycle</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#swaparray">swaparray</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#swapScheme--">swapScheme()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>
<div class="block">Converts the map from NESTED to RING scheme or vice versa.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#swapScheme--">swapScheme()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>
<div class="block">Converts the map from NESTED to RING scheme or vice versa.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#sz">sz</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Current number of active entries.</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#theta">theta</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>
<div class="block">Colatitude in radians (0 is North Pole; Pi is South Pole)</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#toArray--">toArray()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Creates an array containing all the numbers in the RangeSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#toArray--">toArray()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#toArray-double:A-">toArray(double[])</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#toCompressed--">toCompressed()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#toCompressed--">toCompressed()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns a compressed representation of the RangeSet, using interpolative
      coding.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#toHploc--">toHploc()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Pointing.html#toString--">toString()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Pointing.html" title="class in healpix.essentials">Pointing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#toString--">toString()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#toString--">toString()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#toString--">toString()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#toUniq--">toUniq()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#toUniqRS--">toUniqRS()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Fxyf.html#toVec3--">toVec3()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Fxyf.html" title="class in healpix.essentials">Fxyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#trimIfTooLarge--">trimIfTooLarge()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Shrinks the array for the entries to minimum size, if it is more than
      twice the minimum size</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#trimSize--">trimSize()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Shrinks the array for the entries to minimum size.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#twopi">twopi</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>
<div class="block">The Constant twopi.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Constants.html#twothird">twothird</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/Constants.html" title="class in healpix.essentials">Constants</a></dt>
<dd>
<div class="block">The Constant twothird.</div>
</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapDouble.html#undef">undef</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixMapDouble.html" title="class in healpix.essentials">HealpixMapDouble</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixMapFloat.html#undef">undef</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixMapFloat.html" title="class in healpix.essentials">HealpixMapFloat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Moc.html#union-healpix.essentials.Moc-">union(Moc)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/Moc.html" title="class in healpix.essentials">Moc</a></dt>
<dd>
<div class="block">Returns a new Moc that contains the union of this Moc and "other".</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#union-healpix.essentials.RangeSet-">union(RangeSet)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Return the union of this RangeSet and other.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixUtils.html#uniq2order-long-">uniq2order(long)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixUtils.html" title="class in healpix.essentials">HealpixUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#utab">utab</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:V">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/RangeSet.html#valueIterator--">valueIterator()</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/RangeSet.html" title="class in healpix.essentials">RangeSet</a></dt>
<dd>
<div class="block">Returns a ValueIterator, which iterates over all individual numbers
      in the RangeSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryOp.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryOp.html" title="enum in healpix.essentials">MocQuery.MocQueryOp</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Scheme.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum healpix.essentials.<a href="healpix/essentials/Scheme.html" title="enum in healpix.essentials">Scheme</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/MocQuery.MocQueryOp.html#values--">values()</a></span> - Static method in enum healpix.essentials.<a href="healpix/essentials/MocQuery.MocQueryOp.html" title="enum in healpix.essentials">MocQuery.MocQueryOp</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Scheme.html#values--">values()</a></span> - Static method in enum healpix.essentials.<a href="healpix/essentials/Scheme.html" title="enum in healpix.essentials">Scheme</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#vec2pix-healpix.essentials.Vec3-">vec2pix(Vec3)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the pixel which contains the supplied Vec3.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#vec2pixNest-int-healpix.essentials.Vec3-">vec2pixNest(int, Vec3)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixProc.html#vec2pixRing-int-healpix.essentials.Vec3-">vec2pixRing(int, Vec3)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/HealpixProc.html" title="class in healpix.essentials">HealpixProc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="healpix/essentials/Vec3.html" title="class in healpix.essentials"><span class="typeNameLink">Vec3</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Cartesian 3-vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3--">Vec3()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3-healpix.essentials.Vec3-">Vec3(Vec3)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3-double-double-double-">Vec3(double, double, double)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Creation from individual components</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3-healpix.essentials.Pointing-">Vec3(Pointing)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Pointing.html" title="class in healpix.essentials"><code>Pointing</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3-healpix.essentials.Zphi-">Vec3(Zphi)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Zphi.html" title="class in healpix.essentials"><code>Zphi</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#Vec3-double:A-">Vec3(double[])</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/FitsUtil.html#writeDoubleMap-healpix.essentials.HealpixMapDouble-java.lang.String-">writeDoubleMap(HealpixMapDouble, String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials">FitsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/FitsUtil.html#writeFloatMap-healpix.essentials.HealpixMapFloat-java.lang.String-">writeFloatMap(HealpixMapFloat, String)</a></span> - Static method in class healpix.essentials.<a href="healpix/essentials/FitsUtil.html" title="class in healpix.essentials">FitsUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:X">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#x">x</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#xoffset">xoffset</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.Xyf.html#Xyf--">Xyf()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials">HealpixBase.Xyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.Xyf.html#Xyf-int-int-int-">Xyf(int, int, int)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/HealpixBase.Xyf.html" title="class in healpix.essentials">HealpixBase.Xyf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#xyf2pix-int-int-int-">xyf2pix(int, int, int)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#xyf2pix-healpix.essentials.HealpixBase.Xyf-">xyf2pix(HealpixBase.Xyf)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Y">
<!--   -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#y">y</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixTables.html#yoffset">yoffset</a></span> - Static variable in class healpix.essentials.<a href="healpix/essentials/HealpixTables.html" title="class in healpix.essentials">HealpixTables</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z">
<!--   -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="healpix/essentials/Vec3.html#z">z</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Vec3.html" title="class in healpix.essentials">Vec3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#z">z</a></span> - Variable in class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Cosine of the colatitude, or z component of unit vector; Range [-1;1].</div>
</dd>
<dt><a href="healpix/essentials/Zphi.html" title="class in healpix.essentials"><span class="typeNameLink">Zphi</span></a> - Class in <a href="healpix/essentials/package-summary.html">healpix.essentials</a></dt>
<dd>
<div class="block">Class for storing a position on the unit sphere as a (z,phi)-tuple.</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#Zphi--">Zphi()</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#Zphi-double-double-">Zphi(double, double)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Creation from individual components</div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#Zphi-healpix.essentials.Vec3-">Zphi(Vec3)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Vec3.html" title="class in healpix.essentials"><code>Vec3</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/Zphi.html#Zphi-healpix.essentials.Pointing-">Zphi(Pointing)</a></span> - Constructor for class healpix.essentials.<a href="healpix/essentials/Zphi.html" title="class in healpix.essentials">Zphi</a></dt>
<dd>
<div class="block">Conversion from <a href="healpix/essentials/Pointing.html" title="class in healpix.essentials"><code>Pointing</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="healpix/essentials/HealpixBase.html#zphi2pix-healpix.essentials.Zphi-">zphi2pix(Zphi)</a></span> - Method in class healpix.essentials.<a href="healpix/essentials/HealpixBase.html" title="class in healpix.essentials">HealpixBase</a></dt>
<dd>
<div class="block">Returns the pixel which contains the supplied Zphi.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="healpix/essentials/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>