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
41a625fa
Commit
41a625fa
authored
Mar 15, 2013
by
Stefan Philips
Browse files
[ADD] Convenience typedefs for shared pointer with type WDataSetSphericalHarmonics
parent
79bd862d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/core/dataHandler/WDataSetSphericalHarmonics.h
src/core/dataHandler/WDataSetSphericalHarmonics.h
+10
-0
No files found.
src/core/dataHandler/WDataSetSphericalHarmonics.h
View file @
41a625fa
...
@@ -42,6 +42,16 @@
...
@@ -42,6 +42,16 @@
class
WDataSetSphericalHarmonics
:
public
WDataSetSingle
// NOLINT
class
WDataSetSphericalHarmonics
:
public
WDataSetSingle
// NOLINT
{
{
public:
public:
/**
* Convenience typedef for a boost::shared_ptr
*/
typedef
boost
::
shared_ptr
<
WDataSetSphericalHarmonics
>
SPtr
;
/**
* Convenience typedef for a boost::shared_ptr; const
*/
typedef
boost
::
shared_ptr
<
const
WDataSetSphericalHarmonics
>
ConstSPtr
;
/**
/**
* Constructs an instance out of an appropriate value set and a grid.
* Constructs an instance out of an appropriate value set and a grid.
*
*
...
...
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