#include <functions.hh>
Inheritance diagram for RVL::RVLRandomize< Scalar >:

Public Member Functions | |
| RVLRandomize () | |
| RVLRandomize (long seed, Scalar _a=0, Scalar _b=1) | |
| ~RVLRandomize () | |
| virtual bool | readsData (size_t i=0) |
| void | operator() (LocalDataContainer< Scalar > &v) |
| string | getName () const |
Definition at line 402 of file functions.hh.
| RVL::RVLRandomize< Scalar >::RVLRandomize | ( | ) |
Definition at line 410 of file functions.hh.
| RVL::RVLRandomize< Scalar >::RVLRandomize | ( | long | seed, | |
| Scalar | _a = 0, |
|||
| Scalar | _b = 1 | |||
| ) |
Definition at line 411 of file functions.hh.
| RVL::RVLRandomize< Scalar >::~RVLRandomize | ( | ) |
Definition at line 413 of file functions.hh.
| virtual bool RVL::RVLRandomize< Scalar >::readsData | ( | size_t | i = 0 |
) | [virtual] |
Definition at line 415 of file functions.hh.
| void RVL::RVLRandomize< Scalar >::operator() | ( | LocalDataContainer< Scalar > & | v | ) | [virtual] |
Implements RVL::UnaryLocalEvaluation< Scalar >.
Definition at line 418 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
| string RVL::RVLRandomize< Scalar >::getName | ( | ) | const [virtual] |
1.4.7