Class RadianceImage#
Defined in File RadianceImage.h
Inheritance Relationships#
Base Type#
public TRAP::Image
(Class Image)
Class Documentation#
-
class RadianceImage : public TRAP::Image#
Public Functions
-
explicit RadianceImage(std::filesystem::path filepath)#
Constructor.
- Parameters:
filepath – File path of the image to load.
-
RadianceImage(const RadianceImage&) noexcept = default#
Copy constructor.
-
RadianceImage &operator=(const RadianceImage&) noexcept = default#
Copy assignment operator.
-
RadianceImage(RadianceImage&&) noexcept = default#
Move constructor.
-
RadianceImage &operator=(RadianceImage&&) noexcept = default#
Move assignment operator.
-
~RadianceImage() override = default#
Destructor.
-
explicit RadianceImage(std::filesystem::path filepath)#