|
FEAT 3
Finite Element Analysis Toolbox
|
World dimension dependent helper class for parsing charts. More...
#include <mesh_file_reader.hpp>
Static Public Member Functions | |
| static std::shared_ptr< Xml::MarkupParser > | markup (const String &name, std::unique_ptr< Atlas::ChartBase< RootMesh_ > > &chart) |
| Creates a parser for a chart, its type identified by a name String. More... | |
World dimension dependent helper class for parsing charts.
| RootMesh_ | Type of the mesh the chart is supposed to work with. |
| world_dim | World dimension of the RootMesh_. This is separate because it is used for explicit specialization. |
This class filters which chart(-parser) classes will be instantiated for each world_dim value, because (all?) charts are tied to a certain dimension. This is the generic implementation for values of world_dim which do not have any charts, and serves as an interface documentation.
Definition at line 1788 of file mesh_file_reader.hpp.
|
inlinestatic |
Creates a parser for a chart, its type identified by a name String.
| [in] | name | Type name of the chart to parse |
| [out] | chart | Where to parse the chart to |
Definition at line 1802 of file mesh_file_reader.hpp.