#include <target.h>
Public Member Functions | |
| OffGridTarget () | |
| OffGridTarget (const Target &target, const double offset) | |
| double | get_offset () const |
Public Member Functions inherited from nest::Target | |
| Target () | |
| Target (const Target &target) | |
| Target (const size_t tid, const size_t rank, const synindex syn_id, const size_t lcid) | |
| Target & | operator= (const Target &) |
| void | set_lcid (const size_t lcid) |
| Set local connection id. | |
| size_t | get_lcid () const |
| Return local connection id. | |
| void | set_rank (const size_t rank) |
| Set rank. | |
| size_t | get_rank () const |
| Return rank. | |
| void | set_tid (const size_t tid) |
| Set thread id. | |
| size_t | get_tid () const |
| Return thread id. | |
| void | set_syn_id (const synindex syn_id) |
| Set the synapse-type id. | |
| synindex | get_syn_id () const |
| Return synapse-type id. | |
| void | set_status (enum_status_target_id status) |
| Set the status of the target identifier: processed or unprocessed. | |
| enum_status_target_id | get_status () const |
| Get the status of the target identifier: processed or unprocessed. | |
| bool | is_processed () const |
| Return the status od the target identifier: processed or unprocessed. | |
| double | get_offset () const |
| Return offset. | |
| void | mark_for_removal () |
| Set the status of the target identifier to processed. | |
Private Attributes | |
| double | offset_ |
|
inline |
|
inline |
|
inline |
References offset_.
|
private |
Referenced by get_offset().