MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsPartedData.h>
#include "mdsImage.h"
#include "mdsVolumeBase.h"
#include "mdsVolumeIterator.h"
#include "mdsVolumeView.h"
#include "mdsVolume.hxx"
Classes | |
class | mds::img::CVolume< T, Allocator > |
Class template representing volumetric data. More... | |
struct | mds::img::CVolumeTraits< CVolume< T, A > > |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Typedefs | |
typedef CVolume< tDensityPixel > | mds::img::CDVolume |
Density volume. | |
typedef CDVolume::tSmartPtr | mds::img::CDVolumePtr |
Density volume. | |
typedef CVolume< tFloatPixel > | mds::img::CFVolume |
Float volume. | |
typedef CFVolume::tSmartPtr | mds::img::CFVolumePtr |
Float volume. | |
typedef CVolume< tRGBPixel > | mds::img::CRGBVolume |
Color RGB volume. | |
typedef CRGBVolume::tSmartPtr | mds::img::CRGBVolumePtr |
Color RGB volume. | |
typedef CVolume< tPixel16 > | mds::img::CVolume16 |
Grayscale volume, 16-bits per pixel. | |
typedef CVolume16::tSmartPtr | mds::img::CVolume16Ptr |
Grayscale volume, 16-bit per pixel. | |
typedef CVolume< tPixel32 > | mds::img::CVolume32 |
Grayscale volume, 32-bits per pixel. | |
typedef CVolume32::tSmartPtr | mds::img::CVolume32Ptr |
Grayscale volume, 32-bit per pixel. | |
typedef CVolume< tPixel8 > | mds::img::CVolume8 |
Grayscale volume, 8-bits per pixel. | |
typedef CVolume8::tSmartPtr | mds::img::CVolume8Ptr |
Grayscale volume, 8-bit per pixel. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/07/11
Description: