The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
Perception of the current depth horizon. More...
Public Member Functions | |
procedure, public | init => percept_depth_create_init |
Make en empty depth perception component. See the_neurobio::percept_depth_create_init() . More... | |
procedure, public | get_current => percept_depth_get_current |
Get the current perception of the depth. See the_neurobio::percept_depth_get_current() . More... | |
procedure, public | set_current => percept_depth_set_current |
Set the current depth level into the perception component. See the_neurobio::percept_depth_set_current() . More... | |
procedure, public | destroy => percept_depth_destroy_deallocate |
Destroy / deallocate depth perception component. See the_neurobio::percept_depth_destroy_deallocate() . More... | |
Public Attributes | |
real(srp) | depth |
Perception of the current depth horizon.
Definition at line 418 of file m_neuro.f90.
procedure, public the_neurobio::percept_depth::init |
Make en empty depth perception component. See the_neurobio::percept_depth_create_init()
.
Definition at line 423 of file m_neuro.f90.
procedure, public the_neurobio::percept_depth::get_current |
Get the current perception of the depth. See the_neurobio::percept_depth_get_current()
.
Definition at line 426 of file m_neuro.f90.
procedure, public the_neurobio::percept_depth::set_current |
Set the current depth level into the perception component. See the_neurobio::percept_depth_set_current()
.
Definition at line 429 of file m_neuro.f90.
procedure, public the_neurobio::percept_depth::destroy |
Destroy / deallocate depth perception component. See the_neurobio::percept_depth_destroy_deallocate()
.
Definition at line 432 of file m_neuro.f90.
real(srp) the_neurobio::percept_depth::depth |
Definition at line 419 of file m_neuro.f90.