fw4spl
|
This class is used to read the buffer of a DICOM image in DIRECT mode when a pixel lookup must be performed. More...
#include <ImageRGBLookupReader.hpp>
Public Types | |
typedef ::fwMedData::DicomSeries::DicomContainerType | DicomContainerType |
Static Public Member Functions | |
template<typename T , typename U > | |
static void | fillImageBuffer (unsigned int rows, unsigned int columns, unsigned int depth, DicomContainerType &instances, void *destination, const T *redLookup, const T *greenLookup, const T *blueLookup) |
Fill the buffer of an image The template T is used to determine color format The template U is used to determine pixel value format. More... | |
This class is used to read the buffer of a DICOM image in DIRECT mode when a pixel lookup must be performed.
Definition at line 30 of file ImageRGBLookupReader.hpp.
|
inlinestatic |
Fill the buffer of an image The template T is used to determine color format The template U is used to determine pixel value format.
[in] | rows | Number of rows |
[in] | columns | Number of columns |
[in] | depth | Number of frames |
[in] | instances | Paths to the instances |
[in] | destination | Destination buffer |
[in] | redLookup | Red color lookup table |
[in] | greenLookup | Green color lookup table |
[in] | blueLookup | Blue color lookup table |
Definition at line 50 of file ImageRGBLookupReader.hpp.