Bug 162065

Summary: Plugin to combine vectors
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.6.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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