NEST  2.6.0,not_revisioned_source_dir@0
Typedefs
arraydatum.h File Reference

Go to the source code of this file.

Typedefs

typedef lockPTRDatum
< std::vector< long >
,&SLIInterpreter::IntVectortype
IntVectorDatum
 
typedef lockPTRDatum
< std::vector< double >
,&SLIInterpreter::DoubleVectortype
DoubleVectorDatum
 
typedef AggregateDatum
< TokenArray,&SLIInterpreter::Arraytype
ArrayDatum
 
typedef AggregateDatum
< TokenArray,&SLIInterpreter::Proceduretype
ProcedureDatum
 
typedef AggregateDatum
< TokenArray,&SLIInterpreter::Litproceduretype
LitprocedureDatum
 

Typedef Documentation

Remarks
This type was introduced to pass numeric arrays between python and nodes. It is not meant for general use. The current implementation is minimal and this was done on purpose. While it is useful to have numeric arrays at the level of SLI, this would require the implementation of many functions, to make them useful. For example there are no functions to access the data in such arrays. (MOG 2009-01-23, see #253)
Remarks
This type was introduced to pass numeric arrays between python and nodes. It is not meant for general use. The current implementation is minimal and this was done on purpose. While it is useful to have numeric arrays at the level of SLI, this would require the implementation of many functions, to make them useful. For example there are no functions to access the data in such arrays. (MOG 2009-01-23, see #253)