#include <dataset_definition.h>
Public Member Functions | |
DatasetDefinition () | |
~DatasetDefinition () | |
void | setName (std::string name) |
std::string | getName () |
void | setInPlace (bool in_place) |
bool | isInPlace () |
void | setId (std::string id) |
std::string | getId () |
void | setType (dataset_type type) |
dataset_type | getType () |
std::string | toString () |
The XML format is:
/// <dataset name="[name]"> /// <type type="[volume|image]" bytes="[1|2|4]" /> /// + /// </dataset> ///
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 52 of file dataset_definition.h.
|
Constructor Definition at line 19 of file dataset_definition.cpp. |
|
Destructor Definition at line 26 of file dataset_definition.cpp. |
|
Returns the ID of the dataset
Definition at line 53 of file dataset_definition.cpp. |
|
Get the name of the dataset
Definition at line 39 of file dataset_definition.cpp. |
|
Returns the type of the dataset
Definition at line 90 of file dataset_definition.cpp. |
|
Checks wheather the dataset allows in place
Definition at line 67 of file dataset_definition.cpp. |
|
Sets the ID of the dataset
Definition at line 46 of file dataset_definition.cpp. |
|
Set wheater the algorithmus runs in place or not
Definition at line 60 of file dataset_definition.cpp. |
|
Set the name of the dataset
Definition at line 32 of file dataset_definition.cpp. |
|
Sets the type of the dataset
Definition at line 83 of file dataset_definition.cpp. |
|
TODO: Comment Definition at line 74 of file dataset_definition.cpp. |