![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2020 by Michal Spanel
.
More...
#include <MDSTk/configure.h>#include <string>Namespaces | |
| namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
Defines | |
| #define | MDS_MAKE_STRING(Param) #Param |
| Helper macro converts its parameter to string literal. | |
| #define | MDS_P2STR(Param) MDS_MAKE_STRING(Param) |
Variables | |
| const std::string | mds::AUTHORS = "Michal Spanel, et al., FIT BUT, Czech Republic" |
| Listing of MDSTk authors. | |
| const std::string | mds::EMAIL = "spanel@fit.vutbr.cz" |
| E-mail of the MDSTk authors. | |
| const std::string | mds::LABEL = "MDSTk" |
| MDSTk label. | |
| const std::string | mds::VERSION = "MDS_PATCH_VERSION" |
| Current MDSTk version. | |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2020 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/10/22
Description:
| #define MDS_MAKE_STRING | ( | Param | ) | #Param |
Helper macro converts its parameter to string literal.
| #define MDS_P2STR | ( | Param | ) | MDS_MAKE_STRING(Param) |
1.7.6.1