MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Defines | Variables
mdsVersion.h File Reference

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)
Copyright (c) 2003-2005 by Michal Spanel


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.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2020 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/10/22

Id:
mdsVersion.h 2039 2011-12-28 14:00:13Z spanel

Description:


Define Documentation

#define MDS_MAKE_STRING (   Param)    #Param

Helper macro converts its parameter to string literal.

#define MDS_P2STR (   Param)    MDS_MAKE_STRING(Param)