16 #ifndef SIMULATIONRESULT_H
17 #define SIMULATIONRESULT_H
22 #include "Distribution/discreteDistribution.h"
23 #include "marmoteConstants.h"
115 void writeTrajectory( FILE* out,
string format );
127 ssize_t getDataLine(
char** line,
size_t *n, FILE* stream);
131 #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:93
Utilization of the Standard Template Library.
void setTrajectorySize(int l)
Sets the size of the trajectory.
Definition: simulationResult.h:85
void distrib(discreteDistribution *d)
Sets the empirical distribution, from a distribution object. The object is not copied.
Definition: simulationResult.h:100
void setTrajectory(bool v)
Sets the boolean indicating is a trajectory is present.
Definition: simulationResult.h:79
discreteDistribution * getDistribution()
Accessor to the empirical distribution.
Definition: simulationResult.h:106
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:33