G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsXmlUtils.h
Go to the documentation of this file.
1
14#pragma once
15
16#include <gsIO/gsXml.h>
17
18#include <string>
19#include <cstring>
20
21
22namespace gismo {
23
24namespace internal {
25
26/* generic utils, will not be exported
27
29template<class Object>
30Object * getTensorBasisFromXml ( gsXmlNode * node);
31
33template<class Object>
34gsXmlNode * putTensorBasisToXml ( Object const & obj, gsXmlTree & data);
35
37template<class Object>
38Object * getRationalBasisFromXml ( gsXmlNode * node);
39
41template<class Object>
42gsXmlNode * putRationalBasisToXml ( Object const & obj, gsXmlTree & data);
43
44*/
45
46}// end namespace internal
47
48}// end namespace gismo
49
50#ifndef GISMO_BUILD_LIB
51#include GISMO_HPP_HEADER(gsXmlUtils.hpp)
52//#include GISMO_HPP_HEADER(gsXmlGenericUtils.hpp)
53#endif
Provides declaration of input/output XML utilities struct.
The G+Smo namespace, containing all definitions for the library.