#include <PhysicsPerformancePayload.h>
Public Types | |
typedef std::vector< float > | Row |
Public Member Functions | |
Row | getRow (int n) const |
int | nRows () const |
std::vector< float > | payload () const |
PhysicsPerformancePayload () | |
PhysicsPerformancePayload (int stride, std::vector< float > table) | |
int | stride () |
virtual | ~PhysicsPerformancePayload () |
Protected Attributes | |
int | stride_ |
std::vector< float > | table_ |
Definition at line 11 of file PhysicsPerformancePayload.h.
typedef std::vector<float> PhysicsPerformancePayload::Row |
Definition at line 18 of file PhysicsPerformancePayload.h.
|
inline |
Definition at line 14 of file PhysicsPerformancePayload.h.
PhysicsPerformancePayload::PhysicsPerformancePayload | ( | int | stride, |
std::vector< float > | table | ||
) |
Definition at line 15 of file PhysicsPerformancePayload.cc.
|
inlinevirtual |
Definition at line 26 of file PhysicsPerformancePayload.h.
PhysicsPerformancePayload::Row PhysicsPerformancePayload::getRow | ( | int | n | ) | const |
Definition at line 9 of file PhysicsPerformancePayload.cc.
References filterCSVwithJSON::copy, stride_, table_, and groupFilesInBlocks::temp.
Referenced by PerformancePayloadFromTable::getResult(), and PerformancePayloadFromTable::isInPayload().
int PhysicsPerformancePayload::nRows | ( | ) | const |
Definition at line 5 of file PhysicsPerformancePayload.cc.
References stride_, and table_.
Referenced by PerformancePayloadFromTable::getResult(), and PerformancePayloadFromTable::isInPayload().
|
inline |
Definition at line 23 of file PhysicsPerformancePayload.h.
References table_.
|
inline |
|
protected |
Definition at line 30 of file PhysicsPerformancePayload.h.
|
protected |
Definition at line 31 of file PhysicsPerformancePayload.h.