

Public Member Functions | |
| trialAgenda (const bool r, const NoiseColor c, const geom::vec2d t, const uint n) | |
| std::string | colname () const |
| void | randomizeNoise (const uint Nbkgds) |
| std::string | backgroundFile () const |
| trialAgenda (const bool r, const NoiseColor c, const geom::vec2d t, Dims d) | |
| std::string | colname () const |
| void | randomizeNoise (const uint Nbkgds) |
| std::string | backgroundFile (const uint comp) const |
| Image< PixRGB< byte > > | generateBkgd () |
| Image< PixRGB< byte > > | colorizedBkgd () |
Public Attributes | |
| bool | repeated |
| NoiseColor | color |
| geom::vec2d | targetloc |
| uint | noiseSeed |
| Dims | scrsize |
Definition at line 106 of file stim-flyover.C.
1.6.3