Go to the documentation of this file.
28 #ifndef IMAGES_IMAGEATTRHANDLERHDF5_H
29 #define IMAGES_IMAGEATTRHANDLERHDF5_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/images/Images/ImageAttrHandler.h>
35 #include <casacore/images/Images/ImageAttrGroupHDF5.h>
36 #include <casacore/casa/HDF5/HDF5Group.h>
37 #include <casacore/casa/Utilities/CountedPtr.h>
117 virtual void flush();
ImageAttrHandlerHDF5()
Default construct from the image table.
Referenced counted pointer for constant data.
std::map< String, ImageAttrGroupHDF5 > itsGroupMap
ImageAttrHandlerHDF5 & attachHid(const HDF5Object &hid, Bool createHandler, Bool isWritable)
Attach the hid and return this object.
virtual ImageAttrGroup & openGroup(const String &groupName)
Get access to a group.
Main interface class to a read/write table.
virtual void flush()
Flush the attibrutes if needed.
Abstract base class for an image attributes handler.
virtual ImageAttrGroup & createGroup(const String &groupName)
Create an attribute group with the given name.
this file contains all the compiler specific defines
ImageAttrHandlerHDF5 & attachTable(const Table &image, Bool createHandler=False)
Attach the table and return this object.
Abstract base class for an image attributes group.
virtual Vector< String > groupNames() const
Get all attribute group names.
virtual ~ImageAttrHandlerHDF5()
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
Abstract base class for an image attributes handler.
A 1-D Specialization of the Array class.
CountedPtr< HDF5Group > itsGroup
virtual void closeGroup(const String &groupName)
Close the group with the given name.
An abstract base class representing an HDF5 object.
virtual Bool hasGroup(const String &name)
Test if the given attribute group is present.