G+S
mo
25.01.0
Geometry + Simulation Modules
Loading...
Searching...
No Matches
gsClass.h
1
16
#pragma once
17
#include <
gismo.h
>
18
19
20
namespace
gismo
21
{
26
class
submoduleClass
27
{
28
29
public
:
30
// Empty constructor
31
~submoduleClass
() {}
32
33
void
printString(std::string
const
& str)
const
34
{
35
gsInfo
<< str <<
"\n"
;
36
}
37
38
};
// class submoduleClass
39
40
}
// namespace gismo
gismo::submoduleClass
I am an example how to use the class in submodules.
Definition
gsClass.h:27
gismo.h
Main header to be included by clients using the G+Smo library.
gsInfo
#define gsInfo
Definition
gsDebug.h:43
gismo
The G+Smo namespace, containing all definitions for the library.
gismo
optional
gsModule
gsTemplates
gsClass.h
Generated on Fri Jan 10 2025 09:24:51 for G+Smo by Doxygen v1.9.8