59       hecd->
WriteHeader(
"!SECTION", 
"SSS", 
"INTERFACE", 
"SOLID", 
"EGRP", 
egrp,
 
   70   char s[256], type_s[256];
 
   72   if (!hecd->
ParseHeader(header_line, rcode, 
"SSS", 
"TYPE", s, 
"EGRP", 
egrp,
 
   79   if (strcmp(type_s, 
"SOLID") == 0) {
 
   84   } 
else if (strcmp(type_s, 
"SHELL") == 0) {
 
   89   } 
else if (strcmp(type_s, 
"INTERFACE") == 0) {
 
virtual bool Read(class CHECData *hecd, char *header_line)
char material[hec_name_size]
virtual void Write(class CHECData *hecd)
virtual ~CHECDB_Section()
virtual bool ReadData(int *rcode, const char *fmt,...)
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
virtual void WriteData(const char *fmt,...)
virtual void WriteHeader(const char *name, const char *fmt="",...)
void cleanup_token(char *s)