search for: getintensity

Displaying 1 result from an estimated 1 matches for "getintensity".

2006 Apr 16
1
c++ code on amd64
...c++ library contains a class and methods for parsing text files in specific formats. These files contains integers as well floats. If I write a stand-alone c++ program with a line like .... cout << "x: " cel.GetIndexToX(1) << " intensity: " << cel.GetIntensity(1) << endl; .... (here cel is pointing to a specific file while GetIndexToX returns an integer (in what is essentially the first row), while GetIntensity returns a float), it works fine: the two numbers are printed to stdout. If I instead embed the code inside R like extern "C&...