#include <EmulatorClasses.h>
Public Member Functions | |
std::vector< std::vector< int > > | Deltas () |
MatchingOutput | GetMatchOut () |
Winner | GetWinner () |
int | Phi () |
void | SetNull () |
void | SetValues (MatchingOutput Mout, std::vector< std::vector< int >> Deltas, int Phi, int Theta, Winner winner) |
int | Theta () |
Private Attributes | |
std::vector< std::vector< int > > | _Deltas |
MatchingOutput | _Mout |
int | _Phi |
int | _Theta |
Winner | _winner |
Definition at line 175 of file EmulatorClasses.h.
|
inline |
Definition at line 184 of file EmulatorClasses.h.
References _Deltas.
Referenced by BestTracks(), and SetValues().
|
inline |
|
inline |
|
inline |
Definition at line 185 of file EmulatorClasses.h.
References _Phi.
Referenced by BestTracks(), and SetValues().
|
inline |
Definition at line 178 of file EmulatorClasses.h.
Referenced by CalcDeltas(), and CalcDeltas_Hold().
|
inline |
|
inline |
Definition at line 186 of file EmulatorClasses.h.
References _Theta.
Referenced by BestTracks(), and SetValues().
|
private |
Definition at line 191 of file EmulatorClasses.h.
Referenced by Deltas(), and SetValues().
|
private |
Definition at line 187 of file EmulatorClasses.h.
Referenced by GetMatchOut(), and SetValues().
|
private |
Definition at line 192 of file EmulatorClasses.h.
Referenced by Phi(), SetNull(), and SetValues().
|
private |
Definition at line 192 of file EmulatorClasses.h.
Referenced by SetNull(), SetValues(), and Theta().
|
private |
Definition at line 193 of file EmulatorClasses.h.
Referenced by GetWinner(), and SetValues().