#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 |
| class | DefaultActivityAccumulator |
Defines | |
| #define | M_PI 3.14159265358979323846 |
| #define | RADIANS_TO_DEGREES(theta) (180.0*(theta)/M_PI) |
| #define | CONSTRAIN_ANGLE(angle) |
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. More... | |
| string | pgm_full_pathname (const string& filename, const string& paths="") |
| Helper function to expand a filename to path of first one found. More... | |
Definition in file retinalobjs.c.
|
|
Initializer: \ (((angle)>=0) ? \ fmod( (angle), M_PI ) : \ fmod( (angle) + 2*M_PI*(-1*floor((angle)/(M_PI*2))+1), M_PI) ) Definition at line 42 of file retinalobjs.c. |
|
|
Definition at line 34 of file retinalobjs.c. |
|
|
Definition at line 38 of file retinalobjs.c. |
|
|
Function to be called from accumulate to combine an ongoing sum of stringrep() results with a new value.
Definition at line 306 of file retinalobjs.c. |
|
|
Helper function to expand a filename to path of first one found.
Definition at line 710 of file retinalobjs.c. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000