28 #ifndef IMAGES_IMAGEATTRHANDLER_H
29 #define IMAGES_IMAGEATTRHANDLER_H
102 virtual void flush();
A 1-D Specialization of the Array class.
virtual void flush()
Flush the attibrutes if needed.
ImageAttrHandler()
Default constructor.
Abstract base class for an image attributes group.
Abstract base class for an image attributes handler.
virtual Bool hasGroup(const String &name)
Test if the given attribute group is present.
virtual ~ImageAttrHandler()
virtual ImageAttrGroup & openGroup(const String &groupName)
Get access to a group.
bool Bool
Define the standard types used by Casacore.
virtual ImageAttrGroup & createGroup(const String &groupName)
Create an attribute group with the given name.
String: the storage and methods of handling collections of characters.
virtual void closeGroup(const String &groupName)
Close the group with the given name.
virtual Vector< String > groupNames() const
Get all attribute group names.