20 #if !defined(__MITSUBA_BIDIR_UTIL_H_)
21 #define __MITSUBA_BIDIR_UTIL_H_
42 size_t directSamples);
75 : vertex(vertex), measure(vertex->measure) { }
EMeasure measure
Definition: util.h:78
Bidirectional path vertex data structure.
Definition: vertex.h:48
Principal scene data structure.
Definition: scene.h:49
Render queue - used to keep track of a number of scenes that are simultaneously being rendered...
Definition: renderqueue.h:65
EMeasure
A list of measures that are associated with various sampling methods in Mitsuba.
Definition: common.h:56
A collection of powerful support functions that can be used to construct bidirectional rendering algo...
Definition: util.h:32
~RestoreMeasureHelper()
Definition: util.h:76
Reference counting helper.
Definition: ref.h:40
RestoreMeasureHelper(PathVertex *vertex)
Definition: util.h:74
Coordinates the process of rendering a single image.
Definition: renderjob.h:37
PathVertex * vertex
Definition: util.h:77
Restores the measure of a path vertex after going out of scope.
Definition: util.h:73