295 |
\param tagKey - Input - Integer tag. |
\param tagKey - Input - Integer tag. |
296 |
\param pointshape - Shape of the value parameter |
\param pointshape - Shape of the value parameter |
297 |
\param value - Input - Single DataArrayView value to be assigned to the tag. |
\param value - Input - Single DataArrayView value to be assigned to the tag. |
298 |
|
\param dataOffset - Input - Offset of the beginning of the point in the value parameter |
299 |
*/ |
*/ |
300 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
301 |
void |
void |
302 |
addTaggedValue(int tagKey, |
addTaggedValue(int tagKey, |
303 |
const DataTypes::ShapeType& pointshape, |
const DataTypes::ShapeType& pointshape, |
304 |
const ValueType& value); |
const ValueType& value, |
305 |
|
int dataOffset=0); |
306 |
|
|
307 |
/** |
/** |
308 |
\brief |
\brief |
371 |
void |
void |
372 |
setTaggedValue(int tagKey, |
setTaggedValue(int tagKey, |
373 |
const DataTypes::ShapeType& pointshape, |
const DataTypes::ShapeType& pointshape, |
374 |
const ValueType& value); |
const ValueType& value, |
375 |
|
int dataOffset=0); |
376 |
|
|
377 |
|
|
378 |
/** |
/** |