5.04.x

Write a string vector to a text wave

Average rating
(0 votes)

This 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

in
Downloaded 50 times
Download: xop-stub-generator-0.1alpha.zip
Size: 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

in
Downloaded 145 times
Nightly development snapshot from Subversion branch: HEAD
Download: 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

in
Downloaded 247 times
Nightly development snapshot from Subversion branch: HEAD
Download: 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

in
Downloaded 661 times
Nightly development snapshot from Subversion branch: HEAD
Download: 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

in
Downloaded 1527 times
Nightly development snapshot from Subversion branch: HEAD
Download: 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

in
Downloaded 0 times
First released: July 13, 2007 - 08:45

test

Syndicate content

Back to top