MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
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. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/12/06
Description:
#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.