Bug 162065 - Plugin to combine vectors
Summary: Plugin to combine vectors
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.6.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 22:21 UTC by Andrew Walker
Modified: 2008-05-13 22:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2008-05-13 22:21:17 UTC
Version:           1.6.0 (using KDE 3.5.8)
OS:                Linux

A plugin that allows the user to combine two vectors (i.e. append one to another) would be useful to allow consecutive time streams from different data files to be simply combined.
Comment 1 Andrew Walker 2008-05-13 22:27:12 UTC
SVN commit 807422 by arwalker:

BUG:162065 Added ability to combine vectors. The inputs are 'First Array' and 'Second Array'. The 'Combined Array' simply appends the second array to the first. Thus, the length of the combined array is the sum of the lengths of the first and second arrays.

 A             combine (directory)  
 A             combine/Makefile.am  
 A             combine/combine.cpp   [License: GPL (v2+)]
 A             combine/combine.h   [License: GPL (v2+)]
 A             combine/kstobject_combine.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=807422
Comment 2 Andrew Walker 2008-05-13 22:27:32 UTC
SVN commit 807425 by arwalker:

CCBUG:162065 Added ability to combine vectors. The inputs are 'First Array' and 'Second Array'. The 'Combined Array' simply appends the second array to the first. Thus, the length of the combined array is the sum of the lengths of the first and second arrays.

 M  +1 -1      Makefile.am  
 M  +1 -1      chop/chop.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=807425