[−][src]Struct tray_rust::sampler::ld::LowDiscrepancy
Low discrepancy sampler that makes use of the (0, 2) sequence to generate well distributed samples
Methods
impl LowDiscrepancy
[src]
pub fn new(dim: (u32, u32), spp: usize) -> LowDiscrepancy
[src]
Create a low discrepancy sampler to sample the image in dim.0 * dim.1
sized blocks
Trait Implementations
impl Sampler for LowDiscrepancy
[src]
fn get_samples(&mut self, samples: &mut Vec<(f32, f32)>, rng: &mut StdRng)
[src]
fn get_samples_2d(&mut self, samples: &mut [(f32, f32)], rng: &mut StdRng)
[src]
fn get_samples_1d(&mut self, samples: &mut [f32], rng: &mut StdRng)
[src]
fn max_spp(&self) -> usize
[src]
fn has_samples(&self) -> bool
[src]
fn dimensions(&self) -> (u32, u32)
[src]
fn select_block(&mut self, start: (u32, u32))
[src]
fn get_region(&self) -> &Region
[src]
fn report_results(&mut self, _samples: &[ImageSample]) -> bool
[src]
Auto Trait Implementations
impl Send for LowDiscrepancy
impl Sync for LowDiscrepancy
impl Unpin for LowDiscrepancy
impl UnwindSafe for LowDiscrepancy
impl RefUnwindSafe for LowDiscrepancy
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,