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
152eba44
Commit
152eba44
authored
Sep 21, 2009
by
Alexander Wiebel
Browse files
[DOC] updated
parent
13ef807c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/dataHandler/WDataSet.h
src/dataHandler/WDataSet.h
+7
-6
No files found.
src/dataHandler/WDataSet.h
View file @
152eba44
...
...
@@ -30,17 +30,17 @@
/**
* Base class for all data set types. This class has a number of subclasses
* specifying the different types of data sets. Two of dataset type
reprent
* single and time-dependent datasets (compound of several time
steps)
* respectively.
This base class contains the pointer to the meta information.
* specifying the different types of data sets. Two of
the
dataset type
s
*
represent
single and time-dependent datasets (compound of several time
*
steps)
respectively.
* \ingroup dataHandler
*/
class
WDataSet
{
public:
/**
*
Since every DataSet should have a MetaInfo, we ensure hereby you never
*
go without one
.
*
This constructor shoul be used if a dataSet does not stem from a file.
*
It presets the its correpsonding fileName as empty string
.
*/
WDataSet
();
...
...
@@ -66,7 +66,8 @@ protected:
private:
/**
* Name of the file this data set was loaded from. This information
* may allow hollowing data sets later.
* may allow hollowing data sets later. DataSets that were not loaded
* from a file should have the empty string stored here.
*/
std
::
string
m_fileName
;
};
...
...
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