 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
18 const char *pn[] = {
"F0",
"F1",
"F2",
"F3",
"F4",
"F5",
"F6",
"unknown"};
20 if (type < 0 || type >= TypeNumber())
return "";
43 strcpy(buff,
"!FILM");
46 strcat(buff,
",AMP1=");
51 strcat(buff,
",AMP2=");
56 vector<CItem>::iterator iter;
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
std::vector< CItem > ItemList
virtual void Write(class CHECData *hecd)
void cleanup_token(char *s)
virtual void WriteData(const char *fmt,...)
virtual bool Read(class CHECData *hecd, char *header_line)
virtual bool ReadData(int *rcode, const char *fmt,...)
virtual void WriteHeader(const char *name, const char *fmt="",...)
static const char * LoadTypeName(int type)