#include <ColorMap.h>
Color map class
- Author
- Thomas Kroes
◆ Type
Color map types
| Enumerator |
|---|
| OneDimensional | |
| TwoDimensional | One-dimensional color map Two-dimensional color map
|
◆ ColorMap()
| hdps::util::ColorMap::ColorMap |
( |
const QString & |
name = "", |
|
|
const QString & |
resourcePath = "", |
|
|
const Type & |
type = Type::OneDimensional, |
|
|
const QImage & |
image = QImage() |
|
) |
| |
(Default) constructor
- Parameters
-
| name | Name of the color map |
| resourcePath | Resource path of the color map image |
| name | Color map type |
| image | Color map image |
◆ getImage()
| QImage hdps::util::ColorMap::getImage |
( |
| ) |
const |
Returns the color map image
◆ getName()
| QString hdps::util::ColorMap::getName |
( |
| ) |
const |
Returns the color map name
◆ getNoDimensions()
| std::uint32_t hdps::util::ColorMap::getNoDimensions |
( |
| ) |
const |
Returns the number of dimensions
◆ getResourcePath()
| QString hdps::util::ColorMap::getResourcePath |
( |
| ) |
const |
Returns the resource path
◆ getType()
Returns the color map type
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/ColorMap.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/ColorMap.cpp