Definition in file retinalobjs.c.
#include <cmath>
#include <iomanip>
#include <strstream.h>
#include <numeric>
#include <fstream>
#include <utility>
#include "retinalobjs.h"
#include <stdio.h>
#include "stringutils.h"
Include dependency graph for retinalobjs.c:
Go to the source code of this file.
Compounds | |
class | ActivityAccumulator |
Accumulate activity values from multiple RetinalObjects. More... | |
class | DefaultActivityAccumulator |
This could be combined with ActivityAccumulator, but it is kept separate just in case it might slow down ActivityAccumulator, which needs to be fairly efficient when large numbers of objects are in use. More... | |
Functions | |
string | accumulate_stringreps (string val, Retinal_Object *r) |
Function to be called from accumulate to combine an ongoing sum of stringrep() results with a new value. | |
string | pgm_full_pathname (const string &filename, const string &paths="") |
Helper function to expand a filename to path of first one found. |