G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsMaterialMatrixXml.h
Go to the documentation of this file.
1
14#pragma once
15
16#include <gsIO/gsXml.h>
17
18namespace gismo
19{
20namespace internal
21{
22
23template<class Object>
24Object getMaterialMatrixFromXml ( gsXmlNode * node);
25
26template<class Object>
27gsXmlNode * putMaterialMatrixToXml ( Object const & obj, gsXmlTree & data);
28
29}
30}
31
32#ifndef GISMO_BUILD_LIB
33#include GISMO_HPP_HEADER(gsMaterialMatrixXml.hpp)
34#endif
Provides declaration of input/output XML utilities struct.
The G+Smo namespace, containing all definitions for the library.