NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::OffGridTarget Class Reference

#include <target.h>

Inheritance diagram for nest::OffGridTarget:
[legend]
Collaboration diagram for nest::OffGridTarget:
[legend]

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_
 

Constructor & Destructor Documentation

◆ OffGridTarget() [1/2]

nest::OffGridTarget::OffGridTarget ( )
inline

◆ OffGridTarget() [2/2]

nest::OffGridTarget::OffGridTarget ( const Target &  target,
const double  offset 
)
inline

Member Function Documentation

◆ get_offset()

double nest::OffGridTarget::get_offset ( ) const
inline

References offset_.

Member Data Documentation

◆ offset_

double nest::OffGridTarget::offset_
private

Referenced by get_offset().


The documentation for this class was generated from the following file: