 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
18 const char *pn[] = {
"R0",
"R1",
"R2",
"R3",
"R4",
"R5",
"R6",
"unknown"};
20 if (type < 0 || type >= TypeNumber())
return "";
44 strcpy(buff,
"!RADIATE");
47 strcat(buff,
",AMP1=");
52 strcat(buff,
",AMP2=");
57 vector<CItem>::iterator iter;
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
virtual bool Read(class CHECData *hecd, char *header_line)
static const char * LoadTypeName(int type)
void cleanup_token(char *s)
virtual void WriteData(const char *fmt,...)
virtual ~CFSTRDB_Radiate()
virtual bool ReadData(int *rcode, const char *fmt,...)
std::vector< CItem > ItemList
virtual void WriteHeader(const char *name, const char *fmt="",...)
virtual void Write(class CHECData *hecd)