#include <four_byte_image_pixel_dataset.h>
Inherits ImagePixelDataset.
Inheritance diagram for FourByteImagePixelDataset:
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 41 of file four_byte_image_pixel_dataset.h.
|
The type for a read-only iterator through the image Definition at line 63 of file four_byte_image_pixel_dataset.h. |
|
The type for a read-only pointer to the image Definition at line 58 of file four_byte_image_pixel_dataset.h. |
|
The type for the intensity mapper in 2 dimensional datasets Definition at line 168 of file four_byte_image_pixel_dataset.h. |
|
The type for a pointer to the image Definition at line 53 of file four_byte_image_pixel_dataset.h. |
|
The type for the image Definition at line 48 of file four_byte_image_pixel_dataset.h. |
|
The type used to store one pixel Definition at line 68 of file four_byte_image_pixel_dataset.h. |
|
The type for a x,y,z-position within the volume Definition at line 162 of file four_byte_image_pixel_dataset.h. |
|
The type for a x,y,z-size of a region within the volume Definition at line 157 of file four_byte_image_pixel_dataset.h. |
|
The type for a region (size and origin) within the volume Definition at line 152 of file four_byte_image_pixel_dataset.h. |
|
The type of the dataset for external scoping Definition at line 75 of file four_byte_image_pixel_dataset.h. |
|
Constructor
Definition at line 22 of file four_byte_image_pixel_dataset.cpp. |
|
Destructor Definition at line 43 of file four_byte_image_pixel_dataset.cpp. |
|
Copy constructor Definition at line 35 of file four_byte_image_pixel_dataset.cpp. |
|
Returns a pointer to the raw data held by the dataset.
Implements PixelDataset. Definition at line 49 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::dataset_. |
|
Returns a read-only pointer to the image dataset internally managed.
Definition at line 77 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::dataset_. |
|
Returns a pointer to the image dataset internally managed.
Definition at line 69 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::dataset_. |
|
Return the intensity level of the dataset.
Implements PixelDataset. Definition at line 172 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::image_intensity_filter_. |
|
Return the intensity window of the dataset.
Implements PixelDataset. Definition at line 160 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::image_intensity_filter_. |
|
Assignment operator Definition at line 180 of file four_byte_image_pixel_dataset.h. |
|
Sets the image dataset to manage.
Definition at line 84 of file four_byte_image_pixel_dataset.cpp. References Dataset::is_dirty_, and FourByteImagePixelDataset::setDatasetInternal(). Here is the call graph for this function: ![]() |
|
Sets the image dataset internally
Definition at line 92 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::dataset_, Dataset::is_data_set_, and PixelDataset::max_pixel_value_. Referenced by FourByteImagePixelDataset::setDataset(). |
|
Set the intensity window and level for the dataset.
Implements PixelDataset. Definition at line 127 of file four_byte_image_pixel_dataset.cpp. References FourByteImagePixelDataset::image_intensity_filter_. |
|
The dataset used to store and access the image data Definition at line 192 of file four_byte_image_pixel_dataset.h. Referenced by FourByteImagePixelDataset::getData(), FourByteImagePixelDataset::getDataset(), and FourByteImagePixelDataset::setDatasetInternal(). |
|
The filter adapting the intensity of the image to a given level and window Definition at line 197 of file four_byte_image_pixel_dataset.h. Referenced by FourByteImagePixelDataset::getIntensityLevel(), FourByteImagePixelDataset::getIntensityWindow(), and FourByteImagePixelDataset::setIntensity(). |