Loading [MathJax]/jax/input/TeX/config.js
Photon Engine
2.0.0-beta
A physically based renderer.
Toggle main menu visibility
Home
Components
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
k
m
p
r
s
t
u
x
y
z
Typedefs
a
b
c
d
e
f
h
i
k
l
m
p
q
r
s
t
v
Enumerations
e
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Related Symbols
Files
File List
File Members
All
b
c
f
i
k
m
p
s
Functions
Typedefs
Macros
▼
Photon Engine
Home
Components
►
Engine
►
Engine Directories
Bibliography
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
Documentation
►
Include
▼
Source
►
Actor
►
Api
►
Common
▼
Core
►
Emitter
►
Estimator
►
Filmic
►
Intersection
►
LTA
►
Quantity
►
Receiver
►
Renderer
►
SampleGenerator
►
Scheduler
►
SurfaceBehavior
▼
Texture
►
Function
►
Pixel
►
Sky
►
constant_textures.h
HdrRgbTexture2D.cpp
►
HdrRgbTexture2D.h
LdrRgbTexture2D.cpp
►
LdrRgbTexture2D.h
►
SampleLocation.h
►
TAbstractPixelTex2D.h
►
TBilinearPixelTex2D.h
►
TCheckerboardTexture.h
TCheckerboardTexture.ipp
texture_fwd.h
TextureLoader.cpp
►
TextureLoader.h
►
TLinearGradientTexture.h
TLinearGradientTexture.ipp
►
TMipmap.h
►
TNearestPixelTex2D.h
►
TPixelTex2D.h
►
TSampler.h
►
TSwizzledTexture.h
►
TTexPixel.h
►
TTexture.h
►
TTrilinearPixelTex2D.h
►
VolumeBehavior
►
ECoordSys.h
►
Engine.cpp
►
Engine.h
►
FaceTopology.h
FullRay.cpp
►
FullRay.h
HitDetail.cpp
►
HitDetail.h
HitInfo.cpp
►
HitInfo.h
HitProbe.cpp
►
HitProbe.h
►
Ray.h
RayDifferential.cpp
►
RayDifferential.h
►
Sample.h
SurfaceHit.cpp
►
SurfaceHit.h
►
DataIO
►
EngineEnv
►
Frame
►
Math
►
SDL
►
Utility
►
World
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
HdrRgbTexture2D.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Core/Texture/TTexture.h
"
4
#include "
Core/Texture/TAbstractPixelTex2D.h
"
5
#include "
Frame/frame_fwd.h
"
6
#include "
Math/Color/Spectrum.h
"
7
8
#include <memory>
9
10
namespace
ph
11
{
12
13
class
HdrRgbTexture2D
:
public
TTexture
<math::Spectrum>
14
{
15
public
:
16
HdrRgbTexture2D
();
17
explicit
HdrRgbTexture2D
(std::unique_ptr<
TAbstractPixelTex2D<HdrComponent, 3>
> texture);
18
19
void
sample
(
const
SampleLocation
& sampleLocation,
math::Spectrum
* out_value)
const override
;
20
21
private
:
22
std::unique_ptr<TAbstractPixelTex2D<HdrComponent, 3>> m_texture;
23
};
13
class
HdrRgbTexture2D
:
public
TTexture
<math::Spectrum> {
…
};
24
25
}
// end namespace ph
Spectrum.h
TAbstractPixelTex2D.h
TTexture.h
ph::HdrRgbTexture2D
Definition
HdrRgbTexture2D.h:14
ph::HdrRgbTexture2D::sample
void sample(const SampleLocation &sampleLocation, math::Spectrum *out_value) const override
Definition
HdrRgbTexture2D.cpp:20
ph::HdrRgbTexture2D::HdrRgbTexture2D
HdrRgbTexture2D()
Definition
HdrRgbTexture2D.cpp:9
ph::SampleLocation
Definition
SampleLocation.h:22
ph::TAbstractPixelTex2D
Definition
TAbstractPixelTex2D.h:21
ph::TTexture
Definition
TTexture.h:12
ph::math::TTristimulusSpectrum
Definition
TTristimulusSpectrum.h:11
frame_fwd.h
ph
The root for all renderer implementations.
Definition
EEngineProject.h:6
Source
Core
Texture
HdrRgbTexture2D.h
Generated by
1.11.0