#include <DataPointContainer.h>
Public Member Functions | |
void | add (const DataPointType &dataPoint) |
void | clear () |
DataPointContainer (int size=1000) | |
DataPointType | getOrigo () const |
int | getSize () const |
const DataPointType & | getVecEntry (int index) const |
void | setFrom (const DataPointContainer &other, float factor) |
void | setOrigo (const DataPointType &origoIn) |
Protected Attributes | |
std::vector< DataPointType > | dataPoints |
DataPointType | origo |
Definition at line 37 of file DataPointContainer.h.
|
inline |
Definition at line 41 of file DataPointContainer.h.
|
inline |
Definition at line 60 of file DataPointContainer.h.
|
inline |
Definition at line 65 of file DataPointContainer.h.
|
inline |
Definition at line 80 of file DataPointContainer.h.
|
inline |
Definition at line 70 of file DataPointContainer.h.
|
inline |
Definition at line 75 of file DataPointContainer.h.
|
inline |
Definition at line 46 of file DataPointContainer.h.
|
inline |
Definition at line 85 of file DataPointContainer.h.
|
protected |
Definition at line 92 of file DataPointContainer.h.
|
protected |
Definition at line 93 of file DataPointContainer.h.