#include <filesdata.h>
Public Member Functions | |
| void | ReadNodes (FEM::InputData const &ID) | 
| void | ReadFaces (FEM::InputData const &ID) | 
| void | ReadElements (FEM::InputData const &ID) | 
| void | ReadNodeBry (FEM::InputData const &ID) | 
| void | ReadFaceBry (FEM::InputData const &ID) | 
| void | ReadAttributes (FEM::InputData const &ID) | 
| void | ReadInitialValues (FEM::InputData const &ID) | 
| void | ReadAllFiles (FEM::InputData const &ID) | 
| void | WriteNodes (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteFaces (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteElements (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteNodeBry (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteFaceBry (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteAttributes (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteInitialValues (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteAllFiles (FEM::InputData const &ID, bool DoOverwrite=false) | 
| void | WriteNodes (String const &fnNODE, bool DoOverwrite=false) | 
| void | WriteFaces (String const &fnFACE, bool DoOverwrite=false) | 
| void | WriteElements (String const &fnELE, bool DoOverwrite=false) | 
| void | WriteNodeBry (String const &fnNBC, bool DoOverwrite=false) | 
| void | WriteFaceBry (String const &fnFBC, bool DoOverwrite=false) | 
| void | WriteAttributes (String const &fnATT, bool DoOverwrite=false) | 
| void | WriteInitialValues (String const &fnINI, bool DoOverwrite=false) | 
| void | SetupDependentValues () | 
Public Attributes | |
| Array< FilesData::Node > | Nodes | 
| Array< FilesData::Face > | Faces | 
| Array< FilesData::Element > | Elements | 
| Array< FilesData::Element > | EmbElements | 
| Array< FilesData::Stage > | Stages | 
Private Member Functions | |
| void | _fill_nodes_idx_info () | 
| void | _fill_faces_idx_info () | 
| void | _fill_elements_idx_info () | 
Classes | |
| struct | Attribute | 
| struct | BryCond | 
| struct | Element | 
| struct | Face | 
| struct | Node | 
| struct | Stage | 
Definition at line 56 of file filesdata.h.
 1.4.7