30 #ifndef DIME_HEADERSECTION_H
31 #define DIME_HEADERSECTION_H
33 #include <dime/sections/Section.h>
34 #include <dime/util/Array.h>
42 int getVariable(
const char *
const variableName,
43 int *
const groupcodes,
45 const int maxparams)
const;
47 int setVariable(
const char *
const variableName,
48 const int *
const groupcodes,
53 virtual const char *getSectionName()
const;
56 virtual bool read(
dimeInput *
const file);
58 virtual int typeId()
const;
62 int findVariable(
const char *
const name)
const;
68 #endif // ! DIME_HEADERSECTION_H