#include <functions.hh>
Inheritance diagram for RVL::RVLRandomize< int >:
Public Member Functions | |
RVLRandomize () | |
~RVLRandomize () | |
virtual bool | readsData (size_t i=0) |
void | operator() (LocalDataContainer< int > &v) |
string | getName () const |
Definition at line 524 of file functions.hh.
RVL::RVLRandomize< int >::RVLRandomize | ( | ) |
Definition at line 528 of file functions.hh.
RVL::RVLRandomize< int >::~RVLRandomize | ( | ) |
Definition at line 529 of file functions.hh.
virtual bool RVL::RVLRandomize< int >::readsData | ( | size_t | i = 0 |
) | [virtual] |
Definition at line 532 of file functions.hh.
void RVL::RVLRandomize< int >::operator() | ( | LocalDataContainer< int > & | v | ) | [virtual] |
Implements RVL::UnaryLocalEvaluation< int >.
Definition at line 534 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
string RVL::RVLRandomize< int >::getName | ( | ) | const [virtual] |