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
a6163926
Commit
a6163926
authored
Aug 05, 2010
by
Alexander Wiebel
Browse files
[DOC] some clarifications of setter purpose
parent
af5a7648
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
src/graphicsEngine/WROIBox.h
src/graphicsEngine/WROIBox.h
+4
-4
src/graphicsEngine/WROISphere.h
src/graphicsEngine/WROISphere.h
+6
-6
No files found.
src/graphicsEngine/WROIBox.h
View file @
a6163926
...
...
@@ -62,14 +62,14 @@ public:
wmath
::
WPosition
getMaxPos
()
const
;
/**
*
s
etter
* \param color
*
S
etter
for standard color
* \param color
The new color.
*/
void
setColor
(
osg
::
Vec4
color
);
/**
*
s
etter
* \param color
*
S
etter
for color in negated state
* \param color
The new color.
*/
void
setNotColor
(
osg
::
Vec4
color
);
...
...
src/graphicsEngine/WROISphere.h
View file @
a6163926
...
...
@@ -37,13 +37,13 @@
#include "WROI.h"
/**
* A
box
representing a region of interest.
* A
sphere
representing a region of interest.
*/
class
WROISphere
:
public
WROI
{
public:
/**
* Yields
box
with desired
extremal points minPos and maxPo
s
* Yields
sphere
with desired
center point and radiu
s
* \param position position of the center of the sphere
* \param radius radius of the sphere
*/
...
...
@@ -67,14 +67,14 @@ public:
void
setPosition
(
wmath
::
WPosition
position
);
/**
*
s
etter
* \param color
*
S
etter
for standard color
* \param color
The new color.
*/
void
setColor
(
osg
::
Vec4
color
);
/**
*
s
etter
* \param color
*
S
etter
for color in negated state
* \param color
The new color.
*/
void
setNotColor
(
osg
::
Vec4
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