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

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

#include <MDSTk/configure.h>
#include <MDSTk/System/mdsEnvironment.h>

Namespaces

namespace  mds
 

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


Defines

#define MDS_UNUSED(x)   ((void)(x))
 Macro that can be used to prevent compiler warnings when local variables or function parameters are not used in code.

Functions

int mds::ompDefaultSettings ()
 Function sets default OpenMP settings and returns the number of parallel threads that will be used or -1 if OpenMP is not supported.
int mds::ompGetMaxThreads ()
 Function returns the maximum number of threads in a parallel section, or 1 if OpenMP is not supported.
int mds::ompGetThreadNum ()
 Function returns ID of the current thread in parallel section.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/12/06

Id:
mdsSetup.h 2106 2012-02-18 21:55:47Z spanel

Description:


Define Documentation

#define MDS_UNUSED (   x)    ((void)(x))

Macro that can be used to prevent compiler warnings when local variables or function parameters are not used in code.