OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
CategorisationFolderNames.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4
6{
7 static std::string getParameterFolderName()
8 {
9 return "Parameterset";
10 }
11 static std::string getQuantityFolderName()
12 {
13 return "Quantityset";
14 }
15 static std::string getSeriesMetadataFolderName()
16 {
17 return "Series Metadata";
18 }
19 static std::string getRootFolderName()
20 {
21 return "Data Categorization";
22 }
23}
Definition CategorisationFolderNames.h:6
static std::string getParameterFolderName()
Definition CategorisationFolderNames.h:7
static std::string getRootFolderName()
Definition CategorisationFolderNames.h:19
static std::string getQuantityFolderName()
Definition CategorisationFolderNames.h:11
static std::string getSeriesMetadataFolderName()
Definition CategorisationFolderNames.h:15