[][src]Module pbrt::filters

Various implementations of Filter for use during sampling.

Modules

boxfilter

Defines a box filter that implements Filter. Note: This is named BoxFilter and not Box due to Box being a reserved word in rust.