#include <two_byte_image_pixel_dataset.h>
Inherits ImagePixelDataset.
Inheritance diagram for TwoByteImagePixelDataset:
The implementation of the Dataset interface for 2 dimensional datasets with a pixel stride of two bytes.
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 42 of file two_byte_image_pixel_dataset.h.
|
The type for a read-only iterator through the image Definition at line 64 of file two_byte_image_pixel_dataset.h. |
|
The type for a read-only pointer to the image Definition at line 59 of file two_byte_image_pixel_dataset.h. |
|
The type for the intensity mapper in 2 dimensional datasets Definition at line 169 of file two_byte_image_pixel_dataset.h. |
|
The type for a pointer to the image Definition at line 54 of file two_byte_image_pixel_dataset.h. |
|
The type for the image Definition at line 49 of file two_byte_image_pixel_dataset.h. |
|
The type used to store one pixel Definition at line 69 of file two_byte_image_pixel_dataset.h. |
|
The type for a x,y,z-position within the volume Definition at line 163 of file two_byte_image_pixel_dataset.h. |
|
The type for a x,y,z-size of a region within the volume Definition at line 158 of file two_byte_image_pixel_dataset.h. |
|
The type for a region (size and origin) within the volume Definition at line 153 of file two_byte_image_pixel_dataset.h. |
|
The type of the dataset for external scoping Definition at line 76 of file two_byte_image_pixel_dataset.h. |
|
Constructor
Definition at line 22 of file two_byte_image_pixel_dataset.cpp. |
|
Destructor Definition at line 43 of file two_byte_image_pixel_dataset.cpp. |
|
Copy constructor Definition at line 35 of file two_byte_image_pixel_dataset.cpp. |
|
Returns a pointer to the raw data held by the dataset.
Implements PixelDataset. Definition at line 49 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::dataset_. |
|
Returns a read-only pointer to the image dataset internally managed.
Definition at line 77 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::dataset_. |
|
Returns a pointer to the image dataset internally managed.
Definition at line 69 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::dataset_. |
|
Return the intensity level of the dataset.
Implements PixelDataset. Definition at line 172 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::image_intensity_filter_. |
|
Return the intensity window of the dataset.
Implements PixelDataset. Definition at line 160 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::image_intensity_filter_. |
|
Sets the image dataset to manage.
Definition at line 84 of file two_byte_image_pixel_dataset.cpp. References Dataset::is_dirty_, and TwoByteImagePixelDataset::setDatasetInternal(). Here is the call graph for this function: ![]() |
|
Sets the image dataset internally
Definition at line 92 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::dataset_, Dataset::is_data_set_, and PixelDataset::max_pixel_value_. Referenced by TwoByteImagePixelDataset::setDataset(). |
|
Set the intensity window and level for the dataset.
Implements PixelDataset. Definition at line 127 of file two_byte_image_pixel_dataset.cpp. References TwoByteImagePixelDataset::image_intensity_filter_. |
|
The dataset used to store and access the image data Definition at line 187 of file two_byte_image_pixel_dataset.h. Referenced by TwoByteImagePixelDataset::getData(), TwoByteImagePixelDataset::getDataset(), and TwoByteImagePixelDataset::setDatasetInternal(). |
|
The filter adapting the intensity of the image to a given level and window Definition at line 192 of file two_byte_image_pixel_dataset.h. Referenced by TwoByteImagePixelDataset::getIntensityLevel(), TwoByteImagePixelDataset::getIntensityWindow(), and TwoByteImagePixelDataset::setIntensity(). |