30 #ifndef DIME_OBJECTSSECTION_H
31 #define DIME_OBJECTSSECTION_H
33 #include <dime/sections/Section.h>
34 #include <dime/util/Array.h>
44 virtual const char *getSectionName()
const;
49 virtual int typeId()
const;
52 int getNumObjects()
const;
54 void removeObject(
const int idx);
55 void insertObject(
dimeObject *
const object,
const int idx = -1);
62 #endif // ! DIME_OBJECTSSECTION_H