/[escript]/branches/arrayview_from_1695_trunk/escript/src/DataTagged.h
ViewVC logotype

Diff of /branches/arrayview_from_1695_trunk/escript/src/DataTagged.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1720 by jfenwick, Thu Aug 21 04:52:14 2008 UTC revision 1721 by jfenwick, Fri Aug 22 00:39:32 2008 UTC
# Line 295  class DataTagged : public DataAbstract { Line 295  class DataTagged : public DataAbstract {
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
# Line 369  class DataTagged : public DataAbstract { Line 371  class DataTagged : public DataAbstract {
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    /**    /**

Legend:
Removed from v.1720  
changed lines
  Added in v.1721

  ViewVC Help
Powered by ViewVC 1.1.26