Skip to content
Snippets Groups Projects
Commit 8c282053 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Handle creation of new object in swig

parent 2d1a02a8
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,9 @@
%newobject SpecularSimulation::getDetectorIntensity(AxesUnits units_type = AxesUnits::DEFAULT) const;
%newobject SpecularSimulation::getIntensityData(AxesUnits units_type = AxesUnits::DEFAULT) const;
%newobject SimulationResult::data(AxesUnits units_type = AxesUnits::DEFAULT) const;
%newobject SimulationResult::histogram2d(AxesUnits units_type = AxesUnits::DEFAULT) const;
%newobject IntensityDataIOFactory::readOutputData(const std::string& file_name);
%newobject IntensityDataIOFactory::readIntensityData(const std::string& file_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment