#include <pixel_metadata.h>
Inherits Metadata.
Inheritance diagram for PixelMetadata:
Public Member Functions | |
PixelMetadata (unsigned char num_dimensions, dataset_position_type size, spacings_type spacings, unsigned char num_bytes_per_pixel) | |
virtual | ~PixelMetadata () |
unsigned char | getNumDimensions () const |
dataset_position_type const & | getSize () const |
spacings_type const & | getSpacings () const |
unsigned char | getNumBytesPerPixel () const |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 37 of file pixel_metadata.h.
|
Constructor Definition at line 20 of file pixel_metadata.cpp. |
|
Destructor Definition at line 32 of file pixel_metadata.cpp. |
|
Returns the number of bytes used to store one pixel of the dataset
Definition at line 52 of file pixel_metadata.cpp. Referenced by ThresholdConfigWidget::showConfiguration(). |
|
Return the number of dimensions of the dataset (2 for images, 3 form volumes)
|
|
Returns the size (number of pixels) in every dimension of the dataset
Definition at line 38 of file pixel_metadata.cpp. |
|
Returns the pixel spacing in every dimension of the the dataset
Definition at line 45 of file pixel_metadata.cpp. |