#include <one_byte_volume_pixel_dataset.h>
Inherits VolumePixelDataset.
Inheritance diagram for OneByteVolumePixelDataset:
The implementation of the VolumePixelDataset interface for 3 dimensional voxel datasets with an internal pixel storage size 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 55 of file one_byte_volume_pixel_dataset.h.
|
The type for a read-only iterator through the volume Definition at line 77 of file one_byte_volume_pixel_dataset.h. |
|
The type for a read-only pointer to the volume Definition at line 72 of file one_byte_volume_pixel_dataset.h. |
|
The type for the image extractor Definition at line 259 of file one_byte_volume_pixel_dataset.h. |
|
The type for the intensity mapper in 2 dimensional datasets Definition at line 271 of file one_byte_volume_pixel_dataset.h. |
|
The type for an sub-image of the volume Definition at line 82 of file one_byte_volume_pixel_dataset.h. |
|
The type used to store one pixel Definition at line 87 of file one_byte_volume_pixel_dataset.h. |
|
The type for a x,y,z-position within the volume Definition at line 244 of file one_byte_volume_pixel_dataset.h. |
|
The type for a x,y,z-size of a region within the volume Definition at line 239 of file one_byte_volume_pixel_dataset.h. |
|
The type for a region (size and origin) within the volume Definition at line 234 of file one_byte_volume_pixel_dataset.h. |
|
The type for the slice extractor Definition at line 249 of file one_byte_volume_pixel_dataset.h. |
|
The type for the slice extractor Definition at line 254 of file one_byte_volume_pixel_dataset.h. |
|
The type of the dataset for external scoping Definition at line 94 of file one_byte_volume_pixel_dataset.h. |
|
The type for the intensity mapper in 3 dimensional datasets Definition at line 265 of file one_byte_volume_pixel_dataset.h. |
|
The type for a pointer to the volume Definition at line 67 of file one_byte_volume_pixel_dataset.h. |
|
The type for the volume Definition at line 62 of file one_byte_volume_pixel_dataset.h. |
|
Constructor
Definition at line 23 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::resampling_filter_, and VolumePixelDataset::transform_. |
|
Destructor Definition at line 57 of file one_byte_volume_pixel_dataset.cpp. |
|
Copy constructor Definition at line 43 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::resampling_filter_, and VolumePixelDataset::transform_. |
|
Returns a pointer to the raw data held by the dataset.
Implements PixelDataset. Definition at line 63 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::dataset_. |
|
Returns a pointer to the dataset internally managed.
Definition at line 174 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::dataset_. |
|
Returns a read-only pointer to the volume dataset internally managed.
Definition at line 166 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::dataset_. |
|
Return the image extending in x and y dimension at a given z index of the dataset.
Implements VolumePixelDataset. Definition at line 324 of file one_byte_volume_pixel_dataset.cpp. |
|
Return the image extending in x and z dimension at a given y index of the dataset.
Implements VolumePixelDataset. Definition at line 355 of file one_byte_volume_pixel_dataset.cpp. |
|
Return the image extending in y and z dimension at a given x index of the dataset.
Implements VolumePixelDataset. Definition at line 386 of file one_byte_volume_pixel_dataset.cpp. |
|
Return the intensity level of the dataset.
Implements PixelDataset. Definition at line 233 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::image_intensity_filter_. |
|
Return the intensity window of the dataset.
Implements PixelDataset. Definition at line 221 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::image_intensity_filter_. |
|
Return the slice extending in x and y dimension at a given z index of the dataset.
Implements VolumePixelDataset. Definition at line 245 of file one_byte_volume_pixel_dataset.cpp. |
|
Return the slice extending in x and z dimension at a given y index of the dataset.
Implements VolumePixelDataset. Definition at line 272 of file one_byte_volume_pixel_dataset.cpp. |
|
Return the slice extending in y and z dimension at a given x index of the dataset.
Implements VolumePixelDataset. Definition at line 298 of file one_byte_volume_pixel_dataset.cpp. |
|
Sets the volume dataset to manage.
Definition at line 82 of file one_byte_volume_pixel_dataset.cpp. References Dataset::is_dirty_, and OneByteVolumePixelDataset::setDatasetInternal(). Here is the call graph for this function: ![]() |
|
Sets the image dataset internally
Definition at line 90 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::dataset_, Dataset::is_data_set_, PixelDataset::max_pixel_value_, and PixelDataset::min_pixel_value_. Referenced by OneByteVolumePixelDataset::setDataset(). |
|
Set the intensity window and level for the dataset.
Implements PixelDataset. Definition at line 182 of file one_byte_volume_pixel_dataset.cpp. References OneByteVolumePixelDataset::image_intensity_filter_, and OneByteVolumePixelDataset::volume_intensity_filter_. |
|
The dataset used to store and access the image data Definition at line 289 of file one_byte_volume_pixel_dataset.h. Referenced by OneByteVolumePixelDataset::getData(), OneByteVolumePixelDataset::getDataset(), and OneByteVolumePixelDataset::setDatasetInternal(). |
|
The filter extracting sub-images from the volume Definition at line 304 of file one_byte_volume_pixel_dataset.h. |
|
The filter adapting the intensity of a slice to a given level and window Definition at line 314 of file one_byte_volume_pixel_dataset.h. Referenced by OneByteVolumePixelDataset::getIntensityLevel(), OneByteVolumePixelDataset::getIntensityWindow(), and OneByteVolumePixelDataset::setIntensity(). |
|
The dataset used to store and access the image data Definition at line 294 of file one_byte_volume_pixel_dataset.h. Referenced by OneByteVolumePixelDataset::OneByteVolumePixelDataset(). |
|
The filter extracting single slices from the volume Definition at line 299 of file one_byte_volume_pixel_dataset.h. |
|
The intensity filter for the whole volume Definition at line 309 of file one_byte_volume_pixel_dataset.h. Referenced by OneByteVolumePixelDataset::setIntensity(). |
|
The region used by the slice extractor for getting x-y slices Definition at line 319 of file one_byte_volume_pixel_dataset.h. |
|
The region used by the slice extractor for getting x-z slices Definition at line 324 of file one_byte_volume_pixel_dataset.h. |
|
The region used by the slice extractor for getting y-z slices Definition at line 329 of file one_byte_volume_pixel_dataset.h. |