#include #include #include "sphere.h" #include "iq.h" using namespace std; void TestGetAnalyticalIQ() { Sphere sphere(1.0); IQ iq1(10,0.001, 0.3); sphere.GetFormFactor(&iq1); for (int i = 0; i< iq1.iq_data.dim1(); i++) cout << iq1.iq_data[i][0]<< " " << iq1.iq_data[i][1] <