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