#include <retinalobjs.h>
Inheritance diagram for Retinal_ManagedComposite


Public Methods | |
| Retinal_ManagedComposite ( const string& name_val, int* min_distance_enforce, double* min_distance, int* 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). More... | |
| virtual Retinal_Object* | clone () const |
| Return an identical copy of this object allocated from the heap. More... | |
The constructor interface is just to allow the options to be changed externally after creation; it's not particularly pretty.
Definition at line 439 of file retinalobjs.h.
|
|
Definition at line 442 of file retinalobjs.h. |
|
|
Definition at line 450 of file retinalobjs.h. |
|
|
Return an identical copy of this object allocated from the heap.
Reimplemented from Retinal_Composite. Reimplemented in Retinal_AnchoredManagedComposite. Definition at line 457 of file retinalobjs.h. |
|
|
Advance to the next state (whatever that means for this object).
Reimplemented from Retinal_Composite. Definition at line 368 of file retinalobjs.c. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000