Commit b5e9331 1 parent 2bc497a commit b5e9331 Copy full SHA for b5e9331
File tree 3 files changed +5
-11
lines changed
misc/nanovgutils/include/inviwo/nanovgutils
tensorvis/tensorvisbase/include/inviwo/tensorvisbase
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 40
40
#include < nanovg.h>
41
41
#include < warn/pop>
42
42
43
+ #include < filesystem>
44
+
43
45
namespace inviwo {
44
46
class IVW_MODULE_NANOVGUTILS_API NanoVGContext {
45
47
friend class NanoVGUtilsModule ;
Original file line number Diff line number Diff line change 22
22
#define IVW_MODULE_TENSORVISBASE_API
23
23
#endif
24
24
25
- #endif /* _IVW_MODULE_TENSORVISBASE_DEFINE_H_ */
25
+ #endif /* _IVW_MODULE_TENSORVISBASE_DEFINE_H_ */
Original file line number Diff line number Diff line change 29
29
30
30
#pragma once
31
31
32
- // #include <warn/push>
33
- // #include <warn/ignore/all>
34
- // #include <Eigen/Dense>
35
- // #include <warn/pop>
36
- // #include <inviwo/core/datastructures/geometry/basicmesh.h>
37
- // #include <modules/opengl/shader/shaderutils.h>
38
32
#include < inviwo/tensorvisbase/tensorvisbasemoduledefine.h>
39
33
40
34
#include < inviwo/core/datastructures/geometry/geometrytype.h>
43
37
44
38
#include < iostream>
45
39
46
- namespace inviwo {
47
- namespace tensorutil {
40
+ namespace inviwo ::tensorutil {
48
41
49
42
enum class Anisotropy {
50
43
abs_lamda1_minus_lamda2,
@@ -221,6 +214,5 @@ static const std::string j2_str{"J₂"};
221
214
static const std::string j3_str{" J₃" };
222
215
223
216
static const std::string tau_str{" τ" };
224
- } // namespace tensorutil
225
217
226
- } // namespace inviwo
218
+ } // namespace inviwo::tensorutil
You can’t perform that action at this time.
0 commit comments