Skip to content
Snippets Groups Projects
Commit c4e725b3 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Added ownership directives

Redmine: #1859
parent 84862168
No related branches found
No related tags found
No related merge requests found
...@@ -228,6 +228,10 @@ ...@@ -228,6 +228,10 @@
%newobject OffSpecSimulation::getIntensityData(DetectorAxesUnits units_type = DetectorAxesUnits::DEFAULT) const; %newobject OffSpecSimulation::getIntensityData(DetectorAxesUnits units_type = DetectorAxesUnits::DEFAULT) const;
%newobject OffSpecSimulation::getDetectorIntensity(DetectorAxesUnits units_type = DetectorAxesUnits::DEFAULT) const; %newobject OffSpecSimulation::getDetectorIntensity(DetectorAxesUnits units_type = DetectorAxesUnits::DEFAULT) const;
%newobject SpecularSimulation::getDetectorIntensity(DetectorAxesUnits units_type = DetectorAxesUnits::DEFAULT) const;
%newobject SpecularSimulation::reflectivity() const;
%newobject SpecularSimulation::transmissivity() const;
%newobject IntensityDataIOFactory::readOutputData(const std::string& file_name); %newobject IntensityDataIOFactory::readOutputData(const std::string& file_name);
%newobject IntensityDataIOFactory::readIntensityData(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.
Finish editing this message first!
Please register or to comment