LoadDataBaseSettings Struct Reference
Last update: 16.07.2025stores settings for loadDataBase() More...
Public Member Functions | |
| check () const | |
| checks the settings and throws an exception if they are not correct. | |
| LoadDataBaseSettings (string the_filename) | |
Public Attributes | |
| bool | create_reference_mesh |
| string | filename |
| the name of the file which serves as a template (this file is not modified) | |
Detailed Description
stores settings for loadDataBase()
Constructor & Destructor Documentation
◆ LoadDataBaseSettings()
| LoadDataBaseSettings | ( | string | the_filename | ) |
- Parameters
-
the_filename the name of the input file
Member Data Documentation
◆ create_reference_mesh
| bool create_reference_mesh |
If true (default) then the complete reference mesh will be built up on loading. If false, only the meta structure will be built up. Then, only a limited part of functionality can be provided!