5.04.x
Write a string vector to a text wave
Posted July 5th, 2010 by thomas_braunThis function lets you put std::vector objects directly into textwaves. The memcpy's might look scary but they are incredibly fast.
The wave referenced in waveHandle must be created in the appropriate size prior to calling this function.
If you want a 1D textwave, the wave's size must be stringVector.size(). I used a 2D wave with stringVector.size()/2 rows and 2 columns.
int stringVectorToTextWave(std::vector<std::string> &stringVector, waveHndl &waveHandle){ std::vector<long int> stringSizes; char buf[1000]; int lockStateWave, ret, i; long int offset;
XOP function stub generator IGOR.5.04.x-0.1-alpha
Posted July 1st, 2010 by thomas_braunSize: 4.28 KB
md5_file hash: 04687701e3bbf1c1bed4fa01e1e66d18
First released: July 1, 2010 - 06:17
inital release to public.
webby IGOR.5.04.x-1.x-dev
Posted October 8th, 2009 by andyfaffDownload: webby-IGOR.5.04.x-1.x-dev.zip
Size: 142.96 KB
md5_file hash: 86317d6509d2144792da2a2b42f4b123
First released: October 8, 2009 - 19:07
Last updated: October 9, 2009 - 17:00
first release of the webby xop, an XOP that opens a browser window from within IGOR
ZIP IGOR.5.04.x-1.x-dev
Posted September 18th, 2008 by andyfaffDownload: ZIP-IGOR.5.04.x-1.x-dev.zip
Size: 292.8 KB
md5_file hash: c1e365af36052dd6bc6091cdd0b8988e
First released: September 18, 2008 - 19:01
Last updated: July 27, 2011 - 02:00
ZIP compresses and inflates strings which have .z and .gz encoding.
XMLutils IGOR.5.04.x-1.x-dev
Posted November 8th, 2007 by andyfaffDownload: XMLutils-IGOR.5.04.x-1.x-dev.zip
Size: 1.64 MB
md5_file hash: bb18c748d087ba82f619a1e709a8de18
First released: November 8, 2007 - 02:53
Last updated: April 12, 2011 - 16:00
Initial Release:
Win32 and Mac Universal binaries available
gencurvefit IGOR.5.04.x-1.4.x-dev
Posted September 13th, 2007 by andyfaffDownload: gencurvefit-IGOR.5.04.x-1.4.x-dev.zip
Size: 996.42 KB
md5_file hash: 1e4fec3726def4de3a79139111a7c8b1
First released: September 13, 2007 - 17:50
Last updated: January 24, 2012 - 14:00
This release of Gencurvefit contains binary XOP's for Win32 and Mac OSX (Universal - PPC and Intel). It also contains source code so that you can compile it yourself.
The extra's folder contains the help file for the XOP - Gencurvefit help.ihf, which should be placed in the same folder that you install the extension in.
There is an example experiment in the extra's folder that can be used to familiarise oneself with its operation - it fits a gaussian to a 2D surface.
A GUI contained in GeneticOptimisation.ipf may be used as a quick way of initialising the Gencurvefit.
Userdata Editor for Controls IGOR.5.04.x-1.0.0
Posted July 13th, 2007 by aclighttest
