FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
CNFDB_405.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 /*
6  CNFDB_405 Ver. 3.6
7 */
8 
9 #ifndef CNFDB_405H
10 #define CNFDB_405H
11 
12 #include "CNFDataBlock.h"
13 
14 // 405 Coordnate Systems
15 class CNFDB_405 : public CNFDataBlock {
16  public:
17  CNFDB_405();
18  virtual ~CNFDB_405() {}
19 
20  virtual void Read(class CNFData* nfd);
21  virtual void WriteData(class CNFData* nfd, FILE* fp);
22 
23  public:
24  // #1
30  // #2
32  // #3
34  // #4
36 };
37 
38 #endif
char nf_char
Definition: CNFDataBlock.h:22
int nf_int
Definition: CNFDataBlock.h:19
double nf_float
Definition: CNFDataBlock.h:21
virtual void WriteData(class CNFData *nfd, FILE *fp)
Definition: CNFDB_405.cpp:32
nf_int define_sys
Definition: CNFDB_405.h:26
nf_int color
Definition: CNFDB_405.h:28
nf_float origin[3]
Definition: CNFDB_405.h:33
nf_int ID
Definition: CNFDB_405.h:25
nf_char title[26]
Definition: CNFDB_405.h:31
virtual ~CNFDB_405()
Definition: CNFDB_405.h:18
nf_float rot[3]
Definition: CNFDB_405.h:35
nf_int layer
Definition: CNFDB_405.h:29
virtual void Read(class CNFData *nfd)
Definition: CNFDB_405.cpp:16
nf_int type
Definition: CNFDB_405.h:27