#include <SampleSet.h>
Inheritance diagram for SampleSetProxyBase:
Public Member Functions | |
SampleSetProxyBase () | |
Constructor. | |
int | getNumberOfSamples () const |
The function returns the number of samples in the set. | |
void | link (const char *start, int number, int size) |
The function links the proxy to a sample set. | |
Protected Attributes | |
const char * | data |
int | numberOfSamples |
int | sizeOfEntries |
Definition at line 48 of file SampleSet.h.
|
Constructor.
Definition at line 59 of file SampleSet.h. References numberOfSamples. |
|
The function returns the number of samples in the set.
Definition at line 65 of file SampleSet.h. References numberOfSamples. |
|
The function links the proxy to a sample set.
Definition at line 70 of file SampleSet.h. References numberOfSamples, and sizeOfEntries. Referenced by SpecialPerceptSelfLocator::execute(), OdometrySelfLocator::execute(), and SampleSet< Sample, SAMPLES_MAX >::link(). |
|
Definition at line 51 of file SampleSet.h. |
|
Definition at line 52 of file SampleSet.h. Referenced by getNumberOfSamples(), link(), and SampleSetProxyBase(). |
|
Definition at line 52 of file SampleSet.h. Referenced by link(). |