Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8bc67097
Commit
8bc67097
authored
Apr 26, 2022
by
Kai Messerschmidt
Browse files
[DOC] Add doc for box entry
parent
888f43a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/core/common/WTransferFunction2D.h
src/core/common/WTransferFunction2D.h
+6
-7
No files found.
src/core/common/WTransferFunction2D.h
View file @
8bc67097
...
...
@@ -228,9 +228,9 @@ private:
return
isoX
<=
rhs
.
isoX
&&
isoY
<=
rhs
.
isoY
;
}
/** the isovalue aka. the position */
double
isoX
;
double
isoY
;
double
isoX
;
/** the isovalue x aka. the position x */
double
isoY
;
/** the isovalue y aka. the position y */
};
/**
...
...
@@ -261,10 +261,9 @@ private:
&&
height
==
rhs
.
height
&&
color
==
rhs
.
color
;
}
/** holds the current color at isovalue Entry::iso */
double
width
;
double
height
;
WColor
color
;
double
width
;
/** the width */
double
height
;
/** the height */
WColor
color
;
/** the color */
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment