summaryrefslogtreecommitdiffstats
path: root/c++/src/cpplus_RM/class_h5_1_1_float_type.html
blob: 770ec3596b3e1d7b74bdf0cdf044ac2a751dc855 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>HDF5 C++ API: H5::FloatType Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="hdf_logo.jpg"/></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname">HDF5 C++ API
   &#160;<span id="projectnumber">1.8.13</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespace_h5.html">H5</a></li><li class="navelem"><a class="el" href="class_h5_1_1_float_type.html">FloatType</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="class_h5_1_1_float_type-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">H5::FloatType Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Class <a class="el" href="class_h5_1_1_float_type.html" title="Class FloatType operates on HDF5 floating point datatype. ">FloatType</a> operates on HDF5 floating point datatype.  
</p>

<p><code>#include &lt;<a class="el" href="_h5_float_type_8h_source.html">H5FloatType.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for H5::FloatType:</div>
<div class="dyncontent">
 <div class="center">
  <img src="class_h5_1_1_float_type.png" usemap="#H5::FloatType_map" alt=""/>
  <map id="H5::FloatType_map" name="H5::FloatType_map">
<area href="class_h5_1_1_atom_type.html" title="AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType. ..." alt="H5::AtomType" shape="rect" coords="0,224,107,248"/>
<area href="class_h5_1_1_data_type.html" title="Class DataType provides generic operations on HDF5 datatypes. " alt="H5::DataType" shape="rect" coords="0,168,107,192"/>
<area href="class_h5_1_1_h5_object.html" title="Class H5Object is a bridge between H5Location and DataSet, DataType, and Group. " alt="H5::H5Object" shape="rect" coords="0,112,107,136"/>
<area href="class_h5_1_1_h5_location.html" title="H5Location is an abstract base class, added in version 1.8.12. " alt="H5::H5Location" shape="rect" coords="0,56,107,80"/>
<area href="class_h5_1_1_id_component.html" title="Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier. " alt="H5::IdComponent" shape="rect" coords="0,0,107,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ac815e325b21b3a3d3e829d88c8bc7786"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#ac815e325b21b3a3d3e829d88c8bc7786">FloatType</a> (const <a class="el" href="class_h5_1_1_pred_type.html">PredType</a> &amp;pred_type)</td></tr>
<tr class="memdesc:ac815e325b21b3a3d3e829d88c8bc7786"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a floating-point datatype using a predefined type.  <a href="#ac815e325b21b3a3d3e829d88c8bc7786">More...</a><br/></td></tr>
<tr class="separator:ac815e325b21b3a3d3e829d88c8bc7786"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ca1abd3d0eb51095524d5cc4e23766e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a8ca1abd3d0eb51095524d5cc4e23766e">FloatType</a> (const <a class="el" href="class_h5_1_1_data_set.html">DataSet</a> &amp;dataset)</td></tr>
<tr class="memdesc:a8ca1abd3d0eb51095524d5cc4e23766e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the floating-point datatype of the specified dataset.  <a href="#a8ca1abd3d0eb51095524d5cc4e23766e">More...</a><br/></td></tr>
<tr class="separator:a8ca1abd3d0eb51095524d5cc4e23766e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1efbd47556c68893e579fc1f734a0a8d"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a1efbd47556c68893e579fc1f734a0a8d">getEbias</a> () const </td></tr>
<tr class="memdesc:a1efbd47556c68893e579fc1f734a0a8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the exponent bias of a floating-point type.  <a href="#a1efbd47556c68893e579fc1f734a0a8d">More...</a><br/></td></tr>
<tr class="separator:a1efbd47556c68893e579fc1f734a0a8d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c758c657f4d36b88c14739736c9c351"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a2c758c657f4d36b88c14739736c9c351">setEbias</a> (size_t ebias) const </td></tr>
<tr class="memdesc:a2c758c657f4d36b88c14739736c9c351"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the exponent bias of a floating-point type.  <a href="#a2c758c657f4d36b88c14739736c9c351">More...</a><br/></td></tr>
<tr class="separator:a2c758c657f4d36b88c14739736c9c351"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa9a8fe9c85d57d567d0d7aa8575ca23b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#aa9a8fe9c85d57d567d0d7aa8575ca23b">getFields</a> (size_t &amp;spos, size_t &amp;epos, size_t &amp;esize, size_t &amp;mpos, size_t &amp;msize) const </td></tr>
<tr class="memdesc:aa9a8fe9c85d57d567d0d7aa8575ca23b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves floating point datatype bit field information.  <a href="#aa9a8fe9c85d57d567d0d7aa8575ca23b">More...</a><br/></td></tr>
<tr class="separator:aa9a8fe9c85d57d567d0d7aa8575ca23b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af0f66093338148e3d6f99a23d79d183d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#af0f66093338148e3d6f99a23d79d183d">setFields</a> (size_t spos, size_t epos, size_t esize, size_t mpos, size_t msize) const </td></tr>
<tr class="memdesc:af0f66093338148e3d6f99a23d79d183d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets locations and sizes of floating point bit fields.  <a href="#af0f66093338148e3d6f99a23d79d183d">More...</a><br/></td></tr>
<tr class="separator:af0f66093338148e3d6f99a23d79d183d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8fde9853ef30b7fee9385abb4c7d1805"><td class="memItemLeft" align="right" valign="top">H5T_pad_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a8fde9853ef30b7fee9385abb4c7d1805">getInpad</a> (H5std_string &amp;pad_string) const </td></tr>
<tr class="memdesc:a8fde9853ef30b7fee9385abb4c7d1805"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the internal padding type for unused bits in this floating-point datatypes.  <a href="#a8fde9853ef30b7fee9385abb4c7d1805">More...</a><br/></td></tr>
<tr class="separator:a8fde9853ef30b7fee9385abb4c7d1805"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a026f1c38340b9e1e33958e586e1ae0ff"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a026f1c38340b9e1e33958e586e1ae0ff">setInpad</a> (H5T_pad_t inpad) const </td></tr>
<tr class="memdesc:a026f1c38340b9e1e33958e586e1ae0ff"><td class="mdescLeft">&#160;</td><td class="mdescRight">Fills unused internal floating point bits.  <a href="#a026f1c38340b9e1e33958e586e1ae0ff">More...</a><br/></td></tr>
<tr class="separator:a026f1c38340b9e1e33958e586e1ae0ff"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b31f7bb271267980b02ce1446fc1b60"><td class="memItemLeft" align="right" valign="top">H5T_norm_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a9b31f7bb271267980b02ce1446fc1b60">getNorm</a> (H5std_string &amp;norm_string) const </td></tr>
<tr class="memdesc:a9b31f7bb271267980b02ce1446fc1b60"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves mantissa normalization of a floating-point datatype.  <a href="#a9b31f7bb271267980b02ce1446fc1b60">More...</a><br/></td></tr>
<tr class="separator:a9b31f7bb271267980b02ce1446fc1b60"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a38e8d7f9a8727ee458117339c8778b7a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a38e8d7f9a8727ee458117339c8778b7a">setNorm</a> (H5T_norm_t norm) const </td></tr>
<tr class="memdesc:a38e8d7f9a8727ee458117339c8778b7a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the mantissa normalization of a floating-point datatype.  <a href="#a38e8d7f9a8727ee458117339c8778b7a">More...</a><br/></td></tr>
<tr class="separator:a38e8d7f9a8727ee458117339c8778b7a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4ea3002c4db5ff2895530d9fda8cdf2e"><td class="memItemLeft" align="right" valign="top">virtual H5std_string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a4ea3002c4db5ff2895530d9fda8cdf2e">fromClass</a> () const </td></tr>
<tr class="memdesc:a4ea3002c4db5ff2895530d9fda8cdf2e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns this class name.  <a href="#a4ea3002c4db5ff2895530d9fda8cdf2e">More...</a><br/></td></tr>
<tr class="separator:a4ea3002c4db5ff2895530d9fda8cdf2e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a682b4dca5d8a436772357ad5e8e13649"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a682b4dca5d8a436772357ad5e8e13649">FloatType</a> ()</td></tr>
<tr class="memdesc:a682b4dca5d8a436772357ad5e8e13649"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor: Creates a stub floating-point datatype.  <a href="#a682b4dca5d8a436772357ad5e8e13649">More...</a><br/></td></tr>
<tr class="separator:a682b4dca5d8a436772357ad5e8e13649"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a786d4ff293ea19bb39b3f35c29f321e2"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a786d4ff293ea19bb39b3f35c29f321e2">FloatType</a> (const hid_t existing_id)</td></tr>
<tr class="memdesc:a786d4ff293ea19bb39b3f35c29f321e2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an <a class="el" href="class_h5_1_1_float_type.html" title="Class FloatType operates on HDF5 floating point datatype. ">FloatType</a> object using the id of an existing datatype.  <a href="#a786d4ff293ea19bb39b3f35c29f321e2">More...</a><br/></td></tr>
<tr class="separator:a786d4ff293ea19bb39b3f35c29f321e2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a422f60673e35a4044afb7b4f2cabf204"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#a422f60673e35a4044afb7b4f2cabf204">FloatType</a> (const <a class="el" href="class_h5_1_1_float_type.html">FloatType</a> &amp;original)</td></tr>
<tr class="memdesc:a422f60673e35a4044afb7b4f2cabf204"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor: makes a copy of the original <a class="el" href="class_h5_1_1_float_type.html" title="Class FloatType operates on HDF5 floating point datatype. ">FloatType</a> object.  <a href="#a422f60673e35a4044afb7b4f2cabf204">More...</a><br/></td></tr>
<tr class="separator:a422f60673e35a4044afb7b4f2cabf204"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afd73a8cf83b13afa584405f2f55b072c"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_float_type.html#afd73a8cf83b13afa584405f2f55b072c">~FloatType</a> ()</td></tr>
<tr class="memdesc:afd73a8cf83b13afa584405f2f55b072c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Noop destructor.  <a href="#afd73a8cf83b13afa584405f2f55b072c">More...</a><br/></td></tr>
<tr class="separator:afd73a8cf83b13afa584405f2f55b072c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_atom_type"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_h5_1_1_atom_type')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_atom_type.html">H5::AtomType</a></td></tr>
<tr class="memitem:a49a866fcb26c69b13735d52abf946515 inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">H5T_order_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#a49a866fcb26c69b13735d52abf946515">getOrder</a> () const </td></tr>
<tr class="memdesc:a49a866fcb26c69b13735d52abf946515 inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the byte order of an atomic datatype.  <a href="#a49a866fcb26c69b13735d52abf946515">More...</a><br/></td></tr>
<tr class="separator:a49a866fcb26c69b13735d52abf946515 inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3831da8d07ba8c72eca25a2a24f0e42d inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">H5T_order_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#a3831da8d07ba8c72eca25a2a24f0e42d">getOrder</a> (H5std_string &amp;order_string) const </td></tr>
<tr class="memdesc:a3831da8d07ba8c72eca25a2a24f0e42d inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It takes a reference to a <code>H5std_string</code> for the buffer that provide the text description of the returned byte order. The text description can be either of the following: "Little endian byte ordering (0)"; "Big endian byte ordering (1)"; "VAX mixed byte ordering (2)";.  <a href="#a3831da8d07ba8c72eca25a2a24f0e42d">More...</a><br/></td></tr>
<tr class="separator:a3831da8d07ba8c72eca25a2a24f0e42d inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1f5b4f0293a5062c5817fd5b45512e76 inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#a1f5b4f0293a5062c5817fd5b45512e76">setOrder</a> (H5T_order_t order) const </td></tr>
<tr class="memdesc:a1f5b4f0293a5062c5817fd5b45512e76 inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the byte ordering of an atomic datatype.  <a href="#a1f5b4f0293a5062c5817fd5b45512e76">More...</a><br/></td></tr>
<tr class="separator:a1f5b4f0293a5062c5817fd5b45512e76 inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1d0147b6e53e29abc524e65a2d8094ea inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#a1d0147b6e53e29abc524e65a2d8094ea">getOffset</a> () const </td></tr>
<tr class="memdesc:a1d0147b6e53e29abc524e65a2d8094ea inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the bit offset of the first significant bit.  <a href="#a1d0147b6e53e29abc524e65a2d8094ea">More...</a><br/></td></tr>
<tr class="separator:a1d0147b6e53e29abc524e65a2d8094ea inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa397ccf67884f1efb79ad9ba657aaa20 inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#aa397ccf67884f1efb79ad9ba657aaa20">setOffset</a> (size_t offset) const </td></tr>
<tr class="memdesc:aa397ccf67884f1efb79ad9ba657aaa20 inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the bit offset of the first significant bit.  <a href="#aa397ccf67884f1efb79ad9ba657aaa20">More...</a><br/></td></tr>
<tr class="separator:aa397ccf67884f1efb79ad9ba657aaa20 inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a1dc5a0538a5d707c5a015ea53f8b9a inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#a7a1dc5a0538a5d707c5a015ea53f8b9a">getPad</a> (H5T_pad_t &amp;lsb, H5T_pad_t &amp;msb) const </td></tr>
<tr class="memdesc:a7a1dc5a0538a5d707c5a015ea53f8b9a inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the padding type of the least and most-significant bit padding.  <a href="#a7a1dc5a0538a5d707c5a015ea53f8b9a">More...</a><br/></td></tr>
<tr class="separator:a7a1dc5a0538a5d707c5a015ea53f8b9a inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad2c84b2b2eb08e79d4354f835938da2d inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#ad2c84b2b2eb08e79d4354f835938da2d">setPad</a> (H5T_pad_t lsb, H5T_pad_t msb) const </td></tr>
<tr class="memdesc:ad2c84b2b2eb08e79d4354f835938da2d inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the least and most-significant bits padding types.  <a href="#ad2c84b2b2eb08e79d4354f835938da2d">More...</a><br/></td></tr>
<tr class="separator:ad2c84b2b2eb08e79d4354f835938da2d inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adae805e0526435cdd5ba4073dcfff292 inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#adae805e0526435cdd5ba4073dcfff292">getPrecision</a> () const </td></tr>
<tr class="memdesc:adae805e0526435cdd5ba4073dcfff292 inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the precision of an atomic datatype.  <a href="#adae805e0526435cdd5ba4073dcfff292">More...</a><br/></td></tr>
<tr class="separator:adae805e0526435cdd5ba4073dcfff292 inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac386886a22dfcdc338a5cf40c87b0fef inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#ac386886a22dfcdc338a5cf40c87b0fef">setPrecision</a> (size_t precision) const </td></tr>
<tr class="memdesc:ac386886a22dfcdc338a5cf40c87b0fef inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the precision of an atomic datatype.  <a href="#ac386886a22dfcdc338a5cf40c87b0fef">More...</a><br/></td></tr>
<tr class="separator:ac386886a22dfcdc338a5cf40c87b0fef inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac752c33c2d72ffa24a224bd5b1312deb inherit pub_methods_class_h5_1_1_atom_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_atom_type.html#ac752c33c2d72ffa24a224bd5b1312deb">setSize</a> (size_t size) const </td></tr>
<tr class="memdesc:ac752c33c2d72ffa24a224bd5b1312deb inherit pub_methods_class_h5_1_1_atom_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the total size for an atomic datatype.  <a href="#ac752c33c2d72ffa24a224bd5b1312deb">More...</a><br/></td></tr>
<tr class="separator:ac752c33c2d72ffa24a224bd5b1312deb inherit pub_methods_class_h5_1_1_atom_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_data_type"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_h5_1_1_data_type')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_data_type.html">H5::DataType</a></td></tr>
<tr class="memitem:a37dd5ff8f95b4016136b90c58c770f09 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a37dd5ff8f95b4016136b90c58c770f09">DataType</a> (const H5T_class_t type_class, size_t size)</td></tr>
<tr class="memdesc:a37dd5ff8f95b4016136b90c58c770f09 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a object given its class and size.  <a href="#a37dd5ff8f95b4016136b90c58c770f09">More...</a><br/></td></tr>
<tr class="separator:a37dd5ff8f95b4016136b90c58c770f09 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4e72f20ab686efffeedd72d8afa99519 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a4e72f20ab686efffeedd72d8afa99519">DataType</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;original)</td></tr>
<tr class="memdesc:a4e72f20ab686efffeedd72d8afa99519 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor: makes a copy of the original <a class="el" href="class_h5_1_1_data_type.html" title="Class DataType provides generic operations on HDF5 datatypes. ">DataType</a> object.  <a href="#a4e72f20ab686efffeedd72d8afa99519">More...</a><br/></td></tr>
<tr class="separator:a4e72f20ab686efffeedd72d8afa99519 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a56b100725299e1b64528ed4c987e9ecc inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a56b100725299e1b64528ed4c987e9ecc">DataType</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const void *ref, H5R_type_t ref_type=H5R_OBJECT, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>)</td></tr>
<tr class="memdesc:a56b100725299e1b64528ed4c987e9ecc inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given a reference, ref, to an hdf5 group, creates a <a class="el" href="class_h5_1_1_data_type.html" title="Class DataType provides generic operations on HDF5 datatypes. ">DataType</a> object.  <a href="#a56b100725299e1b64528ed4c987e9ecc">More...</a><br/></td></tr>
<tr class="separator:a56b100725299e1b64528ed4c987e9ecc inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeca360eea3f21caa1ad8479e820d199b inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#aeca360eea3f21caa1ad8479e820d199b">DataType</a> (const <a class="el" href="class_h5_1_1_attribute.html">Attribute</a> &amp;attr, const void *ref, H5R_type_t ref_type=H5R_OBJECT, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>)</td></tr>
<tr class="memdesc:aeca360eea3f21caa1ad8479e820d199b inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given a reference, ref, to an hdf5 group, creates a <a class="el" href="class_h5_1_1_data_type.html" title="Class DataType provides generic operations on HDF5 datatypes. ">DataType</a> object.  <a href="#aeca360eea3f21caa1ad8479e820d199b">More...</a><br/></td></tr>
<tr class="separator:aeca360eea3f21caa1ad8479e820d199b inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af807fa62a2beb9f9de9b80c3b18edbfa inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#af807fa62a2beb9f9de9b80c3b18edbfa">close</a> ()</td></tr>
<tr class="memdesc:af807fa62a2beb9f9de9b80c3b18edbfa inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Closes the datatype if it is not a predefined type.  <a href="#af807fa62a2beb9f9de9b80c3b18edbfa">More...</a><br/></td></tr>
<tr class="separator:af807fa62a2beb9f9de9b80c3b18edbfa inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad17cef439dbf1dd79458ba95612a9566 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ad17cef439dbf1dd79458ba95612a9566">copy</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;like_type)</td></tr>
<tr class="memdesc:ad17cef439dbf1dd79458ba95612a9566 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies an existing datatype to this datatype object.  <a href="#ad17cef439dbf1dd79458ba95612a9566">More...</a><br/></td></tr>
<tr class="separator:ad17cef439dbf1dd79458ba95612a9566 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af8d75b01e62aa868424701add217b971 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#af8d75b01e62aa868424701add217b971">copy</a> (const <a class="el" href="class_h5_1_1_data_set.html">DataSet</a> &amp;dset)</td></tr>
<tr class="memdesc:af8d75b01e62aa868424701add217b971 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies the datatype of the given dataset to this datatype object.  <a href="#af8d75b01e62aa868424701add217b971">More...</a><br/></td></tr>
<tr class="separator:af8d75b01e62aa868424701add217b971 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2831c133562e9d5669643a2d8051dcd1 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">H5T_class_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a2831c133562e9d5669643a2d8051dcd1">getClass</a> () const </td></tr>
<tr class="memdesc:a2831c133562e9d5669643a2d8051dcd1 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the datatype class identifier.  <a href="#a2831c133562e9d5669643a2d8051dcd1">More...</a><br/></td></tr>
<tr class="separator:a2831c133562e9d5669643a2d8051dcd1 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aadbd48b214b6466eed4488cdf9f3fc2b inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#aadbd48b214b6466eed4488cdf9f3fc2b">commit</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const char *name)</td></tr>
<tr class="memdesc:aadbd48b214b6466eed4488cdf9f3fc2b inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Commits a transient datatype to a file, creating a new named datatype.  <a href="#aadbd48b214b6466eed4488cdf9f3fc2b">More...</a><br/></td></tr>
<tr class="separator:aadbd48b214b6466eed4488cdf9f3fc2b inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae1e48ebb34e35dc5e16febb0537fd09e inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ae1e48ebb34e35dc5e16febb0537fd09e">commit</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const H5std_string &amp;name)</td></tr>
<tr class="memdesc:ae1e48ebb34e35dc5e16febb0537fd09e inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function only in the type of the argument <em>name</em>.  <a href="#ae1e48ebb34e35dc5e16febb0537fd09e">More...</a><br/></td></tr>
<tr class="separator:ae1e48ebb34e35dc5e16febb0537fd09e inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a06c4f969a7a243a7cdafef4373732924 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a06c4f969a7a243a7cdafef4373732924">commit</a> (<a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const char *name)</td></tr>
<tr class="memdesc:a06c4f969a7a243a7cdafef4373732924 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, kept for backward compatibility. It differs from the above function in that it misses const's. This wrapper will be removed in future release.  <a href="#a06c4f969a7a243a7cdafef4373732924">More...</a><br/></td></tr>
<tr class="separator:a06c4f969a7a243a7cdafef4373732924 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac904e9891ff728d7bb7cceb847347fc5 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ac904e9891ff728d7bb7cceb847347fc5">commit</a> (<a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const H5std_string &amp;name)</td></tr>
<tr class="memdesc:ac904e9891ff728d7bb7cceb847347fc5 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, kept for backward compatibility. It differs from the above function in that it misses const's. This wrapper will be removed in future release.  <a href="#ac904e9891ff728d7bb7cceb847347fc5">More...</a><br/></td></tr>
<tr class="separator:ac904e9891ff728d7bb7cceb847347fc5 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0eaba78156000ecc3533986175de5847 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a0eaba78156000ecc3533986175de5847">committed</a> () const </td></tr>
<tr class="memdesc:a0eaba78156000ecc3533986175de5847 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines whether a datatype is a named type or a transient type.  <a href="#a0eaba78156000ecc3533986175de5847">More...</a><br/></td></tr>
<tr class="separator:a0eaba78156000ecc3533986175de5847 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b927f0184a738b514f7f3cf7f4dd788 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">H5T_conv_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a0b927f0184a738b514f7f3cf7f4dd788">find</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, H5T_cdata_t **pcdata) const </td></tr>
<tr class="memdesc:a0b927f0184a738b514f7f3cf7f4dd788 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Finds a conversion function that can handle a conversion from this datatype to the specified datatype, <em>dest</em>.  <a href="#a0b927f0184a738b514f7f3cf7f4dd788">More...</a><br/></td></tr>
<tr class="separator:a0b927f0184a738b514f7f3cf7f4dd788 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2abc382547c243346b3b6691fec813f3 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a2abc382547c243346b3b6691fec813f3">convert</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, size_t nelmts, void *buf, void *background, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>) const </td></tr>
<tr class="memdesc:a2abc382547c243346b3b6691fec813f3 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Converts data from this datatype to the specified datatypes.  <a href="#a2abc382547c243346b3b6691fec813f3">More...</a><br/></td></tr>
<tr class="separator:a2abc382547c243346b3b6691fec813f3 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3ed458f90bb2ed85e7471a24ddc6fb7d inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a3ed458f90bb2ed85e7471a24ddc6fb7d">operator=</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;rhs)</td></tr>
<tr class="memdesc:a3ed458f90bb2ed85e7471a24ddc6fb7d inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator.  <a href="#a3ed458f90bb2ed85e7471a24ddc6fb7d">More...</a><br/></td></tr>
<tr class="separator:a3ed458f90bb2ed85e7471a24ddc6fb7d inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab7955caad1bb0a009ed41f24061f3ad inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#aab7955caad1bb0a009ed41f24061f3ad">operator==</a> (const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;compared_type) const </td></tr>
<tr class="memdesc:aab7955caad1bb0a009ed41f24061f3ad inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compares this <a class="el" href="class_h5_1_1_data_type.html" title="Class DataType provides generic operations on HDF5 datatypes. ">DataType</a> against the given one to determines whether the two objects refer to the same actual datatype.  <a href="#aab7955caad1bb0a009ed41f24061f3ad">More...</a><br/></td></tr>
<tr class="separator:aab7955caad1bb0a009ed41f24061f3ad inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac1596fca35acce43e190a1feeffc9427 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ac1596fca35acce43e190a1feeffc9427">lock</a> () const </td></tr>
<tr class="memdesc:ac1596fca35acce43e190a1feeffc9427 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Locks a datatype, making it read-only and non-destructible.  <a href="#ac1596fca35acce43e190a1feeffc9427">More...</a><br/></td></tr>
<tr class="separator:ac1596fca35acce43e190a1feeffc9427 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9161a9e4c8a50aef002995294e28e6c5 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a9161a9e4c8a50aef002995294e28e6c5">getSize</a> () const </td></tr>
<tr class="memdesc:a9161a9e4c8a50aef002995294e28e6c5 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the size of a datatype.  <a href="#a9161a9e4c8a50aef002995294e28e6c5">More...</a><br/></td></tr>
<tr class="separator:a9161a9e4c8a50aef002995294e28e6c5 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab3454be65ac1830f2b68ec745155d749 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_type.html">DataType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ab3454be65ac1830f2b68ec745155d749">getSuper</a> () const </td></tr>
<tr class="memdesc:ab3454be65ac1830f2b68ec745155d749 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the base datatype from which a datatype is derived.  <a href="#ab3454be65ac1830f2b68ec745155d749">More...</a><br/></td></tr>
<tr class="separator:ab3454be65ac1830f2b68ec745155d749 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0fe4cfc1be352f4ad3e7e346ad35baa0 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a0fe4cfc1be352f4ad3e7e346ad35baa0">registerFunc</a> (H5T_pers_t pers, const char *name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, H5T_conv_t func) const </td></tr>
<tr class="memdesc:a0fe4cfc1be352f4ad3e7e346ad35baa0 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Registers the specified conversion function.  <a href="#a0fe4cfc1be352f4ad3e7e346ad35baa0">More...</a><br/></td></tr>
<tr class="separator:a0fe4cfc1be352f4ad3e7e346ad35baa0 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7efdf12f98da8a20555f021c8fa363b1 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a7efdf12f98da8a20555f021c8fa363b1">registerFunc</a> (H5T_pers_t pers, const H5std_string &amp;name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, H5T_conv_t func) const </td></tr>
<tr class="memdesc:a7efdf12f98da8a20555f021c8fa363b1 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function only in the type of the argument <em>name</em>.  <a href="#a7efdf12f98da8a20555f021c8fa363b1">More...</a><br/></td></tr>
<tr class="separator:a7efdf12f98da8a20555f021c8fa363b1 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab810e782623bffeda1ff80c033785c48 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ab810e782623bffeda1ff80c033785c48">unregister</a> (H5T_pers_t pers, const char *name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, H5T_conv_t func) const </td></tr>
<tr class="memdesc:ab810e782623bffeda1ff80c033785c48 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes a conversion function from all conversion paths.  <a href="#ab810e782623bffeda1ff80c033785c48">More...</a><br/></td></tr>
<tr class="separator:ab810e782623bffeda1ff80c033785c48 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a03ce51e32972e0c1ef5259e0314dcbb7 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a03ce51e32972e0c1ef5259e0314dcbb7">unregister</a> (H5T_pers_t pers, const H5std_string &amp;name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;dest, H5T_conv_t func) const </td></tr>
<tr class="memdesc:a03ce51e32972e0c1ef5259e0314dcbb7 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function only in the type of the argument <em>name</em>.  <a href="#a03ce51e32972e0c1ef5259e0314dcbb7">More...</a><br/></td></tr>
<tr class="separator:a03ce51e32972e0c1ef5259e0314dcbb7 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad5189148a417fb67407e0fe8194e21c0 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ad5189148a417fb67407e0fe8194e21c0">setTag</a> (const char *tag) const </td></tr>
<tr class="memdesc:ad5189148a417fb67407e0fe8194e21c0 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Tags an opaque datatype.  <a href="#ad5189148a417fb67407e0fe8194e21c0">More...</a><br/></td></tr>
<tr class="separator:ad5189148a417fb67407e0fe8194e21c0 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa55f95dffb611453a165d73d0021a5a1 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#aa55f95dffb611453a165d73d0021a5a1">setTag</a> (const H5std_string &amp;tag) const </td></tr>
<tr class="memdesc:aa55f95dffb611453a165d73d0021a5a1 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function only in the type of the argument <em>name</em>.  <a href="#aa55f95dffb611453a165d73d0021a5a1">More...</a><br/></td></tr>
<tr class="separator:aa55f95dffb611453a165d73d0021a5a1 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a16fff8d6ba3ba1260349b9d4b7c9d8cc inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">H5std_string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a16fff8d6ba3ba1260349b9d4b7c9d8cc">getTag</a> () const </td></tr>
<tr class="memdesc:a16fff8d6ba3ba1260349b9d4b7c9d8cc inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the tag associated with an opaque datatype.  <a href="#a16fff8d6ba3ba1260349b9d4b7c9d8cc">More...</a><br/></td></tr>
<tr class="separator:a16fff8d6ba3ba1260349b9d4b7c9d8cc inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8221168b4e2154c05410b7c6f0f5b3ab inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a8221168b4e2154c05410b7c6f0f5b3ab">detectClass</a> (H5T_class_t cls) const </td></tr>
<tr class="memdesc:a8221168b4e2154c05410b7c6f0f5b3ab inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether a datatype contains (or is) a certain type of datatype.  <a href="#a8221168b4e2154c05410b7c6f0f5b3ab">More...</a><br/></td></tr>
<tr class="separator:a8221168b4e2154c05410b7c6f0f5b3ab inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab92bf0b5e57b2aebe157bb8291f30787 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#ab92bf0b5e57b2aebe157bb8291f30787">isVariableStr</a> () const </td></tr>
<tr class="memdesc:ab92bf0b5e57b2aebe157bb8291f30787 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether this datatype is a variable-length string.  <a href="#ab92bf0b5e57b2aebe157bb8291f30787">More...</a><br/></td></tr>
<tr class="separator:ab92bf0b5e57b2aebe157bb8291f30787 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a72b85216196ef1d980c5e43beaead07e inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a72b85216196ef1d980c5e43beaead07e">DataType</a> (const hid_t type_id)</td></tr>
<tr class="memdesc:a72b85216196ef1d980c5e43beaead07e inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a datatype using an existing datatype's id.  <a href="#a72b85216196ef1d980c5e43beaead07e">More...</a><br/></td></tr>
<tr class="separator:a72b85216196ef1d980c5e43beaead07e inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29b366592ce55a07762a7862cc88fe89 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a29b366592ce55a07762a7862cc88fe89">DataType</a> ()</td></tr>
<tr class="memdesc:a29b366592ce55a07762a7862cc88fe89 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor: Creates a stub datatype.  <a href="#a29b366592ce55a07762a7862cc88fe89">More...</a><br/></td></tr>
<tr class="separator:a29b366592ce55a07762a7862cc88fe89 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a38f4c8c9dda4b35cb667949280bf5340 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">virtual hid_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#a38f4c8c9dda4b35cb667949280bf5340">getId</a> () const </td></tr>
<tr class="memdesc:a38f4c8c9dda4b35cb667949280bf5340 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the id of this datatype.  <a href="#a38f4c8c9dda4b35cb667949280bf5340">More...</a><br/></td></tr>
<tr class="separator:a38f4c8c9dda4b35cb667949280bf5340 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa0ff75a2a756a0124e656a8d5861b133 inherit pub_methods_class_h5_1_1_data_type"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_data_type.html#aa0ff75a2a756a0124e656a8d5861b133">~DataType</a> ()</td></tr>
<tr class="memdesc:aa0ff75a2a756a0124e656a8d5861b133 inherit pub_methods_class_h5_1_1_data_type"><td class="mdescLeft">&#160;</td><td class="mdescRight">Properly terminates access to this datatype.  <a href="#aa0ff75a2a756a0124e656a8d5861b133">More...</a><br/></td></tr>
<tr class="separator:aa0ff75a2a756a0124e656a8d5861b133 inherit pub_methods_class_h5_1_1_data_type"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_h5_location"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_h5_1_1_h5_location')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_h5_location.html">H5::H5Location</a></td></tr>
<tr class="memitem:a624715e413bc019345cd596db745094a inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a624715e413bc019345cd596db745094a">createAttribute</a> (const char *name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;space, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>) const </td></tr>
<tr class="memdesc:a624715e413bc019345cd596db745094a inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an attribute for a group, dataset, or named datatype.  <a href="#a624715e413bc019345cd596db745094a">More...</a><br/></td></tr>
<tr class="separator:a624715e413bc019345cd596db745094a inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c6e6ba2aba27c6ab45afd8f31b0fc1b inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a4c6e6ba2aba27c6ab45afd8f31b0fc1b">createAttribute</a> (const H5std_string &amp;name, const <a class="el" href="class_h5_1_1_data_type.html">DataType</a> &amp;type, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;space, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;create_plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>) const </td></tr>
<tr class="memdesc:a4c6e6ba2aba27c6ab45afd8f31b0fc1b inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes a reference to an <code>H5std_string</code> for <em>name</em>.  <a href="#a4c6e6ba2aba27c6ab45afd8f31b0fc1b">More...</a><br/></td></tr>
<tr class="separator:a4c6e6ba2aba27c6ab45afd8f31b0fc1b inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a81b52d2947c4abb7d94ca1987f3a1bc0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a81b52d2947c4abb7d94ca1987f3a1bc0">openAttribute</a> (const char *name) const </td></tr>
<tr class="memdesc:a81b52d2947c4abb7d94ca1987f3a1bc0 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Opens an attribute given its name.  <a href="#a81b52d2947c4abb7d94ca1987f3a1bc0">More...</a><br/></td></tr>
<tr class="separator:a81b52d2947c4abb7d94ca1987f3a1bc0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abad070fe2482e81006ee7fce61b6495c inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#abad070fe2482e81006ee7fce61b6495c">openAttribute</a> (const H5std_string &amp;name) const </td></tr>
<tr class="memdesc:abad070fe2482e81006ee7fce61b6495c inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes a reference to an <code>H5std_string</code> for <em>name</em>.  <a href="#abad070fe2482e81006ee7fce61b6495c">More...</a><br/></td></tr>
<tr class="separator:abad070fe2482e81006ee7fce61b6495c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac82e73079dc97dee2c198b978700c137 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_attribute.html">Attribute</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac82e73079dc97dee2c198b978700c137">openAttribute</a> (const unsigned int idx) const </td></tr>
<tr class="memdesc:ac82e73079dc97dee2c198b978700c137 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Opens an attribute given its index.  <a href="#ac82e73079dc97dee2c198b978700c137">More...</a><br/></td></tr>
<tr class="separator:ac82e73079dc97dee2c198b978700c137 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a505e916da3c7ce2264d97480de0aa800 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a505e916da3c7ce2264d97480de0aa800">flush</a> (H5F_scope_t scope) const </td></tr>
<tr class="memdesc:a505e916da3c7ce2264d97480de0aa800 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Flushes all buffers associated with a location to disk.  <a href="#a505e916da3c7ce2264d97480de0aa800">More...</a><br/></td></tr>
<tr class="separator:a505e916da3c7ce2264d97480de0aa800 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae41b390f0ed7503c0cadcbabc3b9e16b inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">H5std_string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ae41b390f0ed7503c0cadcbabc3b9e16b">getFileName</a> () const </td></tr>
<tr class="memdesc:ae41b390f0ed7503c0cadcbabc3b9e16b inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the name of the file, in which this HDF5 object belongs.  <a href="#ae41b390f0ed7503c0cadcbabc3b9e16b">More...</a><br/></td></tr>
<tr class="separator:ae41b390f0ed7503c0cadcbabc3b9e16b inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a840d5fc024a977c0939fe743379791f0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a840d5fc024a977c0939fe743379791f0">getNumAttrs</a> () const </td></tr>
<tr class="memdesc:a840d5fc024a977c0939fe743379791f0 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the number of attributes attached to this HDF5 object.  <a href="#a840d5fc024a977c0939fe743379791f0">More...</a><br/></td></tr>
<tr class="separator:a840d5fc024a977c0939fe743379791f0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0bc22a403e59bb551554c03f2d05b281 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">H5G_obj_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0bc22a403e59bb551554c03f2d05b281">getObjType</a> (void *ref, H5R_type_t ref_type=H5R_OBJECT) const </td></tr>
<tr class="memdesc:a0bc22a403e59bb551554c03f2d05b281 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the type of object that an object reference points to.  <a href="#a0bc22a403e59bb551554c03f2d05b281">More...</a><br/></td></tr>
<tr class="separator:a0bc22a403e59bb551554c03f2d05b281 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a665df853b9bb991fdf0328770f2e33e0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">H5O_type_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a665df853b9bb991fdf0328770f2e33e0">getRefObjType</a> (void *ref, H5R_type_t ref_type=H5R_OBJECT) const </td></tr>
<tr class="memdesc:a665df853b9bb991fdf0328770f2e33e0 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the type of object that an object reference points to.  <a href="#a665df853b9bb991fdf0328770f2e33e0">More...</a><br/></td></tr>
<tr class="separator:a665df853b9bb991fdf0328770f2e33e0 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad71c39cd20e8539891766571174d12a inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#aad71c39cd20e8539891766571174d12a">iterateAttrs</a> (<a class="el" href="namespace_h5.html#a5913cae82307d2db03277d081dd71b26">attr_operator_t</a> user_op, unsigned *idx=NULL, void *op_data=NULL)</td></tr>
<tr class="memdesc:aad71c39cd20e8539891766571174d12a inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Iterates a user's function over all the attributes of an <a class="el" href="namespace_h5.html">H5</a> object, which may be a group, dataset or named datatype.  <a href="#aad71c39cd20e8539891766571174d12a">More...</a><br/></td></tr>
<tr class="separator:aad71c39cd20e8539891766571174d12a inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9851243382265a412a8deeacf372f250 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a9851243382265a412a8deeacf372f250">attrExists</a> (const char *name) const </td></tr>
<tr class="memdesc:a9851243382265a412a8deeacf372f250 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether the named attribute exists at this location.  <a href="#a9851243382265a412a8deeacf372f250">More...</a><br/></td></tr>
<tr class="separator:a9851243382265a412a8deeacf372f250 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a811bad80304c37276264377f326e3014 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a811bad80304c37276264377f326e3014">attrExists</a> (const H5std_string &amp;name) const </td></tr>
<tr class="memdesc:a811bad80304c37276264377f326e3014 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes a reference to an <code>H5std_string</code> for <em>name</em>.  <a href="#a811bad80304c37276264377f326e3014">More...</a><br/></td></tr>
<tr class="separator:a811bad80304c37276264377f326e3014 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab91ea93e37511b47d7b7a66dd0e5106c inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ab91ea93e37511b47d7b7a66dd0e5106c">renameAttr</a> (const char *oldname, const char *newname) const </td></tr>
<tr class="memdesc:ab91ea93e37511b47d7b7a66dd0e5106c inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Renames the named attribute from this object.  <a href="#ab91ea93e37511b47d7b7a66dd0e5106c">More...</a><br/></td></tr>
<tr class="separator:ab91ea93e37511b47d7b7a66dd0e5106c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2173e9687bdef8e56995c1505dd9cf76 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a2173e9687bdef8e56995c1505dd9cf76">renameAttr</a> (const H5std_string &amp;oldname, const H5std_string &amp;newname) const </td></tr>
<tr class="memdesc:a2173e9687bdef8e56995c1505dd9cf76 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes a reference to an <code>H5std_string</code> for the names.  <a href="#a2173e9687bdef8e56995c1505dd9cf76">More...</a><br/></td></tr>
<tr class="separator:a2173e9687bdef8e56995c1505dd9cf76 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a39ee7ff5208391e8b1f97eedf3ce32e4 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a39ee7ff5208391e8b1f97eedf3ce32e4">removeAttr</a> (const char *name) const </td></tr>
<tr class="memdesc:a39ee7ff5208391e8b1f97eedf3ce32e4 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the named attribute from this object.  <a href="#a39ee7ff5208391e8b1f97eedf3ce32e4">More...</a><br/></td></tr>
<tr class="separator:a39ee7ff5208391e8b1f97eedf3ce32e4 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8cb4453b1db9f8082b5e0274f302c3fb inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a8cb4453b1db9f8082b5e0274f302c3fb">removeAttr</a> (const H5std_string &amp;name) const </td></tr>
<tr class="memdesc:a8cb4453b1db9f8082b5e0274f302c3fb inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes a reference to an <code>H5std_string</code> for <em>name</em>.  <a href="#a8cb4453b1db9f8082b5e0274f302c3fb">More...</a><br/></td></tr>
<tr class="separator:a8cb4453b1db9f8082b5e0274f302c3fb inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac21f731f9df1d9bce610ad11439c2f96 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac21f731f9df1d9bce610ad11439c2f96">setComment</a> (const char *name, const char *comment) const </td></tr>
<tr class="memdesc:ac21f731f9df1d9bce610ad11439c2f96 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets or resets the comment for an object specified by its name.  <a href="#ac21f731f9df1d9bce610ad11439c2f96">More...</a><br/></td></tr>
<tr class="separator:ac21f731f9df1d9bce610ad11439c2f96 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af5d9700b303e4f333c04cbed7e4ae38f inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#af5d9700b303e4f333c04cbed7e4ae38f">setComment</a> (const H5std_string &amp;name, const H5std_string &amp;comment) const </td></tr>
<tr class="memdesc:af5d9700b303e4f333c04cbed7e4ae38f inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes an <code>H5std_string</code> for <em>name</em> and <em>comment</em>.  <a href="#af5d9700b303e4f333c04cbed7e4ae38f">More...</a><br/></td></tr>
<tr class="separator:af5d9700b303e4f333c04cbed7e4ae38f inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d95f9b069c833c309b95f7b7e657af8 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7d95f9b069c833c309b95f7b7e657af8">setComment</a> (const char *comment) const </td></tr>
<tr class="memdesc:a7d95f9b069c833c309b95f7b7e657af8 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it doesn't take an object name.  <a href="#a7d95f9b069c833c309b95f7b7e657af8">More...</a><br/></td></tr>
<tr class="separator:a7d95f9b069c833c309b95f7b7e657af8 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7eb08e192bbe76280f0f70b71db72420 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a7eb08e192bbe76280f0f70b71db72420">setComment</a> (const H5std_string &amp;comment) const </td></tr>
<tr class="memdesc:a7eb08e192bbe76280f0f70b71db72420 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes an <code>H5std_string</code> for <em>comment</em>.  <a href="#a7eb08e192bbe76280f0f70b71db72420">More...</a><br/></td></tr>
<tr class="separator:a7eb08e192bbe76280f0f70b71db72420 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af5d293737bf690f86ebd6afa64bbcfc6 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#af5d293737bf690f86ebd6afa64bbcfc6">getComment</a> (const char *name, size_t buf_size, char *comment) const </td></tr>
<tr class="memdesc:af5d293737bf690f86ebd6afa64bbcfc6 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the comment for this location, returning its length.  <a href="#af5d293737bf690f86ebd6afa64bbcfc6">More...</a><br/></td></tr>
<tr class="separator:af5d293737bf690f86ebd6afa64bbcfc6 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a285b453596cf2c08d1b15ddd3fea9ada inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">H5std_string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a285b453596cf2c08d1b15ddd3fea9ada">getComment</a> (const char *name, size_t buf_size=0) const </td></tr>
<tr class="memdesc:a285b453596cf2c08d1b15ddd3fea9ada inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the comment as <em>string</em> for this location, returning its length.  <a href="#a285b453596cf2c08d1b15ddd3fea9ada">More...</a><br/></td></tr>
<tr class="separator:a285b453596cf2c08d1b15ddd3fea9ada inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a79716283e9635238bbb5711e56f6379c inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">H5std_string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a79716283e9635238bbb5711e56f6379c">getComment</a> (const H5std_string &amp;name, size_t buf_size=0) const </td></tr>
<tr class="memdesc:a79716283e9635238bbb5711e56f6379c inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes an <code>H5std_string</code> for <em>name</em>.  <a href="#a79716283e9635238bbb5711e56f6379c">More...</a><br/></td></tr>
<tr class="separator:a79716283e9635238bbb5711e56f6379c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5545d3fd20f74c7f94195f555f255ddf inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5545d3fd20f74c7f94195f555f255ddf">removeComment</a> (const char *name) const </td></tr>
<tr class="memdesc:a5545d3fd20f74c7f94195f555f255ddf inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the comment from an object specified by its name.  <a href="#a5545d3fd20f74c7f94195f555f255ddf">More...</a><br/></td></tr>
<tr class="separator:a5545d3fd20f74c7f94195f555f255ddf inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a763eac5a87497deed3676920923469ad inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a763eac5a87497deed3676920923469ad">removeComment</a> (const H5std_string &amp;name) const </td></tr>
<tr class="memdesc:a763eac5a87497deed3676920923469ad inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes an <code>H5std_string</code> for <em>name</em>.  <a href="#a763eac5a87497deed3676920923469ad">More...</a><br/></td></tr>
<tr class="separator:a763eac5a87497deed3676920923469ad inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae831f2bdb0e5971becebc76726dc9536 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ae831f2bdb0e5971becebc76726dc9536">reference</a> (void *ref, const char *name, H5R_type_t ref_type=H5R_OBJECT) const </td></tr>
<tr class="memdesc:ae831f2bdb0e5971becebc76726dc9536 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded function, provided for your convenience. It differs from the above function in that it does not take a <a class="el" href="class_h5_1_1_data_space.html" title="Class DataSpace operates on HDF5 dataspaces. ">DataSpace</a> object and the reference type must be specified.  <a href="#ae831f2bdb0e5971becebc76726dc9536">More...</a><br/></td></tr>
<tr class="separator:ae831f2bdb0e5971becebc76726dc9536 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23c3e2b8d8157a0039e9dcc43109345c inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a23c3e2b8d8157a0039e9dcc43109345c">reference</a> (void *ref, const H5std_string &amp;name, H5R_type_t ref_type=H5R_OBJECT) const </td></tr>
<tr class="memdesc:a23c3e2b8d8157a0039e9dcc43109345c inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded function, provided for your convenience. It differs from the above function in that it takes an <code>H5std_string</code> for the object's name.  <a href="#a23c3e2b8d8157a0039e9dcc43109345c">More...</a><br/></td></tr>
<tr class="separator:a23c3e2b8d8157a0039e9dcc43109345c inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6928514c43d4c0debf1afd7511f28511 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a6928514c43d4c0debf1afd7511f28511">reference</a> (void *ref, const char *name, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const </td></tr>
<tr class="memdesc:a6928514c43d4c0debf1afd7511f28511 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a reference to an HDF5 object or a dataset region.  <a href="#a6928514c43d4c0debf1afd7511f28511">More...</a><br/></td></tr>
<tr class="separator:a6928514c43d4c0debf1afd7511f28511 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac152ae8124df4cfbf7e880c67bb7e66b inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#ac152ae8124df4cfbf7e880c67bb7e66b">reference</a> (void *ref, const H5std_string &amp;name, const <a class="el" href="class_h5_1_1_data_space.html">DataSpace</a> &amp;dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const </td></tr>
<tr class="memdesc:ac152ae8124df4cfbf7e880c67bb7e66b inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is an overloaded member function, provided for convenience. It differs from the above function in that it takes an <code>H5std_string</code> for <em>name</em>.  <a href="#ac152ae8124df4cfbf7e880c67bb7e66b">More...</a><br/></td></tr>
<tr class="separator:ac152ae8124df4cfbf7e880c67bb7e66b inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a43fe9cb23e4ab9dd1004308661be59c3 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a43fe9cb23e4ab9dd1004308661be59c3">dereference</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;loc, const void *ref, H5R_type_t ref_type=H5R_OBJECT, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>)</td></tr>
<tr class="memdesc:a43fe9cb23e4ab9dd1004308661be59c3 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Dereferences a reference into an HDF5 object, given an HDF5 object.  <a href="#a43fe9cb23e4ab9dd1004308661be59c3">More...</a><br/></td></tr>
<tr class="separator:a43fe9cb23e4ab9dd1004308661be59c3 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b4d30e8dde96d99ee7e4e29fadba173 inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0b4d30e8dde96d99ee7e4e29fadba173">dereference</a> (const <a class="el" href="class_h5_1_1_attribute.html">Attribute</a> &amp;attr, const void *ref, H5R_type_t ref_type=H5R_OBJECT, const <a class="el" href="class_h5_1_1_prop_list.html">PropList</a> &amp;plist=<a class="el" href="class_h5_1_1_prop_list.html#a0f2f757ca782a743006c5756191c404b">PropList::DEFAULT</a>)</td></tr>
<tr class="memdesc:a0b4d30e8dde96d99ee7e4e29fadba173 inherit pub_methods_class_h5_1_1_h5_location"><td class="mdescLeft">&#160;</td><td class="mdescRight">Dereferences a reference into an HDF5 object, given an attribute.  <a href="#a0b4d30e8dde96d99ee7e4e29fadba173">More...</a><br/></td></tr>
<tr class="separator:a0b4d30e8dde96d99ee7e4e29fadba173 inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5d0a971d157cffc3591f6d2d8b43dcca inherit pub_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_data_space.html">DataSpace</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a5d0a971d157cffc3591f6d2d8b43dcca">getRegion</a> (void *ref, H5R_type_t ref_type=H5R_DATASET_REGION) const </td></tr>
<tr class="separator:a5d0a971d157cffc3591f6d2d8b43dcca inherit pub_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">H5::IdComponent</a></td></tr>
<tr class="memitem:a0e75b2e591d2fccd9e4c291a485d4754 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a0e75b2e591d2fccd9e4c291a485d4754">incRefCount</a> (const hid_t obj_id) const </td></tr>
<tr class="memdesc:a0e75b2e591d2fccd9e4c291a485d4754 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Increment reference counter for a given id.  <a href="#a0e75b2e591d2fccd9e4c291a485d4754">More...</a><br/></td></tr>
<tr class="separator:a0e75b2e591d2fccd9e4c291a485d4754 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b34f54d2fd41d885e8ced7613d6abd1 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a1b34f54d2fd41d885e8ced7613d6abd1">incRefCount</a> () const </td></tr>
<tr class="memdesc:a1b34f54d2fd41d885e8ced7613d6abd1 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Increment reference counter for the id of this object.  <a href="#a1b34f54d2fd41d885e8ced7613d6abd1">More...</a><br/></td></tr>
<tr class="separator:a1b34f54d2fd41d885e8ced7613d6abd1 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9dc2815e9887d0adb5d5bba72adbd0d6 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a9dc2815e9887d0adb5d5bba72adbd0d6">decRefCount</a> (const hid_t obj_id) const </td></tr>
<tr class="memdesc:a9dc2815e9887d0adb5d5bba72adbd0d6 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Decrement reference counter for a given id.  <a href="#a9dc2815e9887d0adb5d5bba72adbd0d6">More...</a><br/></td></tr>
<tr class="separator:a9dc2815e9887d0adb5d5bba72adbd0d6 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac15a341319624c9199a309fad56858e0 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ac15a341319624c9199a309fad56858e0">decRefCount</a> () const </td></tr>
<tr class="memdesc:ac15a341319624c9199a309fad56858e0 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Decrement reference counter for the id of this object.  <a href="#ac15a341319624c9199a309fad56858e0">More...</a><br/></td></tr>
<tr class="separator:ac15a341319624c9199a309fad56858e0 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab2ba7509cb5beb8c80e242d7afe10a3c inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#ab2ba7509cb5beb8c80e242d7afe10a3c">getCounter</a> (const hid_t obj_id) const </td></tr>
<tr class="memdesc:ab2ba7509cb5beb8c80e242d7afe10a3c inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the reference counter for a given id.  <a href="#ab2ba7509cb5beb8c80e242d7afe10a3c">More...</a><br/></td></tr>
<tr class="separator:ab2ba7509cb5beb8c80e242d7afe10a3c inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adde1c48166476e089635bb40a2113653 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#adde1c48166476e089635bb40a2113653">getCounter</a> () const </td></tr>
<tr class="memdesc:adde1c48166476e089635bb40a2113653 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the reference counter for the id of this object.  <a href="#adde1c48166476e089635bb40a2113653">More...</a><br/></td></tr>
<tr class="separator:adde1c48166476e089635bb40a2113653 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abef6d67a39f8723aa81bd16392dfc6bf inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">H5I_type_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#abef6d67a39f8723aa81bd16392dfc6bf">getHDFObjType</a> () const </td></tr>
<tr class="memdesc:abef6d67a39f8723aa81bd16392dfc6bf inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of the object. It is an overloaded function of the above function.  <a href="#abef6d67a39f8723aa81bd16392dfc6bf">More...</a><br/></td></tr>
<tr class="separator:abef6d67a39f8723aa81bd16392dfc6bf inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a34ac09a54825253293a0d8990e120506 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_h5_1_1_id_component.html">IdComponent</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a34ac09a54825253293a0d8990e120506">operator=</a> (const <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a> &amp;rhs)</td></tr>
<tr class="memdesc:a34ac09a54825253293a0d8990e120506 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator.  <a href="#a34ac09a54825253293a0d8990e120506">More...</a><br/></td></tr>
<tr class="separator:a34ac09a54825253293a0d8990e120506 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e46d85ec29cd77bb1767cd01b8f0c8d inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a1e46d85ec29cd77bb1767cd01b8f0c8d">setId</a> (const hid_t new_id)</td></tr>
<tr class="memdesc:a1e46d85ec29cd77bb1767cd01b8f0c8d inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the identifier of this object to a new value.  <a href="#a1e46d85ec29cd77bb1767cd01b8f0c8d">More...</a><br/></td></tr>
<tr class="separator:a1e46d85ec29cd77bb1767cd01b8f0c8d inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a013a42f5fd29d35d9428c1be8638acfe inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a013a42f5fd29d35d9428c1be8638acfe">IdComponent</a> (const hid_t h5_id)</td></tr>
<tr class="memdesc:a013a42f5fd29d35d9428c1be8638acfe inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an <a class="el" href="class_h5_1_1_id_component.html" title="Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier. ">IdComponent</a> object using the id of an existing object.  <a href="#a013a42f5fd29d35d9428c1be8638acfe">More...</a><br/></td></tr>
<tr class="separator:a013a42f5fd29d35d9428c1be8638acfe inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1c1e2479afec6ce26734225b434752fb inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a1c1e2479afec6ce26734225b434752fb">IdComponent</a> (const <a class="el" href="class_h5_1_1_id_component.html">IdComponent</a> &amp;original)</td></tr>
<tr class="memdesc:a1c1e2479afec6ce26734225b434752fb inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor: makes a copy of the original <a class="el" href="class_h5_1_1_id_component.html" title="Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier. ">IdComponent</a> object.  <a href="#a1c1e2479afec6ce26734225b434752fb">More...</a><br/></td></tr>
<tr class="separator:a1c1e2479afec6ce26734225b434752fb inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a780d19c3d86037de38511f3e6cec3ca6 inherit pub_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a780d19c3d86037de38511f3e6cec3ca6">~IdComponent</a> ()</td></tr>
<tr class="memdesc:a780d19c3d86037de38511f3e6cec3ca6 inherit pub_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Noop destructor.  <a href="#a780d19c3d86037de38511f3e6cec3ca6">More...</a><br/></td></tr>
<tr class="separator:a780d19c3d86037de38511f3e6cec3ca6 inherit pub_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">H5::IdComponent</a></td></tr>
<tr class="memitem:a25e4d590aa5cc0fc87ced46718d5b0d7 inherit pub_static_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">static H5I_type_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a25e4d590aa5cc0fc87ced46718d5b0d7">getHDFObjType</a> (const hid_t obj_id)</td></tr>
<tr class="memdesc:a25e4d590aa5cc0fc87ced46718d5b0d7 inherit pub_static_methods_class_h5_1_1_id_component"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given an id, returns the type of the object.  <a href="#a25e4d590aa5cc0fc87ced46718d5b0d7">More...</a><br/></td></tr>
<tr class="separator:a25e4d590aa5cc0fc87ced46718d5b0d7 inherit pub_static_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_class_h5_1_1_h5_location"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_h5_1_1_h5_location')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_h5_1_1_h5_location.html">H5::H5Location</a></td></tr>
<tr class="memitem:a0bc502f028c505dc8984bfb7740622f0 inherit pro_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0bc502f028c505dc8984bfb7740622f0">H5Location</a> ()</td></tr>
<tr class="separator:a0bc502f028c505dc8984bfb7740622f0 inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ca5c720d5b48dfeb15a2aac9fe0949c inherit pro_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a0ca5c720d5b48dfeb15a2aac9fe0949c">H5Location</a> (const hid_t loc_id)</td></tr>
<tr class="separator:a0ca5c720d5b48dfeb15a2aac9fe0949c inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a220e9b5ce6e2f1a0a9417c43044a4435 inherit pro_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#a220e9b5ce6e2f1a0a9417c43044a4435">H5Location</a> (const <a class="el" href="class_h5_1_1_h5_location.html">H5Location</a> &amp;original)</td></tr>
<tr class="separator:a220e9b5ce6e2f1a0a9417c43044a4435 inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adf9db8a64ce2d32f05994659be05d4a3 inherit pro_methods_class_h5_1_1_h5_location"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_h5_location.html#adf9db8a64ce2d32f05994659be05d4a3">~H5Location</a> ()</td></tr>
<tr class="separator:adf9db8a64ce2d32f05994659be05d4a3 inherit pro_methods_class_h5_1_1_h5_location"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_class_h5_1_1_id_component"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_class_h5_1_1_id_component')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="class_h5_1_1_id_component.html">H5::IdComponent</a></td></tr>
<tr class="memitem:a5545dda5e4c610b6bd9cdffe670c8728 inherit pro_methods_class_h5_1_1_id_component"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_h5_1_1_id_component.html#a5545dda5e4c610b6bd9cdffe670c8728">IdComponent</a> ()</td></tr>
<tr class="separator:a5545dda5e4c610b6bd9cdffe670c8728 inherit pro_methods_class_h5_1_1_id_component"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ac815e325b21b3a3d3e829d88c8bc7786"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::FloatType </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_pred_type.html">PredType</a> &amp;&#160;</td>
          <td class="paramname"><em>pred_type</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">pred_type</td><td>- IN: Predefined datatype </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="class_h5_1_1_data_type.html#ad17cef439dbf1dd79458ba95612a9566">H5::DataType::copy()</a>.</p>

</div>
</div>
<a class="anchor" id="a8ca1abd3d0eb51095524d5cc4e23766e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::FloatType </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_data_set.html">DataSet</a> &amp;&#160;</td>
          <td class="paramname"><em>dataset</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dataset</td><td>- IN: Dataset that this floating-point datatype associates with </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

<p>References <a class="el" href="class_h5_1_1_data_set.html#aa0b5b0136755eecf6ec4aa498d1da3ec">H5::DataSet::getId()</a>.</p>

</div>
</div>
<a class="anchor" id="a682b4dca5d8a436772357ad5e8e13649"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::FloatType </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a786d4ff293ea19bb39b3f35c29f321e2"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::FloatType </td>
          <td>(</td>
          <td class="paramtype">const hid_t&#160;</td>
          <td class="paramname"><em>existing_id</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">existing_id</td><td>- IN: Id of an existing datatype </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a422f60673e35a4044afb7b4f2cabf204"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::FloatType </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_h5_1_1_float_type.html">FloatType</a> &amp;&#160;</td>
          <td class="paramname"><em>original</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="afd73a8cf83b13afa584405f2f55b072c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">H5::FloatType::~FloatType </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a4ea3002c4db5ff2895530d9fda8cdf2e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual H5std_string H5::FloatType::fromClass </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Reimplemented from <a class="el" href="class_h5_1_1_atom_type.html#a80818b48fcfae291550bc8cad6b05d1c">H5::AtomType</a>.</p>

</div>
</div>
<a class="anchor" id="a1efbd47556c68893e579fc1f734a0a8d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t H5::FloatType::getEbias </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>Exponent bias </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="aa9a8fe9c85d57d567d0d7aa8575ca23b"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void H5::FloatType::getFields </td>
          <td>(</td>
          <td class="paramtype">size_t &amp;&#160;</td>
          <td class="paramname"><em>spos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t &amp;&#160;</td>
          <td class="paramname"><em>epos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t &amp;&#160;</td>
          <td class="paramname"><em>esize</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t &amp;&#160;</td>
          <td class="paramname"><em>mpos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t &amp;&#160;</td>
          <td class="paramname"><em>msize</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">spos</td><td>- OUT: Retrieved floating-point sign bit </td></tr>
    <tr><td class="paramname">epos</td><td>- OUT: Retrieved exponent bit-position </td></tr>
    <tr><td class="paramname">esize</td><td>- OUT: Retrieved size of exponent, in bits </td></tr>
    <tr><td class="paramname">mpos</td><td>- OUT: Retrieved mantissa bit-position </td></tr>
    <tr><td class="paramname">msize</td><td>- OUT: Retrieved size of mantissa, in bits </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a8fde9853ef30b7fee9385abb4c7d1805"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5T_pad_t H5::FloatType::getInpad </td>
          <td>(</td>
          <td class="paramtype">H5std_string &amp;&#160;</td>
          <td class="paramname"><em>pad_string</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>Internal padding type, which can be: <ul>
<li><code>H5T_PAD_ZERO</code> (0) - Set background to zeros </li>
<li><code>H5T_PAD_ONE</code> (1) - Set background to ones </li>
<li><code>H5T_PAD_BACKGROUND</code> (2) - Leave background alone </li>
</ul>
</dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>For your convenience, this function also provides the text string of the returned internal padding type, via parameter <em>pad_string</em>. </dd></dl>

</div>
</div>
<a class="anchor" id="a9b31f7bb271267980b02ce1446fc1b60"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">H5T_norm_t H5::FloatType::getNorm </td>
          <td>(</td>
          <td class="paramtype">H5std_string &amp;&#160;</td>
          <td class="paramname"><em>norm_string</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">norm_string</td><td>- OUT: Text string of the normalization type </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Valid normalization type, which can be: <ul>
<li><code>H5T_NORM_IMPLIED</code> (0) - MSB of mantissa is not stored </li>
<li><code>H5T_NORM_MSBSET</code> (1) - MSB of mantissa is always 1 </li>
<li><code>H5T_NORM_NONE</code> (2) - Mantissa is not normalized </li>
</ul>
</dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>For your convenience, this function also provides the text string of the returned normalization type, via parameter <em>norm_string</em>. </dd></dl>

</div>
</div>
<a class="anchor" id="a2c758c657f4d36b88c14739736c9c351"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void H5::FloatType::setEbias </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>ebias</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">ebias</td><td>- Exponent bias value </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="af0f66093338148e3d6f99a23d79d183d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void H5::FloatType::setFields </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>spos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>epos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>esize</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>mpos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>msize</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">spos</td><td>- OUT: Sign position, i.e., the bit offset of the floating-point sign bit. </td></tr>
    <tr><td class="paramname">epos</td><td>- OUT: Exponent bit position </td></tr>
    <tr><td class="paramname">esize</td><td>- OUT: Size of exponent, in bits </td></tr>
    <tr><td class="paramname">mpos</td><td>- OUT: Mantissa bit-position </td></tr>
    <tr><td class="paramname">msize</td><td>- OUT: Size of mantissa, in bits </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a026f1c38340b9e1e33958e586e1ae0ff"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void H5::FloatType::setInpad </td>
          <td>(</td>
          <td class="paramtype">H5T_pad_t&#160;</td>
          <td class="paramname"><em>inpad</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">inpad</td><td>- IN: Internal padding type </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>If any internal bits of a floating point type are unused (that is, those significant bits which are not part of the sign, exponent, or mantissa), then they will be filled according to the padding value provided by <em>inpad</em>. </dd></dl>
<dl class="section user"><dt></dt><dd>Valid values for normalization type include: <ul>
<li><code>H5T_PAD_ZERO</code> (0) - Set background to zeros </li>
<li><code>H5T_PAD_ONE</code> (1) - Set background to ones </li>
<li><code>H5T_PAD_BACKGROUND</code> (2) - Leave background alone </li>
</ul>
</dd></dl>

</div>
</div>
<a class="anchor" id="a38e8d7f9a8727ee458117339c8778b7a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void H5::FloatType::setNorm </td>
          <td>(</td>
          <td class="paramtype">H5T_norm_t&#160;</td>
          <td class="paramname"><em>norm</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">norm</td><td>- IN: Mantissa normalization type </td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="class_h5_1_1_data_type_i_exception.html">H5::DataTypeIException</a></td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>Valid values for normalization type include: <ul>
<li><code>H5T_NORM_IMPLIED</code> (0) - MSB of mantissa is not stored </li>
<li><code>H5T_NORM_MSBSET</code> (1) - MSB of mantissa is always 1 </li>
<li><code>H5T_NORM_NONE</code> (2) - Mantissa is not normalized </li>
</ul>
</dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="_h5_float_type_8h_source.html">H5FloatType.h</a></li>
<li>H5FloatType.cpp</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jul 21 2014 10:58:45 for HDF5 C++ API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>