#include <ControlPointTestGenerator.h>
Inheritance diagram for random_racer::ControlPointTestGenerator:

Public Member Functions | |
| ControlPointTestGenerator (unsigned int blockSize) | |
| ctor. | |
| virtual | ~ControlPointTestGenerator () |
| dtor. | |
| void | generateControlPoints (std::vector< VRS::Vector > *target) |
| dummy Implemenation for the unittest | |
| VRS::SO< VRS::Callback1< std::vector< VRS::Vector > * > > | getCallback () |
| Returns the callback. | |
Private Attributes | |
| unsigned int | m_blockSize |
| VRS::SO< VRS::Callback1< std::vector< VRS::Vector > * > > | m_callback |
Definition at line 18 of file ControlPointTestGenerator.h.
| random_racer::ControlPointTestGenerator::ControlPointTestGenerator | ( | unsigned int | blockSize | ) |
ctor.
Definition at line 9 of file ControlPointTestGenerator.cpp.
References generateControlPoints(), m_blockSize, and m_callback.
Here is the call graph for this function:

| random_racer::ControlPointTestGenerator::~ControlPointTestGenerator | ( | ) | [virtual] |
| void random_racer::ControlPointTestGenerator::generateControlPoints | ( | std::vector< VRS::Vector > * | target | ) |
dummy Implemenation for the unittest
| target | Specifies the traget where we stores the generated values |
Referenced by ControlPointTestGenerator().
Here is the caller graph for this function:

| VRS::SO<VRS::Callback1<std::vector<VRS::Vector>* > > random_racer::ControlPointTestGenerator::getCallback | ( | ) | [inline] |
Returns the callback.
Definition at line 44 of file ControlPointTestGenerator.h.
References m_callback.
Referenced by random_racer::ControlPointContainerTests::setUp().
Here is the caller graph for this function:

unsigned int random_racer::ControlPointTestGenerator::m_blockSize [private] |
Definition at line 20 of file ControlPointTestGenerator.h.
Referenced by ControlPointTestGenerator().
VRS::SO<VRS::Callback1<std::vector<VRS::Vector>* > > random_racer::ControlPointTestGenerator::m_callback [private] |
Definition at line 21 of file ControlPointTestGenerator.h.
Referenced by ControlPointTestGenerator(), and getCallback().
1.5.1