random_racer::ControlPointTestGenerator Class Reference

This is a simple ControlPoint Generator to make it easier to test the Values in the UnitTest. More...

#include <ControlPointTestGenerator.h>

Inheritance diagram for random_racer::ControlPointTestGenerator:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

This is a simple ControlPoint Generator to make it easier to test the Values in the UnitTest.

Definition at line 18 of file ControlPointTestGenerator.h.


Constructor & Destructor Documentation

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]

dtor.

Definition at line 17 of file ControlPointTestGenerator.cpp.


Member Function Documentation

void random_racer::ControlPointTestGenerator::generateControlPoints ( std::vector< VRS::Vector > *  target  ) 

dummy Implemenation for the unittest

Parameters:
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:


Member Data Documentation

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().


The documentation for this class was generated from the following files:
Generated on Fri May 11 21:02:14 2007 for Random Racer by  doxygen 1.5.1