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
BackwardLightIntegrator.cpp
BackwardLightIntegrator.h
►
BNEEPTEstimator.cpp
►
BNEEPTEstimator.h
BVPTDLEstimator.cpp
►
BVPTDLEstimator.h
►
BVPTEstimator.cpp
►
BVPTEstimator.h
DebugIntegrator.cpp
DebugIntegrator.h
estimator_fwd.h
►
FullRayEnergyEstimator.h
►
Integrand.h
►
IRayEnergyEstimator.h
LightTracingIntegrator.cpp
LightTracingIntegrator.h
NormalBufferIntegrator.cpp
NormalBufferIntegrator.h
►
PartialRayEnergyEstimator.h
PathEstimator.cpp
PathEstimator.h
SurfaceAttributeEstimator.cpp
►
SurfaceAttributeEstimator.h
►
TEstimationArray.h
►
TIRayEstimator.h
►
Filmic
►
Intersection
►
LTA
►
Quantity
►
Receiver
►
Renderer
►
SampleGenerator
►
Scheduler
►
SurfaceBehavior
►
Texture
►
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
BackwardLightIntegrator.h
Go to the documentation of this file.
1
//#pragma once
2
//
3
//#include "Core/Integrator/Integrator.h"
4
//#include "Math/math_fwd.h"
5
//
6
//namespace ph
7
//{
8
//
9
//class BackwardLightIntegrator final : public Integrator, public TCommandInterface<BackwardLightIntegrator>
10
//{
11
//public:
12
// virtual ~BackwardLightIntegrator() override;
13
//
14
// virtual void update(const Scene& scene) override;
15
// virtual void radianceAlongRay(const Ray& ray, const RenderWork& data, std::vector<SenseEvent>& out_senseEvents) const override;
16
//
17
//private:
18
// static void rationalClamp(Spectrum& value);
19
//
21
//public:
22
// BackwardLightIntegrator(const InputPacket& packet);
23
// static SdlTypeInfo ciTypeInfo();
24
// static void ciRegister(CommandRegister& cmdRegister);
25
// static std::unique_ptr<BackwardLightIntegrator> ciLoad(const InputPacket& packet);
26
//};
27
//
28
//}// end namespace ph
Source
Core
Estimator
BackwardLightIntegrator.h
Generated by
1.11.0