#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, const std::vector< float > &table) | |
int | stride () |
virtual | ~PhysicsPerformancePayload () |
Protected Attributes | |
int | stride_ |
std::vector< float > | table_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 13 of file PhysicsPerformancePayload.h.
typedef std::vector<float> PhysicsPerformancePayload::Row |
Definition at line 20 of file PhysicsPerformancePayload.h.
|
inline |
PhysicsPerformancePayload::PhysicsPerformancePayload | ( | int | stride, |
const std::vector< float > & | table | ||
) |
Definition at line 15 of file PhysicsPerformancePayload.cc.
|
inlinevirtual |
Definition at line 28 of file PhysicsPerformancePayload.h.
PhysicsPerformancePayload::Row PhysicsPerformancePayload::getRow | ( | int | n | ) | const |
Definition at line 9 of file PhysicsPerformancePayload.cc.
References popcon2dropbox::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 25 of file PhysicsPerformancePayload.h.
References table_.
|
private |
|
inline |
Definition at line 18 of file PhysicsPerformancePayload.h.
References stride_.
Referenced by PhysicsPerformancePayload().
|
friend |
Definition at line 35 of file PhysicsPerformancePayload.h.
|
friend |
Definition at line 35 of file PhysicsPerformancePayload.h.
|
protected |
Definition at line 32 of file PhysicsPerformancePayload.h.
|
protected |
Definition at line 33 of file PhysicsPerformancePayload.h.