VCG - Random Field 3D

Description

Outputs random vectors, uniformly distributed on [-1,1]^3. Useful for sampling on a grid. Do not use directly as random field; discontinuous output. The state of the random number generator is shared across copies of this functor.

Details


The Random Field 3D model creates a field of random velocities uniformly distributed in $[-1,1]^3$ for the purpose of sampling. It is not directly usable as a random field, as the output is discontinous.
The sate of the random number generator is shared across copies of this functor.

Input

Output

vtkImageData

Parameters

Name
Description
Values/Default
RandomSeed Seed of the randomization algorithm. 4
OutputSpaceTime Add time dimension to output dimenstions. 0
TimeRange Time range of samples.x 0.0 0.0
TimeSteps Number of time steps for the samples. 1
Samples Number of samples in each dimension. 5 5 5
Origin Point of origin for the samples window. 0.0 0.0 0.0
Scale Scale of sample distance in each dimension. 1.0 1.0 1.0

Installation Instructions

Authors

Lutz Hofmann

Acknowledgements