[svn-r8584] Purpose:
Add another wrapper - incrementally check-in
Description:
Added an overloaded wrapper for H5Rcreate to H5Object.* and tests
will be added later. Also, corrected some comments.
Platforms:
SunOS 5.7 (arabica)
Linux 2.4 (eirene)
Misc. update:
This commit is contained in:
@@ -85,8 +85,11 @@ class H5_DLLCPP H5Object : public IdComponent {
|
||||
void removeAttr( const string& name ) const;
|
||||
void removeAttr( const char* name ) const;
|
||||
|
||||
// Creates a reference to a named H5 object in this object.
|
||||
void* Reference(const char* name, H5R_type_t ref_type, DataSpace& dataspace) const;
|
||||
// Creates a reference to a named Hdf5 object in this object.
|
||||
void* Reference(const char* name) const;
|
||||
|
||||
// Creates a reference to a dataset region in this object.
|
||||
void* Reference(const char* name, DataSpace& dataspace, H5R_type_t ref_type = H5R_DATASET_REGION) const;
|
||||
|
||||
virtual ~H5Object();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user