G+S
mo
24.08.0
Geometry + Simulation Modules
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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.h
Main header to be included by clients using the G+Smo library.
gismo::submoduleClass
I am an example how to use the class in submodules.
Definition:
gsClass.h:26
gsInfo
#define gsInfo
Definition:
gsDebug.h:43
gismo
optional
gsModule
gsTemplates
gsClass.h
Generated on Thu Nov 21 2024 14:52:13 for G+Smo by Doxygen v1.8.5