#include <retinalobjs.h>
Inheritance diagram for Retinal_ManagedComposite:


The constructor interface is just to allow the options to be changed externally after creation; it's not particularly pretty.
Definition at line 516 of file retinalobjs.h.
Public Methods | |
| Retinal_ManagedComposite (const string &name_val, Tristate *min_distance_enforce, double *min_distance, Tristate *max_distance_enforce, double *max_distance, AccumulationType accum_type_i=Max, const VarMap &init_vars=VarMap()) | |
| Retinal_ManagedComposite (const Retinal_ManagedComposite &b) | |
| virtual bool | next () |
| Advance to the next state (whatever that means for this object). | |
| virtual Retinal_Object * | clone () const |
| Return an identical copy of this object allocated from the heap. | |
1.3-rc2