33 #ifndef DIME_SECTION_H
34 #define DIME_SECTION_H
36 #include <dime/Basic.h>
37 #include <dime/Base.h>
49 virtual const char *getSectionName()
const = 0;
52 virtual bool read(
dimeInput *
const file) = 0;
53 virtual bool write(
dimeOutput *
const file) = 0;
54 virtual int typeId()
const = 0;
55 virtual bool isOfType(
const int thetypeid)
const;
56 virtual int countRecords()
const = 0;
59 static dimeSection *createSection(
const char *
const sectionname,
67 #endif // ! DIME_SECTION_H
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Tue Nov 18 2014 14:22:40 for Dime by Doxygen 1.8.1.2.