1 #ifndef SIMULATIONRESULT_H
2 #define SIMULATIONRESULT_H
7 #include "Distribution/discreteDistribution.h"
8 #include "marmoteConstants.h"
95 ssize_t getDataLine(
char** line,
size_t *n, FILE* stream);
99 #endif // SIMULATIONRESULT_H
void setTrajectory(double *d, int *s)
Sets the trajectory element of the object, from pointers to tables. Tables are not copied...
Definition: simulationResult.h:78
void setTrajectorySize(int l)
Definition: simulationResult.h:70
void distrib(discreteDistribution *d)
Sets the empirical distribution, from a distribution object. The object is not copied.
Definition: simulationResult.h:85
void setTrajectory(bool v)
Definition: simulationResult.h:64
discreteDistribution * getDistribution()
Accessor to the empirical distribution.
Definition: simulationResult.h:91
The general discrete distribution with finite support.
Definition: discreteDistribution.h:25
The class for transmitting (Monte Carlo) simulation results between objects. Simulation results may b...
Definition: simulationResult.h:18