DynainFileParser::ParsedData Struct Reference
Last update: 16.07.2025Contains information that was found in the parsed file. More...
Public Types | |
| typedef std::vector< std::pair< number, number > > | TDataDefinition |
| data type containing some data object (node/element id and value) More... | |
| typedef std::vector< std::pair< number, std::vector< number > > > | TElementDefinition |
| data type containing element definition (element id and associated node ids) | |
| typedef std::vector< std::pair< number, std::vector< number > > > | TNodeDefinition |
| data type containing node definition ( node id and 3 coordinates) | |
| typedef std::map< std::pair< int, string >, std::set< NodeSet::TPair::second_type > > | TSetDefinition |
| Data type containing set definitions Consists of the set ID and an optional title used as map key and a set of nodal IDs stored as map value. | |
Detailed Description
Contains information that was found in the parsed file.
//!
Member Typedef Documentation
◆ TDataDefinition
| typedef std::vector< std::pair<number, number > > TDataDefinition |
data type containing some data object (node/element id and value)
- Note
- the same ident may appear several times. In this case, one need to take the average...