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
54159e7c
Commit
54159e7c
authored
Feb 14, 2011
by
reichenbach
Browse files
[STYLE] fixed trailing spaces
parent
a2367e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/kernel/modules/data/WMData.cpp
src/kernel/modules/data/WMData.cpp
+4
-4
src/kernel/modules/data/WMData.h
src/kernel/modules/data/WMData.h
+1
-1
No files found.
src/kernel/modules/data/WMData.cpp
View file @
54159e7c
...
...
@@ -129,7 +129,7 @@ void WMData::connectors()
void
WMData
::
properties
()
{
m_propCondition
=
boost
::
shared_ptr
<
WCondition
>
(
new
WCondition
()
);
// properties
m_dataName
=
m_infoProperties
->
addProperty
(
"Filename"
,
"The filename of the dataset."
,
std
::
string
(
""
)
);
m_dataType
=
m_infoProperties
->
addProperty
(
"Data type"
,
"The type of the the single data values."
,
std
::
string
(
""
)
);
...
...
@@ -193,7 +193,7 @@ void WMData::moduleMain()
{
m_moduleState
.
setResetable
(
true
,
true
);
m_moduleState
.
add
(
m_propCondition
);
WAssert
(
m_fileNameSet
,
"No filename specified."
);
using
wiotools
::
getSuffix
;
...
...
@@ -227,7 +227,7 @@ void WMData::moduleMain()
m_transformNoMatrix
=
niiLoader
.
getStandardTransform
();
m_transformSForm
=
niiLoader
.
getSFormTransform
();
m_transformQForm
=
niiLoader
.
getQFormTransform
();
m_isTexture
=
m_dataSet
->
isTexture
();
boost
::
shared_ptr
<
WDataSetSingle
>
dss
=
boost
::
shared_dynamic_cast
<
WDataSetSingle
>
(
m_dataSet
);
...
...
@@ -332,7 +332,7 @@ void WMData::moduleMain()
boost
::
shared_ptr
<
WGrid
>
newGrid
;
boost
::
shared_ptr
<
WDataSetSingle
>
ds
=
boost
::
shared_dynamic_cast
<
WDataSetSingle
>
(
m_dataSet
);
boost
::
shared_ptr
<
WGridRegular3D
>
oldGrid
=
boost
::
shared_dynamic_cast
<
WGridRegular3D
>
(
ds
->
getGrid
()
);
switch
(
m_matrixSelection
->
get
(
true
).
getItemIndexOfSelected
(
0
)
)
{
case
0
:
...
...
src/kernel/modules/data/WMData.h
View file @
54159e7c
...
...
@@ -210,7 +210,7 @@ protected:
//! a standard transform (should be an identity transform)
wmath
::
WMatrix
<
double
>
m_transformQForm
;
private:
/**
...
...
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