#include <Image.h>
◆ Image()
| Image::Image |
( |
const QSize & |
size, |
|
|
const std::uint32_t & |
noComponents, |
|
|
const QString & |
imageFilePath |
|
) |
| |
◆ data()
| std::uint16_t * Image::data |
( |
| ) |
|
◆ dimensionName()
| QString Image::dimensionName |
( |
| ) |
const |
◆ getPixel()
| void Image::getPixel |
( |
const std::uint32_t & |
x, |
|
|
const std::uint32_t & |
y, |
|
|
std::uint16_t * |
pixel |
|
) |
| const |
◆ height()
| std::uint32_t Image::height |
( |
| ) |
const |
◆ imageFilePath()
| QString Image::imageFilePath |
( |
| ) |
const |
◆ noComponents()
| std::uint32_t Image::noComponents |
( |
| ) |
const |
◆ noElements()
| std::uint32_t Image::noElements |
( |
| ) |
const |
◆ noPixels()
| std::uint32_t Image::noPixels |
( |
| ) |
const |
◆ pixelIndex()
| std::uint32_t Image::pixelIndex |
( |
const std::uint32_t & |
x, |
|
|
const std::uint32_t & |
y |
|
) |
| const |
◆ setDimensionName()
| void Image::setDimensionName |
( |
const QString & |
dimensionName | ) |
|
◆ setPixel()
| void Image::setPixel |
( |
const std::uint32_t & |
x, |
|
|
const std::uint32_t & |
y, |
|
|
const std::uint16_t * |
pixel |
|
) |
| |
◆ setSize()
| void Image::setSize |
( |
const QSize & |
size | ) |
|
◆ size()
| QSize Image::size |
( |
| ) |
const |
◆ toFloatVector()
| void Image::toFloatVector |
( |
std::vector< float > & |
pixels | ) |
const |
◆ width()
| std::uint32_t Image::width |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/plugins/ImageData/src/Image.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/plugins/ImageData/src/Image.cpp