|
void | initialize_property_array (DictionaryDatum &d, Name propname) |
| Create a property of type ArrayDatum in the dictionary, if it does not already exist. More...
|
|
void | initialize_property_doublevector (DictionaryDatum &d, Name propname) |
| Create a property of type DoubleVectorDatum in the dictionary, if it does not already exist. More...
|
|
void | initialize_property_intvector (DictionaryDatum &d, Name propname) |
| Create a property of type IntVectorDatum in the dictionary, if it does not already exist. More...
|
|
void | provide_property (DictionaryDatum &d, Name propname, const std::vector< double > &prop) |
| Provide a value to a property DoubleVectorDatum in the dictionary. More...
|
|
void | provide_property (DictionaryDatum &d, Name propname, const std::vector< long > &prop) |
| Provide a value to a property IntVectorDatum in the dictionary. More...
|
|
void | accumulate_property (DictionaryDatum &d, Name propname, const std::vector< double > &prop) |
| Add values of a vector<double> to a property DoubleVectorDatum in the dictionary. More...
|
|