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
df2d07e0
Commit
df2d07e0
authored
Aug 05, 2010
by
Alexander Wiebel
Browse files
[FIX] WDataSetSphericalHarmonics is not a texture
parent
24f50cf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/dataHandler/WDataSetSphericalHarmonics.cpp
src/dataHandler/WDataSetSphericalHarmonics.cpp
+5
-0
src/dataHandler/WDataSetSphericalHarmonics.h
src/dataHandler/WDataSetSphericalHarmonics.h
+7
-0
No files found.
src/dataHandler/WDataSetSphericalHarmonics.cpp
View file @
df2d07e0
...
...
@@ -128,3 +128,8 @@ const std::string WDataSetSphericalHarmonics::getDescription() const
{
return
"Contains factors for spherical harmonics."
;
}
bool
WDataSetSphericalHarmonics
::
isTexture
()
const
{
return
false
;
}
src/dataHandler/WDataSetSphericalHarmonics.h
View file @
df2d07e0
...
...
@@ -102,6 +102,13 @@ public:
*/
virtual
const
std
::
string
getDescription
()
const
;
/**
* Determines whether this dataset can be used as a texture.
*
* \return true if usable as texture.
*/
virtual
bool
isTexture
()
const
;
protected:
/**
...
...
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