22 std::string
toString()
const override;
29 return "Ray Energy Estimator";
Definition IRayEnergyEstimator.h:10
void update(const Integrand &integrand) override=0
void estimate(const Ray &ray, const Integrand &integrand, SampleFlow &sampleFlow, EnergyEstimation &out_estimation) const override=0
std::string toString() const override
Definition IRayEnergyEstimator.h:27
Definition Integrand.h:12
Represents a ray in space.
Definition Ray.h:21
A sample with arbitrary dimensions with fine-grained sampling control.
Definition SampleFlow.h:19
Definition TEstimationArray.h:13
Definition TIRayEstimator.h:17
The root for all renderer implementations.
Definition EEngineProject.h:6