MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
MobileRT::Sampler Member List

This is the complete list of members for MobileRT::Sampler, including all inherited members.

domainSize_MobileRT::Sampler
getSample(::std::uint32_t sample)=0MobileRT::Samplerpure virtual
getSample()MobileRT::Sampler
getSampleFromArray(const ::std::array< float, S > &values)MobileRT::Samplerinlineprotected
operator=(const Sampler &sampler)=deleteMobileRT::Sampler
operator=(Sampler &&sampler) noexcept=deleteMobileRT::Sampler
resetSampling()MobileRT::Sampler
sample_MobileRT::Sampler
Sampler()=defaultMobileRT::Samplerexplicit
Sampler(::std::uint32_t width, ::std::uint32_t height, ::std::uint32_t samples)MobileRT::Samplerexplicit
Sampler(const Sampler &sampler)=deleteMobileRT::Sampler
Sampler(Sampler &&sampler) noexcept=deleteMobileRT::Sampler
samples_MobileRT::Sampler
stopSampling()MobileRT::Sampler
~Sampler()MobileRT::Samplervirtual