Go to the documentation of this file.
28 #ifndef IMAGES_IMAGEATTRHANDLERCASA_H
29 #define IMAGES_IMAGEATTRHANDLERCASA_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/images/Images/ImageAttrHandler.h>
35 #include <casacore/images/Images/ImageAttrGroupCasa.h>
105 virtual void flush();
virtual Bool hasGroup(const String &name)
Test if the given attribute group is present.
virtual Vector< String > groupNames() const
Get all attribute group names.
Abstract base class for an image attributes handler.
virtual ~ImageAttrHandlerCasa()
virtual void closeGroup(const String &groupName)
Close the group with the given name.
Main interface class to a read/write table.
ImageAttrHandlerCasa & attachTable(const Table &image, Bool createHandler=False)
Attach the table and return this object.
this file contains all the compiler specific defines
ImageAttrHandlerCasa()
Default construct from the image table.
virtual ImageAttrGroup & openGroup(const String &groupName)
Get access to a group.
Abstract base class for an image attributes group.
std::map< String, ImageAttrGroupCasa > itsGroupMap
virtual void flush()
Flush the attibrutes if needed.
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.
virtual ImageAttrGroup & createGroup(const String &groupName)
Create an attribute group with the given name.