G+Smo  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 {
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
Main header to be included by clients using the G+Smo library.
I am an example how to use the class in submodules.
Definition: gsClass.h:26
#define gsInfo
Definition: gsDebug.h:43