Definition in file robj.h.
#include <iostream>
#include <string>
#include "vgen.h"
Include dependency graph for robj.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | Retinal_Obj |
Abstract base class for an object which has a discrete state and which can return an activation value for any given floating-point position in the plane. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const Retinal_Obj &r) |
Stream output for a Retinal_Obj. |