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

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

#include "mdsSetup.h"
#include "mdsNamedObject.h"
#include <string>

Namespaces

namespace  mds
 

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


Defines

#define MDS_DECLARE_ID(Id)   struct Id { MDS_STATIC_NAME(#Id); }
 Declares an identifier.
#define tIdentifier   typename
 Identifier type used to declare templates whose instances are specialized by using identifiers.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2005/09/06

Id:
mdsIdentifier.h 1863 2010-08-31 20:40:15Z spanel

Description:


Define Documentation

#define MDS_DECLARE_ID (   Id)    struct Id { MDS_STATIC_NAME(#Id); }

Declares an identifier.

  • Parameter 'Id' is a name of the identifier.
#define tIdentifier   typename

Identifier type used to declare templates whose instances are specialized by using identifiers.