diff --git a/CHANGELOG b/CHANGELOG index 96e787a70c5889a83bb722811723ce38b14d9eee..f69d08bcbed8b020d2080c9e05a0f06b734318b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,120 @@ +BornAgain-1.11.0, released 2018.02.28 > API changes 1) detector axes units (e.g. ba.IDetector2D.NBINS) now accessed through AxesUnits (e.g. ba.AxesUnits.NBINS) + > Summary: + 1) Off-specular simulation is now supported in the GUI. + 2) Support for materials defined by SLD. + 3) Specular simulation implemented in core library. + 4) New interface for simulation results now includes possible unit conversions. + 5) Python API: retrieve minimizer catalogue. + 6) Switched to Python 3.x as the default version. + 7) GUI: extensive refactoring to improve maintainability. + 8) GUI: possibility to add constant or Poisson background to simulations. + 9) GUI: Fourier transform of simulation results. + 10) GUI: beam polarization and polarization analysis are now supported. + 11) Documentation: large part of website has been migrated to Hugo website + 12) Bugfix: BornAgain GUI no longer contains a limit on number of threads. + 13) Numerous other bugfixes. + + * Bug #1871: Prevent using WavelengthIndependentMaterial in computations with material averaging or make universal averaging procedure + * Bug #1872: Prevent user from creating mixed samples with mixed wavelength-dependent and wavelength-independent materials + * Bug #1875: Provide proper export to python for all flavours of materials + * Bug #1883: Make MaterialItem create proper type of material + * Bug #1886: Average materials do not work if more than one layout is connected to the layer + * Bug #1891: GUI: crash in import data view when linking to instrument + * Bug #1897: warnings from Eigen3 + * Bug #1911: Revise SessionItem::setData method + * Bug #1913: Thread count issue on Windows on modern CPU + * Bug #1914: Lattice::reciprocalLatticeVectorsWithinRadius does not behave as expected + * Bug #1919: Entering negative values for delta/beta in MaterialEditor is not enabled + * Bug #1922: GUI: using tab after entering parameter value puts back the old value + * Bug #1924: Discrepancy in GENX and BornAgain results for absorptive sample + * Bug #1926: Compilation fails on Windows with Qt 5.10.0 + * Bug #1944: GUI: provide automatic TotalSurfaceDensity update on lattice parameter change + * Bug #1945: GUI: switch ColorMap label to scientific notation + * Bug #1961: Numerous fixes for beam divergence and footprint + * Bug #1962: GUI crashes on recent project load + * Bug #1966: GUI crash: switch project after job removal + * Bug #1967: Real time view of specular doesn't work + * Bug #1970: Rearrange directory structure of Win installer + * Bug #1973: BornAgain functional tests fail under Python 3.6 + * Bug #1976: BornAgain GUI style in Windows and MacOS is not flat anymore in Qt5.10 + * Feature #1005: Create off-specular simulation functional test + * Feature #1772: GUI: implement projections editor for ImportView widget + * Feature #1783: GUI: get rid of ScientificDoubleProperty + * Feature #1786: Switch source *.h *.cpp files to new version of header (copyright, authors) + * Feature #1814: GUI: provide FitView with possibility to set same color scale for real and simulated data + * Feature #1818: Investigate simulation performance in the case of large detectors + * Feature #1826: GUI: revise all tooltips of InstrumentView + * Feature #1842: Improve simulation performance in the case of large detectors + * Feature #1848: GUI: provide polarized beam and polarization analysis for detector + * Feature #1849: Provide materials with magnetization in GUI + * Feature #1850: GUI: provide correct translations for polarized scattering: GUI -> domain + * Feature #1853: Provide Python3 based Windows installer + * Feature #1854: Provide Python3 based MacOS installer + * Feature #1855: Modify installation instructions for Win and MacOS to stress forthcoming Python3 transition + * Feature #1858: Make possible using scattering length, number densities and scattering length densities as input material data + * Feature #1859: Implement fitting for specular signal simulations + * Feature #1860: Allow for instrument resolution in specular calculations + * Feature #1865: GUI: provide correct translations for polarized scattering: domain -> GUI + * Feature #1866: GUI: provide correct translations for polarized scattering: GUI -> Python + * Feature #1868: GUI: provide off-specular instrument type in GUI + * Feature #1869: Implement transform from domain for off-specular instrument + * Feature #1870: Implement export-to-Python for off-specular instrument + * Feature #1874: Provide a way to add background to simulated data + * Feature #1878: GUI: provide prototype of ComponentEditor not relying on qtpropertybrowser framework + * Feature #1879: Set default beam intensity to 1 instead of 0 + * Feature #1882: Provide material type functionality in GUI + * Feature #1884: Provide common interface for Simulation and SpecularSimulation + * Feature #1885: BornAgain GUI should open a project even if image files are missing + * Feature #1892: GUI: refactor instrument view for better appearance of polarization related widgets + * Feature #1895: Make an IDetector base class independent on dimensionality of the detector + * Feature #1902: Add 1D detector for specular simulations + * Feature #1904: Replace MaterialProperty and ColorProperty with universal property + * Feature #1905: Provide access to minimizer catalogue from python + * Feature #1906: Add functional test for specular simulation + * Feature #1907: Merge ComboProperty and GroupProperty + * Feature #1908: Add background option to GUI + * Feature #1909: Correctly provide translation of background to Python/GUI/domain + * Feature #1910: Employ 1D detector and get rid of virtual runSimulation in SpecularSimulation + * Feature #1912: Provide combobox for background selection + * Feature #1921: Move GUI unit tests from QtTest to google test + * Feature #1923: Propagate exception messages from python extensions of BornAgain library + * Feature #1929: Switch Python3 ON by default + * Feature #1931: Implement footprint correction + * Feature #1932: Implement rectangular detector for offspecular simulation + * Feature #1933: Provide same functionality for offspecular simulation as for GISASSimulation + * Feature #1935: GUI: create uniform icons for GISAS, OffSpec and Specular instruments + * Feature #1936: GUI: provide specular instrument type in GUI + * Feature #1947: Provide MaterialBySLD functional test + * Feature #1948: Provide fourier transformation of simulated image in GUI + * Feature #1951: Apply new unit conversion machinery for SpecularSimulation + * Feature #1955: Revise axes labels in all Python examples + * Feature #1969: Enable distribution of inclination angle in off-specular simulation + * Documentation #1852: Remove Eigen3 dependency on BornAgain website before releasing + * Documentation #1880: Provide example of new wavelength-independent material usage + * Documentation #1941: Website: port Python examples section to Hugo + * Documentation #1942: Website: port "Working with Python scripts" to Hugo, part 1 + * Documentation #1946: Revise MaterialBySLD (user interface and documentation) + * Documentation #1956: Website: port "Working with Python scripts" to Hugo, part 2 + * Documentation #1957: Website: port "Working with Python scripts" to Hugo, part 3 + * Documentation #1958: Website: port "Working with Python scripts" to Hugo, part 4 + * Documentation #1959: Website: port "Using Graphical User Interface" to Hugo + * Documentation #1960: Website: port "Troubleshooting and FAQ" to Hugo + * Documentation #1963: Website: web-link highlight in tables + * Refactoring #1856: Refactor JobView to present JobItem uniformly + * Refactoring #1881: Reduce SessionItem interface + * Refactoring #1917: Find a better way to carry specular data from Fresnel map to SpecularSimulation + * Refactoring #1925: Functional tests have become considerably slower starting from pull request #336 + * Refactoring #1930: Refactor OffSpecSimulation + * Refactoring #1934: Move creation of simulation elements out of instrument/detector + * Refactoring #1943: Remove creation of simulation elements from SpecularDetector1D + * Refactoring #1949: Restrict usage of simulation results to result() method (remove the other ones) + * Refactoring #1953: Refactor real space viewing library for easy integration into GUI and better maintenance + * Testing #1867: Provide functional test for translation of magnetic scattering properties + * Testing #1965: Provide an example of fitting real reflectometry data with BornAgain + * Configuration #1851: Review, define and configure build configurations on the buildserver + * Configuration #1863: Fix changing of working directory by build script on Windows buildslave BornAgain-1.10.0, released 2017.10.09 > MacOS specific diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile index 765a907c1ac073ff24eadf726395c40d25215370..dee54f48ac57f89617e6e802b70ce09668ea29c4 100644 --- a/Doc/Doxygen/Doxyfile +++ b/Doc/Doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "BornAgain" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.10.99 +PROJECT_NUMBER = 1.11.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/VERSION.cmake b/VERSION.cmake index 758d3846fabee3c485795ef65053e2375e2385b4..5c873adac5ef075fbe4852ed948b61934741fb92 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ set(BornAgain_VERSION_MAJOR 1) -set(BornAgain_VERSION_MINOR 10) -set(BornAgain_VERSION_PATCH 99) +set(BornAgain_VERSION_MINOR 11) +set(BornAgain_VERSION_PATCH 0) diff --git a/auto/Wrap/doxygen_core.i b/auto/Wrap/doxygen_core.i index 7e4c533d9e0c38312333b4a82c5b2192e026d5b3..50239c91223fa338c7686c5b4fbcdcca6a29e513 100644 --- a/auto/Wrap/doxygen_core.i +++ b/auto/Wrap/doxygen_core.i @@ -15,7 +15,7 @@ C++ includes: AdjustMinimizerStrategy.h %feature("docstring") AdjustMinimizerStrategy::AdjustMinimizerStrategy "AdjustMinimizerStrategy::AdjustMinimizerStrategy(const std::string &minimizerName, const std::string &algorithmName=\"\", const std::string &optionString=\"\") "; -%feature("docstring") AdjustMinimizerStrategy::clone "AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const +%feature("docstring") AdjustMinimizerStrategy::clone "AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const "; %feature("docstring") AdjustMinimizerStrategy::setMinimizer "void AdjustMinimizerStrategy::setMinimizer(const std::string &minimizerName, const std::string &algorithmName=\"\", const std::string &optionString=\"\") @@ -38,7 +38,7 @@ C++ includes: AdjustMinimizerStrategy.h // File: classAsymRippleBuilder.xml %feature("docstring") AsymRippleBuilder ""; -%feature("docstring") AsymRippleBuilder::buildSample "MultiLayer * AsymRippleBuilder::buildSample() const +%feature("docstring") AsymRippleBuilder::buildSample "MultiLayer * AsymRippleBuilder::buildSample() const "; @@ -147,7 +147,7 @@ C++ includes: TwoDimLatticeBuilder.h %feature("docstring") Basic2DLatticeBuilder::Basic2DLatticeBuilder "Basic2DLatticeBuilder::Basic2DLatticeBuilder() "; -%feature("docstring") Basic2DLatticeBuilder::buildSample "MultiLayer * Basic2DLatticeBuilder::buildSample() const +%feature("docstring") Basic2DLatticeBuilder::buildSample "MultiLayer * Basic2DLatticeBuilder::buildSample() const "; @@ -165,7 +165,7 @@ C++ includes: ParaCrystalBuilder.h %feature("docstring") Basic2DParaCrystalBuilder::~Basic2DParaCrystalBuilder "Basic2DParaCrystalBuilder::~Basic2DParaCrystalBuilder() "; -%feature("docstring") Basic2DParaCrystalBuilder::buildSample "MultiLayer * Basic2DParaCrystalBuilder::buildSample() const +%feature("docstring") Basic2DParaCrystalBuilder::buildSample "MultiLayer * Basic2DParaCrystalBuilder::buildSample() const "; %feature("docstring") Basic2DParaCrystalBuilder::createSample "MultiLayer * Basic2DParaCrystalBuilder::createSample(size_t index=0) @@ -181,7 +181,7 @@ C++ includes: ParaCrystalBuilder.h %feature("docstring") BasicLattice::BasicLattice "BasicLattice::BasicLattice(double length1, double length2, double angle, double rotation_angle=0.0) "; -%feature("docstring") BasicLattice::clone "BasicLattice * BasicLattice::clone() const +%feature("docstring") BasicLattice::clone "BasicLattice * BasicLattice::clone() const "; %feature("docstring") BasicLattice::accept "void BasicLattice::accept(INodeVisitor *visitor) const final @@ -189,16 +189,16 @@ C++ includes: ParaCrystalBuilder.h Calls the INodeVisitor's visit method. "; -%feature("docstring") BasicLattice::length1 "virtual double BasicLattice::length1() const +%feature("docstring") BasicLattice::length1 "virtual double BasicLattice::length1() const "; -%feature("docstring") BasicLattice::length2 "virtual double BasicLattice::length2() const +%feature("docstring") BasicLattice::length2 "virtual double BasicLattice::length2() const "; -%feature("docstring") BasicLattice::latticeAngle "virtual double BasicLattice::latticeAngle() const +%feature("docstring") BasicLattice::latticeAngle "virtual double BasicLattice::latticeAngle() const "; -%feature("docstring") BasicLattice::unitCellArea "double BasicLattice::unitCellArea() const +%feature("docstring") BasicLattice::unitCellArea "double BasicLattice::unitCellArea() const "; @@ -310,14 +310,14 @@ Returns this, trivially converted to complex type. Returns real parts. "; -%feature("docstring") BasicVector3D::dot "auto BasicVector3D< T >::dot(const BasicVector3D< U > &v) const -> decltype(this->x() *v.x()) +%feature("docstring") BasicVector3D::dot "auto BasicVector3D< T >::dot(const BasicVector3D< U > &v) const -> decltype(this->x()*v.x()) Returns dot product of vectors (antilinear in the first [=self] argument). Returns dot product of (complex) vectors (antilinear in the first [=self] argument). "; -%feature("docstring") BasicVector3D::cross "auto BasicVector3D< T >::cross(const BasicVector3D< U > &v) const -> BasicVector3D< decltype(this->x() *v.x())> +%feature("docstring") BasicVector3D::cross "auto BasicVector3D< T >::cross(const BasicVector3D< U > &v) const -> BasicVector3D< decltype(this->x()*v.x())> Returns cross product of vectors (linear in both arguments). @@ -421,7 +421,7 @@ Sets beam to sample width ratio in footprint factor. Sets the polarization density matrix according to the given Bloch vector. "; -%feature("docstring") Beam::getBlochVector "kvector_t Beam::getBlochVector() const +%feature("docstring") Beam::getBlochVector "kvector_t Beam::getBlochVector() const "; %feature("docstring") Beam::getPolarization "Eigen::Matrix2cd Beam::getPolarization() const @@ -429,13 +429,13 @@ Sets the polarization density matrix according to the given Bloch vector. Returns the polarization density matrix (in spin basis along z-axis) "; -%feature("docstring") Beam::getWavelength "double Beam::getWavelength() const +%feature("docstring") Beam::getWavelength "double Beam::getWavelength() const "; -%feature("docstring") Beam::getAlpha "double Beam::getAlpha() const +%feature("docstring") Beam::getAlpha "double Beam::getAlpha() const "; -%feature("docstring") Beam::getPhi "double Beam::getPhi() const +%feature("docstring") Beam::getPhi "double Beam::getPhi() const "; %feature("docstring") Beam::accept "void Beam::accept(INodeVisitor *visitor) const override @@ -443,6 +443,11 @@ Returns the polarization density matrix (in spin basis along z-axis) Calls the INodeVisitor's visit method. "; +%feature("docstring") Beam::getChildren "std::vector< const INode * > Beam::getChildren() const override + +Returns a vector of children (const). +"; + // File: structBin1D.xml %feature("docstring") Bin1D ""; @@ -453,10 +458,10 @@ Calls the INodeVisitor's visit method. %feature("docstring") Bin1D::Bin1D "Bin1D::Bin1D(double lower, double upper) "; -%feature("docstring") Bin1D::getMidPoint "double Bin1D::getMidPoint() const +%feature("docstring") Bin1D::getMidPoint "double Bin1D::getMidPoint() const "; -%feature("docstring") Bin1D::getBinSize "double Bin1D::getBinSize() const +%feature("docstring") Bin1D::getBinSize "double Bin1D::getBinSize() const "; @@ -479,10 +484,10 @@ C++ includes: Bin.h creation on Bin1DCVector from alpha and phi bins "; -%feature("docstring") Bin1DCVector::getMidPoint "cvector_t Bin1DCVector::getMidPoint() const +%feature("docstring") Bin1DCVector::getMidPoint "cvector_t Bin1DCVector::getMidPoint() const "; -%feature("docstring") Bin1DCVector::getDelta "cvector_t Bin1DCVector::getDelta() const +%feature("docstring") Bin1DCVector::getDelta "cvector_t Bin1DCVector::getDelta() const "; @@ -505,10 +510,10 @@ C++ includes: Bin.h creation on Bin1DKVector from alpha and phi bins "; -%feature("docstring") Bin1DKVector::getMidPoint "kvector_t Bin1DKVector::getMidPoint() const +%feature("docstring") Bin1DKVector::getMidPoint "kvector_t Bin1DKVector::getMidPoint() const "; -%feature("docstring") Bin1DKVector::getDelta "kvector_t Bin1DKVector::getDelta() const +%feature("docstring") Bin1DKVector::getDelta "kvector_t Bin1DKVector::getDelta() const "; @@ -558,7 +563,7 @@ C++ includes: BoxCompositionBuilder.h %feature("docstring") BoxCompositionRotateXBuilder::BoxCompositionRotateXBuilder "BoxCompositionRotateXBuilder::BoxCompositionRotateXBuilder() "; -%feature("docstring") BoxCompositionRotateXBuilder::buildSample "MultiLayer * BoxCompositionRotateXBuilder::buildSample() const +%feature("docstring") BoxCompositionRotateXBuilder::buildSample "MultiLayer * BoxCompositionRotateXBuilder::buildSample() const "; @@ -573,7 +578,7 @@ C++ includes: BoxCompositionBuilder.h %feature("docstring") BoxCompositionRotateYBuilder::BoxCompositionRotateYBuilder "BoxCompositionRotateYBuilder::BoxCompositionRotateYBuilder() "; -%feature("docstring") BoxCompositionRotateYBuilder::buildSample "MultiLayer * BoxCompositionRotateYBuilder::buildSample() const +%feature("docstring") BoxCompositionRotateYBuilder::buildSample "MultiLayer * BoxCompositionRotateYBuilder::buildSample() const "; @@ -588,7 +593,7 @@ C++ includes: BoxCompositionBuilder.h %feature("docstring") BoxCompositionRotateZandYBuilder::BoxCompositionRotateZandYBuilder "BoxCompositionRotateZandYBuilder::BoxCompositionRotateZandYBuilder() "; -%feature("docstring") BoxCompositionRotateZandYBuilder::buildSample "MultiLayer * BoxCompositionRotateZandYBuilder::buildSample() const +%feature("docstring") BoxCompositionRotateZandYBuilder::buildSample "MultiLayer * BoxCompositionRotateZandYBuilder::buildSample() const "; @@ -603,7 +608,7 @@ C++ includes: BoxCompositionBuilder.h %feature("docstring") BoxCompositionRotateZBuilder::BoxCompositionRotateZBuilder "BoxCompositionRotateZBuilder::BoxCompositionRotateZBuilder() "; -%feature("docstring") BoxCompositionRotateZBuilder::buildSample "MultiLayer * BoxCompositionRotateZBuilder::buildSample() const +%feature("docstring") BoxCompositionRotateZBuilder::buildSample "MultiLayer * BoxCompositionRotateZBuilder::buildSample() const "; @@ -618,7 +623,7 @@ C++ includes: BoxesSquareLatticeBuilder.h %feature("docstring") BoxesSquareLatticeBuilder::BoxesSquareLatticeBuilder "BoxesSquareLatticeBuilder::BoxesSquareLatticeBuilder() "; -%feature("docstring") BoxesSquareLatticeBuilder::buildSample "MultiLayer * BoxesSquareLatticeBuilder::buildSample() const +%feature("docstring") BoxesSquareLatticeBuilder::buildSample "MultiLayer * BoxesSquareLatticeBuilder::buildSample() const "; @@ -633,7 +638,7 @@ C++ includes: BoxCompositionBuilder.h %feature("docstring") BoxStackCompositionBuilder::BoxStackCompositionBuilder "BoxStackCompositionBuilder::BoxStackCompositionBuilder() "; -%feature("docstring") BoxStackCompositionBuilder::buildSample "MultiLayer * BoxStackCompositionBuilder::buildSample() const +%feature("docstring") BoxStackCompositionBuilder::buildSample "MultiLayer * BoxStackCompositionBuilder::buildSample() const "; @@ -666,7 +671,7 @@ C++ includes: TwoDimLatticeBuilder.h %feature("docstring") CenteredSquareLatticeBuilder::CenteredSquareLatticeBuilder "CenteredSquareLatticeBuilder::CenteredSquareLatticeBuilder() "; -%feature("docstring") CenteredSquareLatticeBuilder::buildSample "MultiLayer * CenteredSquareLatticeBuilder::buildSample() const +%feature("docstring") CenteredSquareLatticeBuilder::buildSample "MultiLayer * CenteredSquareLatticeBuilder::buildSample() const "; @@ -714,10 +719,10 @@ C++ includes: ComputationStatus.h %feature("docstring") ComputationStatus::ComputationStatus "ComputationStatus::ComputationStatus() "; -%feature("docstring") ComputationStatus::isCompleted "bool ComputationStatus::isCompleted() const +%feature("docstring") ComputationStatus::isCompleted "bool ComputationStatus::isCompleted() const "; -%feature("docstring") ComputationStatus::errorMessage "std::string ComputationStatus::errorMessage() const +%feature("docstring") ComputationStatus::errorMessage "std::string ComputationStatus::errorMessage() const "; %feature("docstring") ComputationStatus::setRunning "void ComputationStatus::setRunning() @@ -744,7 +749,7 @@ C++ includes: ParticleDistributionsBuilder.h %feature("docstring") ConesWithLimitsDistributionBuilder::ConesWithLimitsDistributionBuilder "ConesWithLimitsDistributionBuilder::ConesWithLimitsDistributionBuilder() "; -%feature("docstring") ConesWithLimitsDistributionBuilder::buildSample "MultiLayer * ConesWithLimitsDistributionBuilder::buildSample() const +%feature("docstring") ConesWithLimitsDistributionBuilder::buildSample "MultiLayer * ConesWithLimitsDistributionBuilder::buildSample() const "; @@ -762,10 +767,10 @@ C++ includes: ConstantBackground.h %feature("docstring") ConstantBackground::~ConstantBackground "ConstantBackground::~ConstantBackground() "; -%feature("docstring") ConstantBackground::clone "ConstantBackground * ConstantBackground::clone() const override final +%feature("docstring") ConstantBackground::clone "ConstantBackground * ConstantBackground::clone() const overridefinal "; -%feature("docstring") ConstantBackground::backgroundValue "double ConstantBackground::backgroundValue() const +%feature("docstring") ConstantBackground::backgroundValue "double ConstantBackground::backgroundValue() const "; %feature("docstring") ConstantBackground::accept "void ConstantBackground::accept(INodeVisitor *visitor) const override @@ -773,7 +778,7 @@ C++ includes: ConstantBackground.h Calls the INodeVisitor's visit method. "; -%feature("docstring") ConstantBackground::addBackGround "double ConstantBackground::addBackGround(double intensity) const override final +%feature("docstring") ConstantBackground::addBackGround "double ConstantBackground::addBackGround(double intensity) const overridefinal "; @@ -847,7 +852,7 @@ Constructor taking a 2 dimensional resolution function as argument. Convolve given intensities with the encapsulated resolution. "; -%feature("docstring") ConvolutionDetectorResolution::clone "ConvolutionDetectorResolution * ConvolutionDetectorResolution::clone() const +%feature("docstring") ConvolutionDetectorResolution::clone "ConvolutionDetectorResolution * ConvolutionDetectorResolution::clone() const "; %feature("docstring") ConvolutionDetectorResolution::accept "void ConvolutionDetectorResolution::accept(INodeVisitor *visitor) const final @@ -855,7 +860,7 @@ Convolve given intensities with the encapsulated resolution. Calls the INodeVisitor's visit method. "; -%feature("docstring") ConvolutionDetectorResolution::getResolutionFunction2D "const IResolutionFunction2D * ConvolutionDetectorResolution::getResolutionFunction2D() const +%feature("docstring") ConvolutionDetectorResolution::getResolutionFunction2D "const IResolutionFunction2D * ConvolutionDetectorResolution::getResolutionFunction2D() const "; %feature("docstring") ConvolutionDetectorResolution::getChildren "std::vector< const INode * > ConvolutionDetectorResolution::getChildren() const @@ -911,7 +916,7 @@ C++ includes: CoreShellParticleBuilder.h %feature("docstring") CoreShellBoxRotateZandYBuilder::CoreShellBoxRotateZandYBuilder "CoreShellBoxRotateZandYBuilder::CoreShellBoxRotateZandYBuilder() "; -%feature("docstring") CoreShellBoxRotateZandYBuilder::buildSample "MultiLayer * CoreShellBoxRotateZandYBuilder::buildSample() const +%feature("docstring") CoreShellBoxRotateZandYBuilder::buildSample "MultiLayer * CoreShellBoxRotateZandYBuilder::buildSample() const "; @@ -926,7 +931,7 @@ C++ includes: CoreShellParticleBuilder.h %feature("docstring") CoreShellParticleBuilder::CoreShellParticleBuilder "CoreShellParticleBuilder::CoreShellParticleBuilder() "; -%feature("docstring") CoreShellParticleBuilder::buildSample "MultiLayer * CoreShellParticleBuilder::buildSample() const +%feature("docstring") CoreShellParticleBuilder::buildSample "MultiLayer * CoreShellParticleBuilder::buildSample() const "; @@ -941,7 +946,7 @@ C++ includes: RipplesBuilder.h %feature("docstring") CosineRippleBuilder::CosineRippleBuilder "CosineRippleBuilder::CosineRippleBuilder() "; -%feature("docstring") CosineRippleBuilder::buildSample "MultiLayer * CosineRippleBuilder::buildSample() const +%feature("docstring") CosineRippleBuilder::buildSample "MultiLayer * CosineRippleBuilder::buildSample() const "; @@ -959,33 +964,33 @@ C++ includes: Crystal.h %feature("docstring") Crystal::~Crystal "Crystal::~Crystal() "; -%feature("docstring") Crystal::clone "Crystal * Crystal::clone() const override final +%feature("docstring") Crystal::clone "Crystal * Crystal::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") Crystal::accept "void Crystal::accept(INodeVisitor *visitor) const override final +%feature("docstring") Crystal::accept "void Crystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") Crystal::createTotalFormFactor "IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const override final +%feature("docstring") Crystal::createTotalFormFactor "IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const overridefinal Creates a total form factor for the mesocrystal with a specific shape and content The bulk content of the mesocrystal is encapsulated by the IClusteredParticles object itself "; -%feature("docstring") Crystal::homogeneousRegions "std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const override final +%feature("docstring") Crystal::homogeneousRegions "std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const overridefinal Creates region information with volumetric densities instead of absolute volume These densities need to be multiplied by the total mesocrystal volume "; -%feature("docstring") Crystal::transformedLattice "Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const +%feature("docstring") Crystal::transformedLattice "Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const "; %feature("docstring") Crystal::setDWFactor "void Crystal::setDWFactor(double dw_factor) "; -%feature("docstring") Crystal::getChildren "std::vector< const INode * > Crystal::getChildren() const override final +%feature("docstring") Crystal::getChildren "std::vector< const INode * > Crystal::getChildren() const overridefinal Returns a vector of children (const). "; @@ -1011,16 +1016,16 @@ C++ includes: CumulativeValue.h %feature("docstring") CumulativeValue::add "void CumulativeValue::add(double value, double weight=1.0) "; -%feature("docstring") CumulativeValue::getNumberOfEntries "int CumulativeValue::getNumberOfEntries() const +%feature("docstring") CumulativeValue::getNumberOfEntries "int CumulativeValue::getNumberOfEntries() const "; -%feature("docstring") CumulativeValue::getContent "double CumulativeValue::getContent() const +%feature("docstring") CumulativeValue::getContent "double CumulativeValue::getContent() const "; -%feature("docstring") CumulativeValue::getAverage "double CumulativeValue::getAverage() const +%feature("docstring") CumulativeValue::getAverage "double CumulativeValue::getAverage() const "; -%feature("docstring") CumulativeValue::getRMS "double CumulativeValue::getRMS() const +%feature("docstring") CumulativeValue::getRMS "double CumulativeValue::getRMS() const "; @@ -1065,7 +1070,7 @@ clone function retrieve a 1d bin for the given index "; -%feature("docstring") CustomBinAxis::getBinCenters "std::vector< double > CustomBinAxis::getBinCenters() const +%feature("docstring") CustomBinAxis::getBinCenters "std::vector< double > CustomBinAxis::getBinCenters() const "; %feature("docstring") CustomBinAxis::createClippedAxis "CustomBinAxis * CustomBinAxis::createClippedAxis(double left, double right) const @@ -1085,7 +1090,7 @@ C++ includes: CustomMorphologyBuilder.h %feature("docstring") CustomMorphologyBuilder::CustomMorphologyBuilder "CustomMorphologyBuilder::CustomMorphologyBuilder() "; -%feature("docstring") CustomMorphologyBuilder::buildSample "MultiLayer * CustomMorphologyBuilder::buildSample() const +%feature("docstring") CustomMorphologyBuilder::buildSample "MultiLayer * CustomMorphologyBuilder::buildSample() const "; @@ -1100,7 +1105,7 @@ C++ includes: CylindersAndPrismsBuilder.h %feature("docstring") CylindersAndPrismsBuilder::CylindersAndPrismsBuilder "CylindersAndPrismsBuilder::CylindersAndPrismsBuilder() "; -%feature("docstring") CylindersAndPrismsBuilder::buildSample "MultiLayer * CylindersAndPrismsBuilder::buildSample() const +%feature("docstring") CylindersAndPrismsBuilder::buildSample "MultiLayer * CylindersAndPrismsBuilder::buildSample() const "; @@ -1115,7 +1120,7 @@ C++ includes: CylindersBuilder.h %feature("docstring") CylindersInBABuilder::CylindersInBABuilder "CylindersInBABuilder::CylindersInBABuilder() "; -%feature("docstring") CylindersInBABuilder::buildSample "MultiLayer * CylindersInBABuilder::buildSample() const +%feature("docstring") CylindersInBABuilder::buildSample "MultiLayer * CylindersInBABuilder::buildSample() const "; @@ -1130,7 +1135,7 @@ C++ includes: CylindersBuilder.h %feature("docstring") CylindersInDWBABuilder::CylindersInDWBABuilder "CylindersInDWBABuilder::CylindersInDWBABuilder() "; -%feature("docstring") CylindersInDWBABuilder::buildSample "MultiLayer * CylindersInDWBABuilder::buildSample() const +%feature("docstring") CylindersInDWBABuilder::buildSample "MultiLayer * CylindersInDWBABuilder::buildSample() const "; @@ -1145,7 +1150,7 @@ C++ includes: SizeDistributionModelsBuilder.h %feature("docstring") CylindersInSSCABuilder::CylindersInSSCABuilder "CylindersInSSCABuilder::CylindersInSSCABuilder() "; -%feature("docstring") CylindersInSSCABuilder::buildSample "MultiLayer * CylindersInSSCABuilder::buildSample() const +%feature("docstring") CylindersInSSCABuilder::buildSample "MultiLayer * CylindersInSSCABuilder::buildSample() const "; @@ -1160,7 +1165,7 @@ C++ includes: ParticleDistributionsBuilder.h %feature("docstring") CylindersWithSizeDistributionBuilder::CylindersWithSizeDistributionBuilder "CylindersWithSizeDistributionBuilder::CylindersWithSizeDistributionBuilder() "; -%feature("docstring") CylindersWithSizeDistributionBuilder::buildSample "MultiLayer * CylindersWithSizeDistributionBuilder::buildSample() const +%feature("docstring") CylindersWithSizeDistributionBuilder::buildSample "MultiLayer * CylindersWithSizeDistributionBuilder::buildSample() const "; @@ -1240,7 +1245,7 @@ Retrieve the analyzer characteristics. will always return positive value "; -%feature("docstring") DetectionProperties::analyzerTotalTransmission "double DetectionProperties::analyzerTotalTransmission() const +%feature("docstring") DetectionProperties::analyzerTotalTransmission "double DetectionProperties::analyzerTotalTransmission() const "; %feature("docstring") DetectionProperties::accept "void DetectionProperties::accept(INodeVisitor *visitor) const final @@ -1263,7 +1268,7 @@ C++ includes: DetectorElement.h %feature("docstring") DetectorElement::setSpecular "void DetectorElement::setSpecular(bool specular=true) "; -%feature("docstring") DetectorElement::isSpecular "bool DetectorElement::isSpecular() const +%feature("docstring") DetectorElement::isSpecular "bool DetectorElement::isSpecular() const "; %feature("docstring") DetectorElement::getAnalyzerOperator "Eigen::Matrix2cd DetectorElement::getAnalyzerOperator() const @@ -1313,13 +1318,13 @@ Init the map of masks for the given detector plane. %feature("docstring") DetectorMask::initMaskData "void DetectorMask::initMaskData(const OutputData< double > &data) "; -%feature("docstring") DetectorMask::isMasked "bool DetectorMask::isMasked(size_t index) const +%feature("docstring") DetectorMask::isMasked "bool DetectorMask::isMasked(size_t index) const "; -%feature("docstring") DetectorMask::getMaskData "const OutputData<bool>* DetectorMask::getMaskData() const +%feature("docstring") DetectorMask::getMaskData "const OutputData<bool>* DetectorMask::getMaskData() const "; -%feature("docstring") DetectorMask::createHistogram "Histogram2D * DetectorMask::createHistogram() const +%feature("docstring") DetectorMask::createHistogram "Histogram2D * DetectorMask::createHistogram() const "; %feature("docstring") DetectorMask::removeMasks "void DetectorMask::removeMasks() @@ -1332,13 +1337,13 @@ remove all masks and return object to initial state returns true if has masks "; -%feature("docstring") DetectorMask::numberOfMaskedChannels "int DetectorMask::numberOfMaskedChannels() const +%feature("docstring") DetectorMask::numberOfMaskedChannels "int DetectorMask::numberOfMaskedChannels() const "; -%feature("docstring") DetectorMask::numberOfMasks "size_t DetectorMask::numberOfMasks() const +%feature("docstring") DetectorMask::numberOfMasks "size_t DetectorMask::numberOfMasks() const "; -%feature("docstring") DetectorMask::getMaskShape "const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const +%feature("docstring") DetectorMask::getMaskShape "const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const "; @@ -1372,7 +1377,7 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionCosine::getSigma "double DistributionCosine::getSigma() const +%feature("docstring") DistributionCosine::getSigma "double DistributionCosine::getSigma() const "; %feature("docstring") DistributionCosine::equidistantPoints "std::vector< double > DistributionCosine::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1421,10 +1426,10 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionGate::getMin "double DistributionGate::getMin() const +%feature("docstring") DistributionGate::getMin "double DistributionGate::getMin() const "; -%feature("docstring") DistributionGate::getMax "double DistributionGate::getMax() const +%feature("docstring") DistributionGate::getMax "double DistributionGate::getMax() const "; %feature("docstring") DistributionGate::equidistantPoints "std::vector< double > DistributionGate::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1473,7 +1478,7 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionGaussian::getStdDev "double DistributionGaussian::getStdDev() const +%feature("docstring") DistributionGaussian::getStdDev "double DistributionGaussian::getStdDev() const "; %feature("docstring") DistributionGaussian::equidistantPoints "std::vector< double > DistributionGaussian::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1524,7 +1529,7 @@ get the total number of parameter value combinations (product of the individual set the parameter values of the simulation object to a specific combination of values, determined by the index (which must be smaller than the total number of combinations) and returns the weight associated with this combination of parameter values "; -%feature("docstring") DistributionHandler::getDistributions "const DistributionHandler::Distributions_t & DistributionHandler::getDistributions() const +%feature("docstring") DistributionHandler::getDistributions "const DistributionHandler::Distributions_t & DistributionHandler::getDistributions() const "; @@ -1558,10 +1563,10 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionLogNormal::getMedian "double DistributionLogNormal::getMedian() const +%feature("docstring") DistributionLogNormal::getMedian "double DistributionLogNormal::getMedian() const "; -%feature("docstring") DistributionLogNormal::getScalePar "double DistributionLogNormal::getScalePar() const +%feature("docstring") DistributionLogNormal::getScalePar "double DistributionLogNormal::getScalePar() const "; %feature("docstring") DistributionLogNormal::equidistantPoints "std::vector< double > DistributionLogNormal::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1615,7 +1620,7 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionLorentz::getHWHM "double DistributionLorentz::getHWHM() const +%feature("docstring") DistributionLorentz::getHWHM "double DistributionLorentz::getHWHM() const "; %feature("docstring") DistributionLorentz::equidistantPoints "std::vector< double > DistributionLorentz::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1664,13 +1669,13 @@ Returns the distribution-specific probability density for value x. Returns the distribution-specific mean. "; -%feature("docstring") DistributionTrapezoid::getLeftWidth "double DistributionTrapezoid::getLeftWidth() const +%feature("docstring") DistributionTrapezoid::getLeftWidth "double DistributionTrapezoid::getLeftWidth() const "; -%feature("docstring") DistributionTrapezoid::getMiddleWidth "double DistributionTrapezoid::getMiddleWidth() const +%feature("docstring") DistributionTrapezoid::getMiddleWidth "double DistributionTrapezoid::getMiddleWidth() const "; -%feature("docstring") DistributionTrapezoid::getRightWidth "double DistributionTrapezoid::getRightWidth() const +%feature("docstring") DistributionTrapezoid::getRightWidth "double DistributionTrapezoid::getRightWidth() const "; %feature("docstring") DistributionTrapezoid::equidistantPoints "std::vector< double > DistributionTrapezoid::equidistantPoints(size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const @@ -1779,7 +1784,7 @@ theta: Angle of Ellipse rotation in radians "; -%feature("docstring") Ellipse::clone "Ellipse* Ellipse::clone() const +%feature("docstring") Ellipse::clone "Ellipse* Ellipse::clone() const "; %feature("docstring") Ellipse::contains "bool Ellipse::contains(double x, double y) const @@ -1792,19 +1797,19 @@ Returns true if point with given coordinates is inside or on border of the shape Returns true if area defined by two bins is inside or on border of ellipse; more precisely, if mid point of two bins satisfy this condition. "; -%feature("docstring") Ellipse::getCenterX "double Ellipse::getCenterX() const +%feature("docstring") Ellipse::getCenterX "double Ellipse::getCenterX() const "; -%feature("docstring") Ellipse::getCenterY "double Ellipse::getCenterY() const +%feature("docstring") Ellipse::getCenterY "double Ellipse::getCenterY() const "; -%feature("docstring") Ellipse::getRadiusX "double Ellipse::getRadiusX() const +%feature("docstring") Ellipse::getRadiusX "double Ellipse::getRadiusX() const "; -%feature("docstring") Ellipse::getRadiusY "double Ellipse::getRadiusY() const +%feature("docstring") Ellipse::getRadiusY "double Ellipse::getRadiusY() const "; -%feature("docstring") Ellipse::getTheta "double Ellipse::getTheta() const +%feature("docstring") Ellipse::getTheta "double Ellipse::getTheta() const "; @@ -1846,25 +1851,25 @@ C++ includes: FitElement.h %feature("docstring") FitElement::FitElement "FitElement::FitElement(const FitElement &other) "; -%feature("docstring") FitElement::getIndex "size_t FitElement::getIndex() const +%feature("docstring") FitElement::getIndex "size_t FitElement::getIndex() const "; -%feature("docstring") FitElement::getSimulValue "double FitElement::getSimulValue() const +%feature("docstring") FitElement::getSimulValue "double FitElement::getSimulValue() const "; -%feature("docstring") FitElement::getRealValue "double FitElement::getRealValue() const +%feature("docstring") FitElement::getRealValue "double FitElement::getRealValue() const "; -%feature("docstring") FitElement::getWeight "double FitElement::getWeight() const +%feature("docstring") FitElement::getWeight "double FitElement::getWeight() const "; -%feature("docstring") FitElement::getSquaredDifference "double FitElement::getSquaredDifference() const +%feature("docstring") FitElement::getSquaredDifference "double FitElement::getSquaredDifference() const "; %feature("docstring") FitElement::setSquaredDifference "void FitElement::setSquaredDifference(double value) "; -%feature("docstring") FitElement::getResidual "double FitElement::getResidual() const +%feature("docstring") FitElement::getResidual "double FitElement::getResidual() const "; %feature("docstring") FitElement::setResidual "void FitElement::setResidual(double value) @@ -1917,11 +1922,6 @@ Returns real (experimental) data. Returns simulated data. "; -%feature("docstring") FitObject::chiSquaredMap "const OutputData< double > & FitObject::chiSquaredMap() const - -Returns chi2 map. -"; - %feature("docstring") FitObject::weight "double FitObject::weight() const Returns weight of data set in chi2 calculations. @@ -1937,14 +1937,14 @@ Returns the size of the data. It is equal to the number of non-masked detector c Runs simulation and put results (the real and simulated intensities) into external vector. Masked channels will be excluded from the vector. "; -%feature("docstring") FitObject::transferToChi2Map "void FitObject::transferToChi2Map(std::vector< FitElement >::const_iterator first, std::vector< FitElement >::const_iterator last) const +%feature("docstring") FitObject::getChildren "std::vector< const INode * > FitObject::getChildren() const -Updates ChiSquared map from external vector and returns const reference to it. Used from Python in FitSuiteDrawObserver. +Returns a vector of children (const). "; -%feature("docstring") FitObject::getChildren "std::vector< const INode * > FitObject::getChildren() const +%feature("docstring") FitObject::createRealDataHistogram "std::unique_ptr< IHistogram > FitObject::createRealDataHistogram() const -Returns a vector of children (const). +Returns histogram representing real data clipped to ROI. "; @@ -1968,7 +1968,7 @@ C++ includes: FitParameter.h %feature("docstring") FitParameter::~FitParameter "FitParameter::~FitParameter() final "; -%feature("docstring") FitParameter::clone "FitParameter * FitParameter::clone() const +%feature("docstring") FitParameter::clone "FitParameter * FitParameter::clone() const "; %feature("docstring") FitParameter::setValue "void FitParameter::setValue(double value) final @@ -1991,7 +1991,7 @@ Adds real parameter to the collection. Adds parameters from pool which match given wildcard. "; -%feature("docstring") FitParameter::patterns "std::vector< std::string > FitParameter::patterns() const +%feature("docstring") FitParameter::patterns "std::vector< std::string > FitParameter::patterns() const "; %feature("docstring") FitParameter::matchedParameterNames "std::vector< std::string > FitParameter::matchedParameterNames() const @@ -2027,7 +2027,7 @@ C++ includes: FitStrategyAdjustParameters.h %feature("docstring") FitStrategyAdjustParameters::~FitStrategyAdjustParameters "virtual FitStrategyAdjustParameters::~FitStrategyAdjustParameters() "; -%feature("docstring") FitStrategyAdjustParameters::clone "virtual FitStrategyAdjustParameters* FitStrategyAdjustParameters::clone() const +%feature("docstring") FitStrategyAdjustParameters::clone "virtual FitStrategyAdjustParameters* FitStrategyAdjustParameters::clone() const "; %feature("docstring") FitStrategyAdjustParameters::execute "void FitStrategyAdjustParameters::execute() @@ -2065,7 +2065,7 @@ C++ includes: IFitStrategy.h %feature("docstring") FitStrategyDefault::FitStrategyDefault "FitStrategyDefault::FitStrategyDefault() "; -%feature("docstring") FitStrategyDefault::clone "FitStrategyDefault * FitStrategyDefault::clone() const +%feature("docstring") FitStrategyDefault::clone "FitStrategyDefault * FitStrategyDefault::clone() const "; %feature("docstring") FitStrategyDefault::execute "void FitStrategyDefault::execute() @@ -2089,7 +2089,7 @@ C++ includes: FitStrategyAdjustParameters.h %feature("docstring") FitStrategyFixParameters::~FitStrategyFixParameters "virtual FitStrategyFixParameters::~FitStrategyFixParameters() "; -%feature("docstring") FitStrategyFixParameters::clone "virtual FitStrategyFixParameters* FitStrategyFixParameters::clone() const +%feature("docstring") FitStrategyFixParameters::clone "virtual FitStrategyFixParameters* FitStrategyFixParameters::clone() const "; %feature("docstring") FitStrategyFixParameters::clear "virtual void FitStrategyFixParameters::clear() @@ -2116,7 +2116,7 @@ C++ includes: FitStrategyAdjustParameters.h %feature("docstring") FitStrategyReleaseParameters::~FitStrategyReleaseParameters "virtual FitStrategyReleaseParameters::~FitStrategyReleaseParameters() "; -%feature("docstring") FitStrategyReleaseParameters::clone "virtual FitStrategyReleaseParameters* FitStrategyReleaseParameters::clone() const +%feature("docstring") FitStrategyReleaseParameters::clone "virtual FitStrategyReleaseParameters* FitStrategyReleaseParameters::clone() const "; %feature("docstring") FitStrategyReleaseParameters::clear "virtual void FitStrategyReleaseParameters::clear() @@ -2339,13 +2339,7 @@ Returns minimum chi squared value found. %feature("docstring") FitSuite::isInterrupted "bool FitSuite::isInterrupted() "; -%feature("docstring") FitSuite::getRealOutputData "const OutputData< double > * FitSuite::getRealOutputData(size_t i_item=0) const -"; - -%feature("docstring") FitSuite::getSimulationOutputData "const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const -"; - -%feature("docstring") FitSuite::getChiSquaredOutputData "const OutputData< double > * FitSuite::getChiSquaredOutputData(size_t i_item=0) const +%feature("docstring") FitSuite::getSimulationOutputData "const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const "; %feature("docstring") FitSuite::parametersToString "std::string FitSuite::parametersToString() const @@ -2407,10 +2401,10 @@ evaluate method for gradients and residuals called directly from the minimizer evaluate residual and derivative for given data element "; -%feature("docstring") FitSuiteGradientFunction::getNCallsTotal "virtual size_t FitSuiteGradientFunction::getNCallsTotal() const +%feature("docstring") FitSuiteGradientFunction::getNCallsTotal "virtual size_t FitSuiteGradientFunction::getNCallsTotal() const "; -%feature("docstring") FitSuiteGradientFunction::getNCallsGradient "virtual size_t FitSuiteGradientFunction::getNCallsGradient() const +%feature("docstring") FitSuiteGradientFunction::getNCallsGradient "virtual size_t FitSuiteGradientFunction::getNCallsGradient() const "; @@ -2480,7 +2474,7 @@ Runs a single minimization round (called by FitSuiteStrategy) Returns reference to the kit with data. "; -%feature("docstring") FitSuiteImpl::fitObjects "const FitSuiteObjects* FitSuiteImpl::fitObjects() const +%feature("docstring") FitSuiteImpl::fitObjects "const FitSuiteObjects* FitSuiteImpl::fitObjects() const "; %feature("docstring") FitSuiteImpl::fitParameters "FitParameterSet * FitSuiteImpl::fitParameters() @@ -2532,10 +2526,10 @@ Sets fit options. %feature("docstring") FitSuiteImpl::resetInterrupt "void FitSuiteImpl::resetInterrupt() "; -%feature("docstring") FitSuiteImpl::isInterrupted "bool FitSuiteImpl::isInterrupted() const +%feature("docstring") FitSuiteImpl::isInterrupted "bool FitSuiteImpl::isInterrupted() const "; -%feature("docstring") FitSuiteImpl::kernel "const FitKernel * FitSuiteImpl::kernel() const +%feature("docstring") FitSuiteImpl::kernel "const FitKernel * FitSuiteImpl::kernel() const "; %feature("docstring") FitSuiteImpl::setupToString "std::string FitSuiteImpl::setupToString() @@ -2580,17 +2574,6 @@ Returns total number of data points. Replaces default ChiSquaredModule with new one. "; -%feature("docstring") FitSuiteObjects::getRealData "const OutputData< double > & FitSuiteObjects::getRealData(size_t i_item=0) const - -Returns real data from corresponding FitObject - -Parameters: ------------ - -i_item: -Index of FitObject -"; - %feature("docstring") FitSuiteObjects::getSimulationData "const OutputData< double > & FitSuiteObjects::getSimulationData(size_t i_item=0) const Returns simulated data from corresponding FitObject @@ -2602,17 +2585,6 @@ i_item: Index of FitObject "; -%feature("docstring") FitSuiteObjects::getChiSquaredMap "const OutputData< double > & FitSuiteObjects::getChiSquaredMap(size_t i_item=0) const - -Returns new chi-squared map from corresponding FitObject - -Parameters: ------------ - -i_item: -Index of FitObject -"; - %feature("docstring") FitSuiteObjects::runSimulations "void FitSuiteObjects::runSimulations() run all simulation defined in fit pairs @@ -2644,7 +2616,7 @@ index accross all element in FitElement vector clear all data "; -%feature("docstring") FitSuiteObjects::size "size_t FitSuiteObjects::size() const +%feature("docstring") FitSuiteObjects::size "size_t FitSuiteObjects::size() const "; %feature("docstring") FitSuiteObjects::begin "iterator FitSuiteObjects::begin() @@ -2658,6 +2630,39 @@ clear all data Returns a vector of children (const). "; +%feature("docstring") FitSuiteObjects::createRealDataHistogram "std::unique_ptr< IHistogram > FitSuiteObjects::createRealDataHistogram(size_t i_item=0) const + +Returns real data from corresponding FitObject. ROI is taken into account. + +Parameters: +----------- + +i_item: +Index of FitObject +"; + +%feature("docstring") FitSuiteObjects::createSimulationHistogram "std::unique_ptr< IHistogram > FitSuiteObjects::createSimulationHistogram(size_t i_item=0) const + +Returns simulated data from corresponding FitObject. ROI is taken into account. + +Parameters: +----------- + +i_item: +Index of FitObject +"; + +%feature("docstring") FitSuiteObjects::createChiSquaredHistogram "std::unique_ptr< IHistogram > FitSuiteObjects::createChiSquaredHistogram(size_t i_item=0) const + +Returns new chi-squared map from corresponding FitObject. ROI is taken into account. + +Parameters: +----------- + +i_item: +Index of FitObject +"; + // File: classFitSuitePrintObserver.xml %feature("docstring") FitSuitePrintObserver " @@ -2705,10 +2710,10 @@ C++ includes: FitSuiteStrategies.h %feature("docstring") FitSuiteStrategies::minimize "void FitSuiteStrategies::minimize() "; -%feature("docstring") FitSuiteStrategies::currentStrategyIndex "size_t FitSuiteStrategies::currentStrategyIndex() const +%feature("docstring") FitSuiteStrategies::currentStrategyIndex "size_t FitSuiteStrategies::currentStrategyIndex() const "; -%feature("docstring") FitSuiteStrategies::size "size_t FitSuiteStrategies::size() const +%feature("docstring") FitSuiteStrategies::size "size_t FitSuiteStrategies::size() const "; %feature("docstring") FitSuiteStrategies::clear "void FitSuiteStrategies::clear() @@ -2774,7 +2779,7 @@ Returns value of first point of axis. Returns value of last point of axis. "; -%feature("docstring") FixedBinAxis::getBinCenter "double FixedBinAxis::getBinCenter(size_t index) const +%feature("docstring") FixedBinAxis::getBinCenter "double FixedBinAxis::getBinCenter(size_t index) const "; %feature("docstring") FixedBinAxis::findClosestIndex "size_t FixedBinAxis::findClosestIndex(double value) const @@ -2782,10 +2787,10 @@ Returns value of last point of axis. find bin index which is best match for given value "; -%feature("docstring") FixedBinAxis::getBinCenters "std::vector< double > FixedBinAxis::getBinCenters() const +%feature("docstring") FixedBinAxis::getBinCenters "std::vector< double > FixedBinAxis::getBinCenters() const "; -%feature("docstring") FixedBinAxis::getBinBoundaries "std::vector< double > FixedBinAxis::getBinBoundaries() const +%feature("docstring") FixedBinAxis::getBinBoundaries "std::vector< double > FixedBinAxis::getBinBoundaries() const "; %feature("docstring") FixedBinAxis::createClippedAxis "FixedBinAxis * FixedBinAxis::createClippedAxis(double left, double right) const @@ -2879,26 +2884,26 @@ alpha: dihedral angle in radians between base and facet "; -%feature("docstring") FormFactorAnisoPyramid::clone "FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const override final +%feature("docstring") FormFactorAnisoPyramid::clone "FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorAnisoPyramid::accept "void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorAnisoPyramid::accept "void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorAnisoPyramid::getLength "double FormFactorAnisoPyramid::getLength() const +%feature("docstring") FormFactorAnisoPyramid::getLength "double FormFactorAnisoPyramid::getLength() const "; -%feature("docstring") FormFactorAnisoPyramid::getWidth "double FormFactorAnisoPyramid::getWidth() const +%feature("docstring") FormFactorAnisoPyramid::getWidth "double FormFactorAnisoPyramid::getWidth() const "; -%feature("docstring") FormFactorAnisoPyramid::getHeight "double FormFactorAnisoPyramid::getHeight() const +%feature("docstring") FormFactorAnisoPyramid::getHeight "double FormFactorAnisoPyramid::getHeight() const "; -%feature("docstring") FormFactorAnisoPyramid::getAlpha "double FormFactorAnisoPyramid::getAlpha() const +%feature("docstring") FormFactorAnisoPyramid::getAlpha "double FormFactorAnisoPyramid::getAlpha() const "; @@ -2927,31 +2932,31 @@ height: height of the box in nanometers "; -%feature("docstring") FormFactorBox::clone "FormFactorBox* FormFactorBox::clone() const override final +%feature("docstring") FormFactorBox::clone "FormFactorBox* FormFactorBox::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorBox::accept "void FormFactorBox::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorBox::accept "void FormFactorBox::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorBox::getLength "double FormFactorBox::getLength() const +%feature("docstring") FormFactorBox::getLength "double FormFactorBox::getLength() const "; -%feature("docstring") FormFactorBox::getHeight "double FormFactorBox::getHeight() const +%feature("docstring") FormFactorBox::getHeight "double FormFactorBox::getHeight() const "; -%feature("docstring") FormFactorBox::getWidth "double FormFactorBox::getWidth() const +%feature("docstring") FormFactorBox::getWidth "double FormFactorBox::getWidth() const "; -%feature("docstring") FormFactorBox::radialExtension "double FormFactorBox::radialExtension() const override final +%feature("docstring") FormFactorBox::radialExtension "double FormFactorBox::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorBox::evaluate_for_q "complex_t FormFactorBox::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorBox::evaluate_for_q "complex_t FormFactorBox::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -2974,16 +2979,16 @@ C++ includes: FormFactorCoherentPart.h %feature("docstring") FormFactorCoherentPart::~FormFactorCoherentPart "FormFactorCoherentPart::~FormFactorCoherentPart() "; -%feature("docstring") FormFactorCoherentPart::evaluate "complex_t FormFactorCoherentPart::evaluate(const SimulationElement &sim_element) const +%feature("docstring") FormFactorCoherentPart::evaluate "complex_t FormFactorCoherentPart::evaluate(const SimulationElement &sim_element) const "; -%feature("docstring") FormFactorCoherentPart::evaluatePol "Eigen::Matrix2cd FormFactorCoherentPart::evaluatePol(const SimulationElement &sim_element) const +%feature("docstring") FormFactorCoherentPart::evaluatePol "Eigen::Matrix2cd FormFactorCoherentPart::evaluatePol(const SimulationElement &sim_element) const "; %feature("docstring") FormFactorCoherentPart::setSpecularInfo "void FormFactorCoherentPart::setSpecularInfo(const IFresnelMap *p_fresnel_map, size_t layer_index) "; -%feature("docstring") FormFactorCoherentPart::radialExtension "double FormFactorCoherentPart::radialExtension() const +%feature("docstring") FormFactorCoherentPart::radialExtension "double FormFactorCoherentPart::radialExtension() const "; @@ -3001,28 +3006,28 @@ C++ includes: FormFactorCoherentSum.h %feature("docstring") FormFactorCoherentSum::~FormFactorCoherentSum "FormFactorCoherentSum::~FormFactorCoherentSum() "; -%feature("docstring") FormFactorCoherentSum::clone "FormFactorCoherentSum * FormFactorCoherentSum::clone() const +%feature("docstring") FormFactorCoherentSum::clone "FormFactorCoherentSum * FormFactorCoherentSum::clone() const "; %feature("docstring") FormFactorCoherentSum::addCoherentPart "void FormFactorCoherentSum::addCoherentPart(const FormFactorCoherentPart &part) "; -%feature("docstring") FormFactorCoherentSum::evaluate "complex_t FormFactorCoherentSum::evaluate(const SimulationElement &sim_element) const +%feature("docstring") FormFactorCoherentSum::evaluate "complex_t FormFactorCoherentSum::evaluate(const SimulationElement &sim_element) const "; -%feature("docstring") FormFactorCoherentSum::evaluatePol "Eigen::Matrix2cd FormFactorCoherentSum::evaluatePol(const SimulationElement &sim_element) const +%feature("docstring") FormFactorCoherentSum::evaluatePol "Eigen::Matrix2cd FormFactorCoherentSum::evaluatePol(const SimulationElement &sim_element) const "; %feature("docstring") FormFactorCoherentSum::setSpecularInfo "void FormFactorCoherentSum::setSpecularInfo(const IFresnelMap *p_fresnel_map, size_t layer_index) "; -%feature("docstring") FormFactorCoherentSum::relativeAbundance "double FormFactorCoherentSum::relativeAbundance() const +%feature("docstring") FormFactorCoherentSum::relativeAbundance "double FormFactorCoherentSum::relativeAbundance() const "; %feature("docstring") FormFactorCoherentSum::scaleRelativeAbundance "void FormFactorCoherentSum::scaleRelativeAbundance(double total_abundance) "; -%feature("docstring") FormFactorCoherentSum::radialExtension "double FormFactorCoherentSum::radialExtension() const +%feature("docstring") FormFactorCoherentSum::radialExtension "double FormFactorCoherentSum::radialExtension() const "; @@ -3063,31 +3068,31 @@ alpha: angle between the base and the side surface in radians "; -%feature("docstring") FormFactorCone::clone "FormFactorCone* FormFactorCone::clone() const override final +%feature("docstring") FormFactorCone::clone "FormFactorCone* FormFactorCone::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCone::accept "void FormFactorCone::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCone::accept "void FormFactorCone::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorCone::getHeight "double FormFactorCone::getHeight() const +%feature("docstring") FormFactorCone::getHeight "double FormFactorCone::getHeight() const "; -%feature("docstring") FormFactorCone::getAlpha "double FormFactorCone::getAlpha() const +%feature("docstring") FormFactorCone::getAlpha "double FormFactorCone::getAlpha() const "; -%feature("docstring") FormFactorCone::getRadius "double FormFactorCone::getRadius() const +%feature("docstring") FormFactorCone::getRadius "double FormFactorCone::getRadius() const "; -%feature("docstring") FormFactorCone::radialExtension "double FormFactorCone::radialExtension() const override final +%feature("docstring") FormFactorCone::radialExtension "double FormFactorCone::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorCone::evaluate_for_q "complex_t FormFactorCone::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorCone::evaluate_for_q "complex_t FormFactorCone::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3118,23 +3123,23 @@ alpha: dihedral angle in radians between base and facet "; -%feature("docstring") FormFactorCone6::clone "FormFactorCone6* FormFactorCone6::clone() const override final +%feature("docstring") FormFactorCone6::clone "FormFactorCone6* FormFactorCone6::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCone6::accept "void FormFactorCone6::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCone6::accept "void FormFactorCone6::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorCone6::getBaseEdge "double FormFactorCone6::getBaseEdge() const +%feature("docstring") FormFactorCone6::getBaseEdge "double FormFactorCone6::getBaseEdge() const "; -%feature("docstring") FormFactorCone6::getHeight "double FormFactorCone6::getHeight() const +%feature("docstring") FormFactorCone6::getHeight "double FormFactorCone6::getHeight() const "; -%feature("docstring") FormFactorCone6::getAlpha "double FormFactorCone6::getAlpha() const +%feature("docstring") FormFactorCone6::getAlpha "double FormFactorCone6::getAlpha() const "; @@ -3151,45 +3156,45 @@ C++ includes: FormFactorCoreShell.h %feature("docstring") FormFactorCoreShell::FormFactorCoreShell "FormFactorCoreShell::FormFactorCoreShell(IFormFactor *core, IFormFactor *shell) "; -%feature("docstring") FormFactorCoreShell::~FormFactorCoreShell "FormFactorCoreShell::~FormFactorCoreShell() override final +%feature("docstring") FormFactorCoreShell::~FormFactorCoreShell "FormFactorCoreShell::~FormFactorCoreShell() overridefinal "; -%feature("docstring") FormFactorCoreShell::clone "FormFactorCoreShell * FormFactorCoreShell::clone() const override final +%feature("docstring") FormFactorCoreShell::clone "FormFactorCoreShell * FormFactorCoreShell::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCoreShell::accept "void FormFactorCoreShell::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCoreShell::accept "void FormFactorCoreShell::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorCoreShell::radialExtension "double FormFactorCoreShell::radialExtension() const override final +%feature("docstring") FormFactorCoreShell::radialExtension "double FormFactorCoreShell::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorCoreShell::bottomZ "double FormFactorCoreShell::bottomZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorCoreShell::bottomZ "double FormFactorCoreShell::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorCoreShell::topZ "double FormFactorCoreShell::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorCoreShell::topZ "double FormFactorCoreShell::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorCoreShell::setAmbientMaterial "void FormFactorCoreShell::setAmbientMaterial(Material material) override final +%feature("docstring") FormFactorCoreShell::setAmbientMaterial "void FormFactorCoreShell::setAmbientMaterial(Material material) overridefinal Passes the material in which this particle is embedded. "; -%feature("docstring") FormFactorCoreShell::evaluate "complex_t FormFactorCoreShell::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorCoreShell::evaluate "complex_t FormFactorCoreShell::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorCoreShell::evaluatePol "Eigen::Matrix2cd FormFactorCoreShell::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorCoreShell::evaluatePol "Eigen::Matrix2cd FormFactorCoreShell::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Calculates and returns a polarized form factor calculation in DWBA. "; @@ -3206,15 +3211,15 @@ C++ includes: FormFactorCrystal.h %feature("docstring") FormFactorCrystal::FormFactorCrystal "FormFactorCrystal::FormFactorCrystal(const Lattice &lattice, const IFormFactor &basis_form_factor, const IFormFactor &meso_form_factor) "; -%feature("docstring") FormFactorCrystal::~FormFactorCrystal "FormFactorCrystal::~FormFactorCrystal() override final +%feature("docstring") FormFactorCrystal::~FormFactorCrystal "FormFactorCrystal::~FormFactorCrystal() overridefinal "; -%feature("docstring") FormFactorCrystal::clone "FormFactorCrystal* FormFactorCrystal::clone() const override final +%feature("docstring") FormFactorCrystal::clone "FormFactorCrystal* FormFactorCrystal::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCrystal::accept "void FormFactorCrystal::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCrystal::accept "void FormFactorCrystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; @@ -3224,12 +3229,12 @@ Calls the INodeVisitor's visit method. Passes the material in which this particle is embedded. "; -%feature("docstring") FormFactorCrystal::volume "double FormFactorCrystal::volume() const override final +%feature("docstring") FormFactorCrystal::volume "double FormFactorCrystal::volume() const overridefinal Returns the total volume of the particle of this form factor's shape. "; -%feature("docstring") FormFactorCrystal::radialExtension "double FormFactorCrystal::radialExtension() const override final +%feature("docstring") FormFactorCrystal::radialExtension "double FormFactorCrystal::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; @@ -3239,17 +3244,17 @@ Returns the (approximate in some cases) radial size of the particle of this form Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorCrystal::topZ "double FormFactorCrystal::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorCrystal::topZ "double FormFactorCrystal::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorCrystal::evaluate "complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorCrystal::evaluate "complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorCrystal::evaluatePol "Eigen::Matrix2cd FormFactorCrystal::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorCrystal::evaluatePol "Eigen::Matrix2cd FormFactorCrystal::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for matrix interactions. "; @@ -3283,26 +3288,26 @@ alpha: dihedral angle in radians between base and facet "; -%feature("docstring") FormFactorCuboctahedron::clone "FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const override final +%feature("docstring") FormFactorCuboctahedron::clone "FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCuboctahedron::accept "void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCuboctahedron::accept "void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorCuboctahedron::getLength "double FormFactorCuboctahedron::getLength() const +%feature("docstring") FormFactorCuboctahedron::getLength "double FormFactorCuboctahedron::getLength() const "; -%feature("docstring") FormFactorCuboctahedron::getHeight "double FormFactorCuboctahedron::getHeight() const +%feature("docstring") FormFactorCuboctahedron::getHeight "double FormFactorCuboctahedron::getHeight() const "; -%feature("docstring") FormFactorCuboctahedron::getHeightRatio "double FormFactorCuboctahedron::getHeightRatio() const +%feature("docstring") FormFactorCuboctahedron::getHeightRatio "double FormFactorCuboctahedron::getHeightRatio() const "; -%feature("docstring") FormFactorCuboctahedron::getAlpha "double FormFactorCuboctahedron::getAlpha() const +%feature("docstring") FormFactorCuboctahedron::getAlpha "double FormFactorCuboctahedron::getAlpha() const "; @@ -3328,28 +3333,28 @@ height: height of the cylinder in nanometers "; -%feature("docstring") FormFactorCylinder::clone "FormFactorCylinder* FormFactorCylinder::clone() const override final +%feature("docstring") FormFactorCylinder::clone "FormFactorCylinder* FormFactorCylinder::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorCylinder::accept "void FormFactorCylinder::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorCylinder::accept "void FormFactorCylinder::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorCylinder::getHeight "double FormFactorCylinder::getHeight() const +%feature("docstring") FormFactorCylinder::getHeight "double FormFactorCylinder::getHeight() const "; -%feature("docstring") FormFactorCylinder::getRadius "double FormFactorCylinder::getRadius() const +%feature("docstring") FormFactorCylinder::getRadius "double FormFactorCylinder::getRadius() const "; -%feature("docstring") FormFactorCylinder::radialExtension "double FormFactorCylinder::radialExtension() const override final +%feature("docstring") FormFactorCylinder::radialExtension "double FormFactorCylinder::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorCylinder::evaluate_for_q "complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorCylinder::evaluate_for_q "complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3373,22 +3378,22 @@ Anisotropic Debye-Waller factor. Isotropic Debye-Waller factor. "; -%feature("docstring") FormFactorDecoratorDebyeWaller::clone "FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const override final +%feature("docstring") FormFactorDecoratorDebyeWaller::clone "FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDecoratorDebyeWaller::accept "void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDecoratorDebyeWaller::accept "void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorDecoratorDebyeWaller::evaluate "complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorDebyeWaller::evaluate "complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorDecoratorDebyeWaller::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorDebyeWaller::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorDebyeWaller::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorDebyeWaller::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for matrix interactions. "; @@ -3405,15 +3410,15 @@ C++ includes: FormFactorDecoratorMaterial.h %feature("docstring") FormFactorDecoratorMaterial::FormFactorDecoratorMaterial "FormFactorDecoratorMaterial::FormFactorDecoratorMaterial(const IFormFactor &form_factor) "; -%feature("docstring") FormFactorDecoratorMaterial::~FormFactorDecoratorMaterial "FormFactorDecoratorMaterial::~FormFactorDecoratorMaterial() override final +%feature("docstring") FormFactorDecoratorMaterial::~FormFactorDecoratorMaterial "FormFactorDecoratorMaterial::~FormFactorDecoratorMaterial() overridefinal "; -%feature("docstring") FormFactorDecoratorMaterial::clone "FormFactorDecoratorMaterial * FormFactorDecoratorMaterial::clone() const override final +%feature("docstring") FormFactorDecoratorMaterial::clone "FormFactorDecoratorMaterial * FormFactorDecoratorMaterial::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDecoratorMaterial::accept "void FormFactorDecoratorMaterial::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDecoratorMaterial::accept "void FormFactorDecoratorMaterial::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; @@ -3433,7 +3438,7 @@ Sets the ambient material. Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorDecoratorMaterial::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorMaterial::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorMaterial::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorMaterial::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for matrix interactions. "; @@ -3450,32 +3455,32 @@ C++ includes: FormFactorDecoratorPositionFactor.h %feature("docstring") FormFactorDecoratorPositionFactor::FormFactorDecoratorPositionFactor "FormFactorDecoratorPositionFactor::FormFactorDecoratorPositionFactor(const IFormFactor &form_factor, const kvector_t &position) "; -%feature("docstring") FormFactorDecoratorPositionFactor::clone "FormFactorDecoratorPositionFactor* FormFactorDecoratorPositionFactor::clone() const override final +%feature("docstring") FormFactorDecoratorPositionFactor::clone "FormFactorDecoratorPositionFactor* FormFactorDecoratorPositionFactor::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDecoratorPositionFactor::accept "void FormFactorDecoratorPositionFactor::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDecoratorPositionFactor::accept "void FormFactorDecoratorPositionFactor::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorDecoratorPositionFactor::bottomZ "double FormFactorDecoratorPositionFactor::bottomZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorDecoratorPositionFactor::bottomZ "double FormFactorDecoratorPositionFactor::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorDecoratorPositionFactor::topZ "double FormFactorDecoratorPositionFactor::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorDecoratorPositionFactor::topZ "double FormFactorDecoratorPositionFactor::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorDecoratorPositionFactor::evaluate "complex_t FormFactorDecoratorPositionFactor::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorPositionFactor::evaluate "complex_t FormFactorDecoratorPositionFactor::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorDecoratorPositionFactor::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorPositionFactor::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorPositionFactor::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorPositionFactor::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for matrix interactions. "; @@ -3494,32 +3499,32 @@ C++ includes: FormFactorDecoratorRotation.h Constructor, setting form factor and rotation. "; -%feature("docstring") FormFactorDecoratorRotation::clone "FormFactorDecoratorRotation * FormFactorDecoratorRotation::clone() const override final +%feature("docstring") FormFactorDecoratorRotation::clone "FormFactorDecoratorRotation * FormFactorDecoratorRotation::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDecoratorRotation::accept "void FormFactorDecoratorRotation::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDecoratorRotation::accept "void FormFactorDecoratorRotation::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorDecoratorRotation::bottomZ "double FormFactorDecoratorRotation::bottomZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorDecoratorRotation::bottomZ "double FormFactorDecoratorRotation::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorDecoratorRotation::topZ "double FormFactorDecoratorRotation::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorDecoratorRotation::topZ "double FormFactorDecoratorRotation::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorDecoratorRotation::evaluate "complex_t FormFactorDecoratorRotation::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorRotation::evaluate "complex_t FormFactorDecoratorRotation::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorDecoratorRotation::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorRotation::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorDecoratorRotation::evaluatePol "Eigen::Matrix2cd FormFactorDecoratorRotation::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for matrix interactions. "; @@ -3552,17 +3557,17 @@ edge: length of the edge in nanometers "; -%feature("docstring") FormFactorDodecahedron::clone "FormFactorDodecahedron* FormFactorDodecahedron::clone() const override final +%feature("docstring") FormFactorDodecahedron::clone "FormFactorDodecahedron* FormFactorDodecahedron::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDodecahedron::accept "void FormFactorDodecahedron::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDodecahedron::accept "void FormFactorDodecahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorDodecahedron::getEdge "double FormFactorDodecahedron::getEdge() const +%feature("docstring") FormFactorDodecahedron::getEdge "double FormFactorDodecahedron::getEdge() const "; @@ -3577,22 +3582,22 @@ C++ includes: FormFactorDot.h %feature("docstring") FormFactorDot::FormFactorDot "FormFactorDot::FormFactorDot() "; -%feature("docstring") FormFactorDot::clone "FormFactorDot* FormFactorDot::clone() const override final +%feature("docstring") FormFactorDot::clone "FormFactorDot* FormFactorDot::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorDot::accept "void FormFactorDot::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorDot::accept "void FormFactorDot::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorDot::radialExtension "double FormFactorDot::radialExtension() const override final +%feature("docstring") FormFactorDot::radialExtension "double FormFactorDot::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorDot::evaluate_for_q "complex_t FormFactorDot::evaluate_for_q(cvector_t) const override final +%feature("docstring") FormFactorDot::evaluate_for_q "complex_t FormFactorDot::evaluate_for_q(cvector_t) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3748,31 +3753,31 @@ height: height of the ellipsoidal cylinder in nanometers "; -%feature("docstring") FormFactorEllipsoidalCylinder::clone "FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const override final +%feature("docstring") FormFactorEllipsoidalCylinder::clone "FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorEllipsoidalCylinder::accept "void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorEllipsoidalCylinder::accept "void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorEllipsoidalCylinder::getRadiusX "double FormFactorEllipsoidalCylinder::getRadiusX() const +%feature("docstring") FormFactorEllipsoidalCylinder::getRadiusX "double FormFactorEllipsoidalCylinder::getRadiusX() const "; -%feature("docstring") FormFactorEllipsoidalCylinder::getRadiusY "double FormFactorEllipsoidalCylinder::getRadiusY() const +%feature("docstring") FormFactorEllipsoidalCylinder::getRadiusY "double FormFactorEllipsoidalCylinder::getRadiusY() const "; -%feature("docstring") FormFactorEllipsoidalCylinder::getHeight "double FormFactorEllipsoidalCylinder::getHeight() const +%feature("docstring") FormFactorEllipsoidalCylinder::getHeight "double FormFactorEllipsoidalCylinder::getHeight() const "; -%feature("docstring") FormFactorEllipsoidalCylinder::radialExtension "double FormFactorEllipsoidalCylinder::radialExtension() const override final +%feature("docstring") FormFactorEllipsoidalCylinder::radialExtension "double FormFactorEllipsoidalCylinder::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorEllipsoidalCylinder::evaluate_for_q "complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorEllipsoidalCylinder::evaluate_for_q "complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3797,35 +3802,35 @@ radius: radius of the sphere in nanometers "; -%feature("docstring") FormFactorFullSphere::clone "FormFactorFullSphere* FormFactorFullSphere::clone() const override final +%feature("docstring") FormFactorFullSphere::clone "FormFactorFullSphere* FormFactorFullSphere::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorFullSphere::accept "void FormFactorFullSphere::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorFullSphere::accept "void FormFactorFullSphere::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorFullSphere::getRadius "double FormFactorFullSphere::getRadius() const +%feature("docstring") FormFactorFullSphere::getRadius "double FormFactorFullSphere::getRadius() const "; -%feature("docstring") FormFactorFullSphere::radialExtension "double FormFactorFullSphere::radialExtension() const override final +%feature("docstring") FormFactorFullSphere::radialExtension "double FormFactorFullSphere::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorFullSphere::bottomZ "double FormFactorFullSphere::bottomZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorFullSphere::bottomZ "double FormFactorFullSphere::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorFullSphere::topZ "double FormFactorFullSphere::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorFullSphere::topZ "double FormFactorFullSphere::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorFullSphere::evaluate_for_q "complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorFullSphere::evaluate_for_q "complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3853,28 +3858,28 @@ height: height of the full spheroid in nanometers "; -%feature("docstring") FormFactorFullSpheroid::clone "FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const override final +%feature("docstring") FormFactorFullSpheroid::clone "FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorFullSpheroid::accept "void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorFullSpheroid::accept "void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorFullSpheroid::getHeight "double FormFactorFullSpheroid::getHeight() const +%feature("docstring") FormFactorFullSpheroid::getHeight "double FormFactorFullSpheroid::getHeight() const "; -%feature("docstring") FormFactorFullSpheroid::getRadius "double FormFactorFullSpheroid::getRadius() const +%feature("docstring") FormFactorFullSpheroid::getRadius "double FormFactorFullSpheroid::getRadius() const "; -%feature("docstring") FormFactorFullSpheroid::radialExtension "double FormFactorFullSpheroid::radialExtension() const override final +%feature("docstring") FormFactorFullSpheroid::radialExtension "double FormFactorFullSpheroid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorFullSpheroid::evaluate_for_q "complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorFullSpheroid::evaluate_for_q "complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3894,28 +3899,28 @@ C++ includes: FormFactorGauss.h %feature("docstring") FormFactorGauss::FormFactorGauss "FormFactorGauss::FormFactorGauss(double width, double height) "; -%feature("docstring") FormFactorGauss::clone "FormFactorGauss* FormFactorGauss::clone() const override final +%feature("docstring") FormFactorGauss::clone "FormFactorGauss* FormFactorGauss::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorGauss::accept "void FormFactorGauss::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorGauss::accept "void FormFactorGauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorGauss::getWidth "double FormFactorGauss::getWidth() const +%feature("docstring") FormFactorGauss::getWidth "double FormFactorGauss::getWidth() const "; -%feature("docstring") FormFactorGauss::getHeight "double FormFactorGauss::getHeight() const +%feature("docstring") FormFactorGauss::getHeight "double FormFactorGauss::getHeight() const "; -%feature("docstring") FormFactorGauss::radialExtension "double FormFactorGauss::radialExtension() const override final +%feature("docstring") FormFactorGauss::radialExtension "double FormFactorGauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorGauss::evaluate_for_q "complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorGauss::evaluate_for_q "complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3949,31 +3954,31 @@ height of the hemi ellipsoid in nanometers %feature("docstring") FormFactorHemiEllipsoid::~FormFactorHemiEllipsoid "virtual FormFactorHemiEllipsoid::~FormFactorHemiEllipsoid() "; -%feature("docstring") FormFactorHemiEllipsoid::clone "FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const override final +%feature("docstring") FormFactorHemiEllipsoid::clone "FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorHemiEllipsoid::accept "void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorHemiEllipsoid::accept "void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorHemiEllipsoid::getHeight "double FormFactorHemiEllipsoid::getHeight() const +%feature("docstring") FormFactorHemiEllipsoid::getHeight "double FormFactorHemiEllipsoid::getHeight() const "; -%feature("docstring") FormFactorHemiEllipsoid::getRadiusX "double FormFactorHemiEllipsoid::getRadiusX() const +%feature("docstring") FormFactorHemiEllipsoid::getRadiusX "double FormFactorHemiEllipsoid::getRadiusX() const "; -%feature("docstring") FormFactorHemiEllipsoid::getRadiusY "double FormFactorHemiEllipsoid::getRadiusY() const +%feature("docstring") FormFactorHemiEllipsoid::getRadiusY "double FormFactorHemiEllipsoid::getRadiusY() const "; -%feature("docstring") FormFactorHemiEllipsoid::radialExtension "double FormFactorHemiEllipsoid::radialExtension() const override final +%feature("docstring") FormFactorHemiEllipsoid::radialExtension "double FormFactorHemiEllipsoid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorHemiEllipsoid::evaluate_for_q "complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorHemiEllipsoid::evaluate_for_q "complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -3998,17 +4003,17 @@ edge: length of the edge in nanometers "; -%feature("docstring") FormFactorIcosahedron::clone "FormFactorIcosahedron* FormFactorIcosahedron::clone() const override final +%feature("docstring") FormFactorIcosahedron::clone "FormFactorIcosahedron* FormFactorIcosahedron::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorIcosahedron::accept "void FormFactorIcosahedron::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorIcosahedron::accept "void FormFactorIcosahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorIcosahedron::getEdge "double FormFactorIcosahedron::getEdge() const +%feature("docstring") FormFactorIcosahedron::getEdge "double FormFactorIcosahedron::getEdge() const "; @@ -4037,31 +4042,31 @@ height: of Box "; -%feature("docstring") FormFactorLongBoxGauss::clone "FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const override final +%feature("docstring") FormFactorLongBoxGauss::clone "FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongBoxGauss::accept "void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongBoxGauss::accept "void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongBoxGauss::getLength "double FormFactorLongBoxGauss::getLength() const +%feature("docstring") FormFactorLongBoxGauss::getLength "double FormFactorLongBoxGauss::getLength() const "; -%feature("docstring") FormFactorLongBoxGauss::getHeight "double FormFactorLongBoxGauss::getHeight() const +%feature("docstring") FormFactorLongBoxGauss::getHeight "double FormFactorLongBoxGauss::getHeight() const "; -%feature("docstring") FormFactorLongBoxGauss::getWidth "double FormFactorLongBoxGauss::getWidth() const +%feature("docstring") FormFactorLongBoxGauss::getWidth "double FormFactorLongBoxGauss::getWidth() const "; -%feature("docstring") FormFactorLongBoxGauss::radialExtension "double FormFactorLongBoxGauss::radialExtension() const override final +%feature("docstring") FormFactorLongBoxGauss::radialExtension "double FormFactorLongBoxGauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongBoxGauss::evaluate_for_q "complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongBoxGauss::evaluate_for_q "complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4092,31 +4097,31 @@ height: of Box "; -%feature("docstring") FormFactorLongBoxLorentz::clone "FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const override final +%feature("docstring") FormFactorLongBoxLorentz::clone "FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongBoxLorentz::accept "void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongBoxLorentz::accept "void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongBoxLorentz::getLength "double FormFactorLongBoxLorentz::getLength() const +%feature("docstring") FormFactorLongBoxLorentz::getLength "double FormFactorLongBoxLorentz::getLength() const "; -%feature("docstring") FormFactorLongBoxLorentz::getHeight "double FormFactorLongBoxLorentz::getHeight() const +%feature("docstring") FormFactorLongBoxLorentz::getHeight "double FormFactorLongBoxLorentz::getHeight() const "; -%feature("docstring") FormFactorLongBoxLorentz::getWidth "double FormFactorLongBoxLorentz::getWidth() const +%feature("docstring") FormFactorLongBoxLorentz::getWidth "double FormFactorLongBoxLorentz::getWidth() const "; -%feature("docstring") FormFactorLongBoxLorentz::radialExtension "double FormFactorLongBoxLorentz::radialExtension() const override final +%feature("docstring") FormFactorLongBoxLorentz::radialExtension "double FormFactorLongBoxLorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongBoxLorentz::evaluate_for_q "complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongBoxLorentz::evaluate_for_q "complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4147,31 +4152,31 @@ height: of cosine cross section "; -%feature("docstring") FormFactorLongRipple1Gauss::clone "FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const override final +%feature("docstring") FormFactorLongRipple1Gauss::clone "FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongRipple1Gauss::accept "void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongRipple1Gauss::accept "void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongRipple1Gauss::getHeight "double FormFactorLongRipple1Gauss::getHeight() const +%feature("docstring") FormFactorLongRipple1Gauss::getHeight "double FormFactorLongRipple1Gauss::getHeight() const "; -%feature("docstring") FormFactorLongRipple1Gauss::getWidth "double FormFactorLongRipple1Gauss::getWidth() const +%feature("docstring") FormFactorLongRipple1Gauss::getWidth "double FormFactorLongRipple1Gauss::getWidth() const "; -%feature("docstring") FormFactorLongRipple1Gauss::getLength "double FormFactorLongRipple1Gauss::getLength() const +%feature("docstring") FormFactorLongRipple1Gauss::getLength "double FormFactorLongRipple1Gauss::getLength() const "; -%feature("docstring") FormFactorLongRipple1Gauss::radialExtension "double FormFactorLongRipple1Gauss::radialExtension() const override final +%feature("docstring") FormFactorLongRipple1Gauss::radialExtension "double FormFactorLongRipple1Gauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongRipple1Gauss::evaluate_for_q "complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongRipple1Gauss::evaluate_for_q "complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4202,31 +4207,31 @@ height: of cosine cross section "; -%feature("docstring") FormFactorLongRipple1Lorentz::clone "FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const override final +%feature("docstring") FormFactorLongRipple1Lorentz::clone "FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongRipple1Lorentz::accept "void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongRipple1Lorentz::accept "void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongRipple1Lorentz::radialExtension "double FormFactorLongRipple1Lorentz::radialExtension() const override final +%feature("docstring") FormFactorLongRipple1Lorentz::radialExtension "double FormFactorLongRipple1Lorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongRipple1Lorentz::getHeight "double FormFactorLongRipple1Lorentz::getHeight() const +%feature("docstring") FormFactorLongRipple1Lorentz::getHeight "double FormFactorLongRipple1Lorentz::getHeight() const "; -%feature("docstring") FormFactorLongRipple1Lorentz::getWidth "double FormFactorLongRipple1Lorentz::getWidth() const +%feature("docstring") FormFactorLongRipple1Lorentz::getWidth "double FormFactorLongRipple1Lorentz::getWidth() const "; -%feature("docstring") FormFactorLongRipple1Lorentz::getLength "double FormFactorLongRipple1Lorentz::getLength() const +%feature("docstring") FormFactorLongRipple1Lorentz::getLength "double FormFactorLongRipple1Lorentz::getLength() const "; -%feature("docstring") FormFactorLongRipple1Lorentz::evaluate_for_q "complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongRipple1Lorentz::evaluate_for_q "complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4260,34 +4265,34 @@ asymmetry: length of triangular cross section "; -%feature("docstring") FormFactorLongRipple2Gauss::clone "FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const override final +%feature("docstring") FormFactorLongRipple2Gauss::clone "FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongRipple2Gauss::accept "void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongRipple2Gauss::accept "void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongRipple2Gauss::getHeight "double FormFactorLongRipple2Gauss::getHeight() const +%feature("docstring") FormFactorLongRipple2Gauss::getHeight "double FormFactorLongRipple2Gauss::getHeight() const "; -%feature("docstring") FormFactorLongRipple2Gauss::getWidth "double FormFactorLongRipple2Gauss::getWidth() const +%feature("docstring") FormFactorLongRipple2Gauss::getWidth "double FormFactorLongRipple2Gauss::getWidth() const "; -%feature("docstring") FormFactorLongRipple2Gauss::getLength "double FormFactorLongRipple2Gauss::getLength() const +%feature("docstring") FormFactorLongRipple2Gauss::getLength "double FormFactorLongRipple2Gauss::getLength() const "; -%feature("docstring") FormFactorLongRipple2Gauss::getAsymmetry "double FormFactorLongRipple2Gauss::getAsymmetry() const +%feature("docstring") FormFactorLongRipple2Gauss::getAsymmetry "double FormFactorLongRipple2Gauss::getAsymmetry() const "; -%feature("docstring") FormFactorLongRipple2Gauss::radialExtension "double FormFactorLongRipple2Gauss::radialExtension() const override final +%feature("docstring") FormFactorLongRipple2Gauss::radialExtension "double FormFactorLongRipple2Gauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongRipple2Gauss::evaluate_for_q "complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongRipple2Gauss::evaluate_for_q "complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4319,34 +4324,34 @@ asymmetry: length of triangular cross section "; -%feature("docstring") FormFactorLongRipple2Lorentz::clone "FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const override final +%feature("docstring") FormFactorLongRipple2Lorentz::clone "FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLongRipple2Lorentz::accept "void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLongRipple2Lorentz::accept "void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLongRipple2Lorentz::getHeight "double FormFactorLongRipple2Lorentz::getHeight() const +%feature("docstring") FormFactorLongRipple2Lorentz::getHeight "double FormFactorLongRipple2Lorentz::getHeight() const "; -%feature("docstring") FormFactorLongRipple2Lorentz::getWidth "double FormFactorLongRipple2Lorentz::getWidth() const +%feature("docstring") FormFactorLongRipple2Lorentz::getWidth "double FormFactorLongRipple2Lorentz::getWidth() const "; -%feature("docstring") FormFactorLongRipple2Lorentz::getLength "double FormFactorLongRipple2Lorentz::getLength() const +%feature("docstring") FormFactorLongRipple2Lorentz::getLength "double FormFactorLongRipple2Lorentz::getLength() const "; -%feature("docstring") FormFactorLongRipple2Lorentz::getAsymmetry "double FormFactorLongRipple2Lorentz::getAsymmetry() const +%feature("docstring") FormFactorLongRipple2Lorentz::getAsymmetry "double FormFactorLongRipple2Lorentz::getAsymmetry() const "; -%feature("docstring") FormFactorLongRipple2Lorentz::radialExtension "double FormFactorLongRipple2Lorentz::radialExtension() const override final +%feature("docstring") FormFactorLongRipple2Lorentz::radialExtension "double FormFactorLongRipple2Lorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLongRipple2Lorentz::evaluate_for_q "complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLongRipple2Lorentz::evaluate_for_q "complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4366,28 +4371,28 @@ C++ includes: FormFactorLorentz.h %feature("docstring") FormFactorLorentz::FormFactorLorentz "FormFactorLorentz::FormFactorLorentz(double width, double height) "; -%feature("docstring") FormFactorLorentz::clone "FormFactorLorentz* FormFactorLorentz::clone() const override final +%feature("docstring") FormFactorLorentz::clone "FormFactorLorentz* FormFactorLorentz::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorLorentz::accept "void FormFactorLorentz::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorLorentz::accept "void FormFactorLorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorLorentz::getWidth "double FormFactorLorentz::getWidth() const +%feature("docstring") FormFactorLorentz::getWidth "double FormFactorLorentz::getWidth() const "; -%feature("docstring") FormFactorLorentz::getHeight "double FormFactorLorentz::getHeight() const +%feature("docstring") FormFactorLorentz::getHeight "double FormFactorLorentz::getHeight() const "; -%feature("docstring") FormFactorLorentz::radialExtension "double FormFactorLorentz::radialExtension() const override final +%feature("docstring") FormFactorLorentz::radialExtension "double FormFactorLorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorLorentz::evaluate_for_q "complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorLorentz::evaluate_for_q "complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4404,20 +4409,20 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") FormFactorPolygonalPrism::FormFactorPolygonalPrism "FormFactorPolygonalPrism::FormFactorPolygonalPrism(double height) "; -%feature("docstring") FormFactorPolygonalPrism::evaluate_for_q "complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorPolygonalPrism::evaluate_for_q "complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const overridefinal Returns the form factor F(q) of this polyhedron, respecting the offset height/2. "; -%feature("docstring") FormFactorPolygonalPrism::volume "double FormFactorPolygonalPrism::volume() const override final +%feature("docstring") FormFactorPolygonalPrism::volume "double FormFactorPolygonalPrism::volume() const overridefinal Returns the volume of this prism. "; -%feature("docstring") FormFactorPolygonalPrism::getHeight "double FormFactorPolygonalPrism::getHeight() const +%feature("docstring") FormFactorPolygonalPrism::getHeight "double FormFactorPolygonalPrism::getHeight() const "; -%feature("docstring") FormFactorPolygonalPrism::radialExtension "double FormFactorPolygonalPrism::radialExtension() const override final +%feature("docstring") FormFactorPolygonalPrism::radialExtension "double FormFactorPolygonalPrism::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; @@ -4434,7 +4439,7 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") FormFactorPolygonalSurface::FormFactorPolygonalSurface "FormFactorPolygonalSurface::FormFactorPolygonalSurface() "; -%feature("docstring") FormFactorPolygonalSurface::evaluate_for_q "complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorPolygonalSurface::evaluate_for_q "complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4444,7 +4449,7 @@ Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This m Returns the total volume of the particle of this form factor's shape. "; -%feature("docstring") FormFactorPolygonalSurface::radialExtension "double FormFactorPolygonalSurface::radialExtension() const override final +%feature("docstring") FormFactorPolygonalSurface::radialExtension "double FormFactorPolygonalSurface::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; @@ -4461,7 +4466,7 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") FormFactorPolyhedron::FormFactorPolyhedron "FormFactorPolyhedron::FormFactorPolyhedron() "; -%feature("docstring") FormFactorPolyhedron::evaluate_for_q "complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorPolyhedron::evaluate_for_q "complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const overridefinal Returns the form factor F(q) of this polyhedron, respecting the offset z_origin. "; @@ -4471,12 +4476,12 @@ Returns the form factor F(q) of this polyhedron, respecting the offset z_origin. Returns the form factor F(q) of this polyhedron, with origin at z=0. "; -%feature("docstring") FormFactorPolyhedron::volume "double FormFactorPolyhedron::volume() const override final +%feature("docstring") FormFactorPolyhedron::volume "double FormFactorPolyhedron::volume() const overridefinal Returns the total volume of the particle of this form factor's shape. "; -%feature("docstring") FormFactorPolyhedron::radialExtension "double FormFactorPolyhedron::radialExtension() const override final +%feature("docstring") FormFactorPolyhedron::radialExtension "double FormFactorPolyhedron::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; @@ -4509,17 +4514,17 @@ height: height in nanometers "; -%feature("docstring") FormFactorPrism3::clone "FormFactorPrism3* FormFactorPrism3::clone() const override final +%feature("docstring") FormFactorPrism3::clone "FormFactorPrism3* FormFactorPrism3::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorPrism3::accept "void FormFactorPrism3::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorPrism3::accept "void FormFactorPrism3::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorPrism3::getBaseEdge "double FormFactorPrism3::getBaseEdge() const +%feature("docstring") FormFactorPrism3::getBaseEdge "double FormFactorPrism3::getBaseEdge() const "; @@ -4545,17 +4550,17 @@ height: height in nanometers "; -%feature("docstring") FormFactorPrism6::clone "FormFactorPrism6* FormFactorPrism6::clone() const override final +%feature("docstring") FormFactorPrism6::clone "FormFactorPrism6* FormFactorPrism6::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorPrism6::accept "void FormFactorPrism6::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorPrism6::accept "void FormFactorPrism6::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorPrism6::getBaseEdge "double FormFactorPrism6::getBaseEdge() const +%feature("docstring") FormFactorPrism6::getBaseEdge "double FormFactorPrism6::getBaseEdge() const "; @@ -4584,23 +4589,23 @@ alpha: dihedral angle between the base and a side face in radians "; -%feature("docstring") FormFactorPyramid::clone "FormFactorPyramid* FormFactorPyramid::clone() const override final +%feature("docstring") FormFactorPyramid::clone "FormFactorPyramid* FormFactorPyramid::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorPyramid::accept "void FormFactorPyramid::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorPyramid::accept "void FormFactorPyramid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorPyramid::getHeight "double FormFactorPyramid::getHeight() const +%feature("docstring") FormFactorPyramid::getHeight "double FormFactorPyramid::getHeight() const "; -%feature("docstring") FormFactorPyramid::getBaseEdge "double FormFactorPyramid::getBaseEdge() const +%feature("docstring") FormFactorPyramid::getBaseEdge "double FormFactorPyramid::getBaseEdge() const "; -%feature("docstring") FormFactorPyramid::getAlpha "double FormFactorPyramid::getAlpha() const +%feature("docstring") FormFactorPyramid::getAlpha "double FormFactorPyramid::getAlpha() const "; @@ -4629,31 +4634,31 @@ height: height of the ripple in nanometers "; -%feature("docstring") FormFactorRipple1::clone "FormFactorRipple1* FormFactorRipple1::clone() const override final +%feature("docstring") FormFactorRipple1::clone "FormFactorRipple1* FormFactorRipple1::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorRipple1::accept "void FormFactorRipple1::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorRipple1::accept "void FormFactorRipple1::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorRipple1::getLength "double FormFactorRipple1::getLength() const +%feature("docstring") FormFactorRipple1::getLength "double FormFactorRipple1::getLength() const "; -%feature("docstring") FormFactorRipple1::getHeight "double FormFactorRipple1::getHeight() const +%feature("docstring") FormFactorRipple1::getHeight "double FormFactorRipple1::getHeight() const "; -%feature("docstring") FormFactorRipple1::getWidth "double FormFactorRipple1::getWidth() const +%feature("docstring") FormFactorRipple1::getWidth "double FormFactorRipple1::getWidth() const "; -%feature("docstring") FormFactorRipple1::radialExtension "double FormFactorRipple1::radialExtension() const override final +%feature("docstring") FormFactorRipple1::radialExtension "double FormFactorRipple1::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorRipple1::evaluate_for_q "complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorRipple1::evaluate_for_q "complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4687,34 +4692,34 @@ asymmetry: asymmetry length of the triangular profile in nanometers "; -%feature("docstring") FormFactorRipple2::clone "FormFactorRipple2* FormFactorRipple2::clone() const override final +%feature("docstring") FormFactorRipple2::clone "FormFactorRipple2* FormFactorRipple2::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorRipple2::accept "void FormFactorRipple2::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorRipple2::accept "void FormFactorRipple2::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorRipple2::getHeight "double FormFactorRipple2::getHeight() const +%feature("docstring") FormFactorRipple2::getHeight "double FormFactorRipple2::getHeight() const "; -%feature("docstring") FormFactorRipple2::getWidth "double FormFactorRipple2::getWidth() const +%feature("docstring") FormFactorRipple2::getWidth "double FormFactorRipple2::getWidth() const "; -%feature("docstring") FormFactorRipple2::getLength "double FormFactorRipple2::getLength() const +%feature("docstring") FormFactorRipple2::getLength "double FormFactorRipple2::getLength() const "; -%feature("docstring") FormFactorRipple2::getAsymmetry "double FormFactorRipple2::getAsymmetry() const +%feature("docstring") FormFactorRipple2::getAsymmetry "double FormFactorRipple2::getAsymmetry() const "; -%feature("docstring") FormFactorRipple2::radialExtension "double FormFactorRipple2::radialExtension() const override final +%feature("docstring") FormFactorRipple2::radialExtension "double FormFactorRipple2::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorRipple2::evaluate_for_q "complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorRipple2::evaluate_for_q "complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -4731,22 +4736,22 @@ C++ includes: FormFactorSphereGaussianRadius.h %feature("docstring") FormFactorSphereGaussianRadius::FormFactorSphereGaussianRadius "FormFactorSphereGaussianRadius::FormFactorSphereGaussianRadius(double mean, double sigma) "; -%feature("docstring") FormFactorSphereGaussianRadius::clone "FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const override final +%feature("docstring") FormFactorSphereGaussianRadius::clone "FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorSphereGaussianRadius::accept "void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorSphereGaussianRadius::accept "void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorSphereGaussianRadius::radialExtension "double FormFactorSphereGaussianRadius::radialExtension() const override final +%feature("docstring") FormFactorSphereGaussianRadius::radialExtension "double FormFactorSphereGaussianRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorSphereGaussianRadius::evaluate_for_q "complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorSphereGaussianRadius::evaluate_for_q "complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4763,22 +4768,22 @@ C++ includes: FormFactorSphereLogNormalRadius.h %feature("docstring") FormFactorSphereLogNormalRadius::FormFactorSphereLogNormalRadius "FormFactorSphereLogNormalRadius::FormFactorSphereLogNormalRadius(double mean, double scale_param, size_t n_samples) "; -%feature("docstring") FormFactorSphereLogNormalRadius::clone "FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const override final +%feature("docstring") FormFactorSphereLogNormalRadius::clone "FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorSphereLogNormalRadius::accept "void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorSphereLogNormalRadius::accept "void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorSphereLogNormalRadius::radialExtension "double FormFactorSphereLogNormalRadius::radialExtension() const override final +%feature("docstring") FormFactorSphereLogNormalRadius::radialExtension "double FormFactorSphereLogNormalRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorSphereLogNormalRadius::evaluate_for_q "complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorSphereLogNormalRadius::evaluate_for_q "complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4795,22 +4800,22 @@ C++ includes: FormFactorSphereUniformRadius.h %feature("docstring") FormFactorSphereUniformRadius::FormFactorSphereUniformRadius "FormFactorSphereUniformRadius::FormFactorSphereUniformRadius(double mean, double full_width) "; -%feature("docstring") FormFactorSphereUniformRadius::clone "FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const override final +%feature("docstring") FormFactorSphereUniformRadius::clone "FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorSphereUniformRadius::accept "void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorSphereUniformRadius::accept "void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorSphereUniformRadius::radialExtension "double FormFactorSphereUniformRadius::radialExtension() const override final +%feature("docstring") FormFactorSphereUniformRadius::radialExtension "double FormFactorSphereUniformRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorSphereUniformRadius::evaluate_for_q "complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorSphereUniformRadius::evaluate_for_q "complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -4841,23 +4846,23 @@ alpha: dihedral angle in radians between base and facet "; -%feature("docstring") FormFactorTetrahedron::clone "FormFactorTetrahedron* FormFactorTetrahedron::clone() const override final +%feature("docstring") FormFactorTetrahedron::clone "FormFactorTetrahedron* FormFactorTetrahedron::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorTetrahedron::accept "void FormFactorTetrahedron::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorTetrahedron::accept "void FormFactorTetrahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorTetrahedron::getBaseEdge "double FormFactorTetrahedron::getBaseEdge() const +%feature("docstring") FormFactorTetrahedron::getBaseEdge "double FormFactorTetrahedron::getBaseEdge() const "; -%feature("docstring") FormFactorTetrahedron::getHeight "double FormFactorTetrahedron::getHeight() const +%feature("docstring") FormFactorTetrahedron::getHeight "double FormFactorTetrahedron::getHeight() const "; -%feature("docstring") FormFactorTetrahedron::getAlpha "double FormFactorTetrahedron::getAlpha() const +%feature("docstring") FormFactorTetrahedron::getAlpha "double FormFactorTetrahedron::getAlpha() const "; @@ -4872,17 +4877,17 @@ C++ includes: FormFactorTriangle.h %feature("docstring") FormFactorTriangle::FormFactorTriangle "FormFactorTriangle::FormFactorTriangle(const double base_edge) "; -%feature("docstring") FormFactorTriangle::clone "FormFactorTriangle* FormFactorTriangle::clone() const override final +%feature("docstring") FormFactorTriangle::clone "FormFactorTriangle* FormFactorTriangle::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorTriangle::accept "void FormFactorTriangle::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorTriangle::accept "void FormFactorTriangle::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorTriangle::getBaseEdge "double FormFactorTriangle::getBaseEdge() const +%feature("docstring") FormFactorTriangle::getBaseEdge "double FormFactorTriangle::getBaseEdge() const "; @@ -4908,20 +4913,20 @@ removed_length: removed length from each edge of the cube in nanometers "; -%feature("docstring") FormFactorTruncatedCube::clone "FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const override final +%feature("docstring") FormFactorTruncatedCube::clone "FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorTruncatedCube::accept "void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorTruncatedCube::accept "void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorTruncatedCube::getLength "double FormFactorTruncatedCube::getLength() const +%feature("docstring") FormFactorTruncatedCube::getLength "double FormFactorTruncatedCube::getLength() const "; -%feature("docstring") FormFactorTruncatedCube::getRemovedLength "double FormFactorTruncatedCube::getRemovedLength() const +%feature("docstring") FormFactorTruncatedCube::getRemovedLength "double FormFactorTruncatedCube::getRemovedLength() const "; @@ -4950,31 +4955,31 @@ dh: length of cup truncated from the top "; -%feature("docstring") FormFactorTruncatedSphere::clone "FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const override final +%feature("docstring") FormFactorTruncatedSphere::clone "FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorTruncatedSphere::accept "void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorTruncatedSphere::accept "void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorTruncatedSphere::getHeight "double FormFactorTruncatedSphere::getHeight() const +%feature("docstring") FormFactorTruncatedSphere::getHeight "double FormFactorTruncatedSphere::getHeight() const "; -%feature("docstring") FormFactorTruncatedSphere::getRadius "double FormFactorTruncatedSphere::getRadius() const +%feature("docstring") FormFactorTruncatedSphere::getRadius "double FormFactorTruncatedSphere::getRadius() const "; -%feature("docstring") FormFactorTruncatedSphere::getRemovedTop "double FormFactorTruncatedSphere::getRemovedTop() const +%feature("docstring") FormFactorTruncatedSphere::getRemovedTop "double FormFactorTruncatedSphere::getRemovedTop() const "; -%feature("docstring") FormFactorTruncatedSphere::radialExtension "double FormFactorTruncatedSphere::radialExtension() const override final +%feature("docstring") FormFactorTruncatedSphere::radialExtension "double FormFactorTruncatedSphere::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorTruncatedSphere::evaluate_for_q "complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorTruncatedSphere::evaluate_for_q "complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. "; @@ -5008,34 +5013,34 @@ dh: length of cup truncated from the top "; -%feature("docstring") FormFactorTruncatedSpheroid::clone "FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const override final +%feature("docstring") FormFactorTruncatedSpheroid::clone "FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorTruncatedSpheroid::accept "void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorTruncatedSpheroid::accept "void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorTruncatedSpheroid::getRadius "double FormFactorTruncatedSpheroid::getRadius() const +%feature("docstring") FormFactorTruncatedSpheroid::getRadius "double FormFactorTruncatedSpheroid::getRadius() const "; -%feature("docstring") FormFactorTruncatedSpheroid::getHeight "double FormFactorTruncatedSpheroid::getHeight() const +%feature("docstring") FormFactorTruncatedSpheroid::getHeight "double FormFactorTruncatedSpheroid::getHeight() const "; -%feature("docstring") FormFactorTruncatedSpheroid::getHeightFlattening "double FormFactorTruncatedSpheroid::getHeightFlattening() const +%feature("docstring") FormFactorTruncatedSpheroid::getHeightFlattening "double FormFactorTruncatedSpheroid::getHeightFlattening() const "; -%feature("docstring") FormFactorTruncatedSpheroid::getRemovedTop "double FormFactorTruncatedSpheroid::getRemovedTop() const +%feature("docstring") FormFactorTruncatedSpheroid::getRemovedTop "double FormFactorTruncatedSpheroid::getRemovedTop() const "; -%feature("docstring") FormFactorTruncatedSpheroid::radialExtension "double FormFactorTruncatedSpheroid::radialExtension() const override final +%feature("docstring") FormFactorTruncatedSpheroid::radialExtension "double FormFactorTruncatedSpheroid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorTruncatedSpheroid::evaluate_for_q "complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const override final +%feature("docstring") FormFactorTruncatedSpheroid::evaluate_for_q "complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. "; @@ -5054,30 +5059,30 @@ C++ includes: FormFactorWeighted.h %feature("docstring") FormFactorWeighted::FormFactorWeighted "FormFactorWeighted::FormFactorWeighted() "; -%feature("docstring") FormFactorWeighted::~FormFactorWeighted "FormFactorWeighted::~FormFactorWeighted() override final +%feature("docstring") FormFactorWeighted::~FormFactorWeighted "FormFactorWeighted::~FormFactorWeighted() overridefinal "; -%feature("docstring") FormFactorWeighted::clone "FormFactorWeighted * FormFactorWeighted::clone() const override final +%feature("docstring") FormFactorWeighted::clone "FormFactorWeighted * FormFactorWeighted::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") FormFactorWeighted::accept "void FormFactorWeighted::accept(INodeVisitor *visitor) const override final +%feature("docstring") FormFactorWeighted::accept "void FormFactorWeighted::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") FormFactorWeighted::radialExtension "double FormFactorWeighted::radialExtension() const override final +%feature("docstring") FormFactorWeighted::radialExtension "double FormFactorWeighted::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations "; -%feature("docstring") FormFactorWeighted::bottomZ "double FormFactorWeighted::bottomZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorWeighted::bottomZ "double FormFactorWeighted::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; -%feature("docstring") FormFactorWeighted::topZ "double FormFactorWeighted::topZ(const IRotation &rotation) const override final +%feature("docstring") FormFactorWeighted::topZ "double FormFactorWeighted::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. "; @@ -5085,17 +5090,17 @@ Returns the z-coordinate of the lowest point in this shape after a given rotatio %feature("docstring") FormFactorWeighted::addFormFactor "void FormFactorWeighted::addFormFactor(const IFormFactor &form_factor, double weight=1.0) "; -%feature("docstring") FormFactorWeighted::setAmbientMaterial "void FormFactorWeighted::setAmbientMaterial(Material material) override final +%feature("docstring") FormFactorWeighted::setAmbientMaterial "void FormFactorWeighted::setAmbientMaterial(Material material) overridefinal Passes the material in which this particle is embedded. "; -%feature("docstring") FormFactorWeighted::evaluate "complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorWeighted::evaluate "complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. "; -%feature("docstring") FormFactorWeighted::evaluatePol "Eigen::Matrix2cd FormFactorWeighted::evaluatePol(const WavevectorInfo &wavevectors) const override final +%feature("docstring") FormFactorWeighted::evaluatePol "Eigen::Matrix2cd FormFactorWeighted::evaluatePol(const WavevectorInfo &wavevectors) const overridefinal Calculates and returns a polarized form factor calculation in DWBA. "; @@ -5153,7 +5158,7 @@ C++ includes: FTDecayFunctions.h %feature("docstring") FTDecayFunction1DCauchy::FTDecayFunction1DCauchy "FTDecayFunction1DCauchy::FTDecayFunction1DCauchy(double decay_length) "; -%feature("docstring") FTDecayFunction1DCauchy::clone "FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const +%feature("docstring") FTDecayFunction1DCauchy::clone "FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const "; %feature("docstring") FTDecayFunction1DCauchy::accept "void FTDecayFunction1DCauchy::accept(INodeVisitor *visitor) const final @@ -5176,7 +5181,7 @@ C++ includes: FTDecayFunctions.h %feature("docstring") FTDecayFunction1DGauss::FTDecayFunction1DGauss "FTDecayFunction1DGauss::FTDecayFunction1DGauss(double decay_length) "; -%feature("docstring") FTDecayFunction1DGauss::clone "FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const +%feature("docstring") FTDecayFunction1DGauss::clone "FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const "; %feature("docstring") FTDecayFunction1DGauss::accept "void FTDecayFunction1DGauss::accept(INodeVisitor *visitor) const final @@ -5199,7 +5204,7 @@ C++ includes: FTDecayFunctions.h %feature("docstring") FTDecayFunction1DTriangle::FTDecayFunction1DTriangle "FTDecayFunction1DTriangle::FTDecayFunction1DTriangle(double decay_length) "; -%feature("docstring") FTDecayFunction1DTriangle::clone "FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const +%feature("docstring") FTDecayFunction1DTriangle::clone "FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const "; %feature("docstring") FTDecayFunction1DTriangle::accept "void FTDecayFunction1DTriangle::accept(INodeVisitor *visitor) const final @@ -5233,7 +5238,7 @@ eta: parameter [0,1] to balance between Cauchy (eta=0.0) and Gauss (eta=1.0) "; -%feature("docstring") FTDecayFunction1DVoigt::clone "FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const +%feature("docstring") FTDecayFunction1DVoigt::clone "FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const "; %feature("docstring") FTDecayFunction1DVoigt::accept "void FTDecayFunction1DVoigt::accept(INodeVisitor *visitor) const final @@ -5244,7 +5249,7 @@ Calls the INodeVisitor's visit method. %feature("docstring") FTDecayFunction1DVoigt::evaluate "double FTDecayFunction1DVoigt::evaluate(double q) const final "; -%feature("docstring") FTDecayFunction1DVoigt::eEta "double FTDecayFunction1DVoigt::eEta() const +%feature("docstring") FTDecayFunction1DVoigt::eEta "double FTDecayFunction1DVoigt::eEta() const "; @@ -5259,7 +5264,7 @@ C++ includes: FTDecayFunctions.h %feature("docstring") FTDecayFunction2DCauchy::FTDecayFunction2DCauchy "FTDecayFunction2DCauchy::FTDecayFunction2DCauchy(double decay_length_x, double decay_length_y, double gamma=0) "; -%feature("docstring") FTDecayFunction2DCauchy::clone "FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const +%feature("docstring") FTDecayFunction2DCauchy::clone "FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const "; %feature("docstring") FTDecayFunction2DCauchy::accept "void FTDecayFunction2DCauchy::accept(INodeVisitor *visitor) const final @@ -5284,7 +5289,7 @@ C++ includes: FTDecayFunctions.h %feature("docstring") FTDecayFunction2DGauss::FTDecayFunction2DGauss "FTDecayFunction2DGauss::FTDecayFunction2DGauss(double decay_length_x, double decay_length_y, double gamma=0) "; -%feature("docstring") FTDecayFunction2DGauss::clone "FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const +%feature("docstring") FTDecayFunction2DGauss::clone "FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const "; %feature("docstring") FTDecayFunction2DGauss::accept "void FTDecayFunction2DGauss::accept(INodeVisitor *visitor) const final @@ -5326,7 +5331,7 @@ gamma: distribution orientation with respect to the first lattice vector in radians "; -%feature("docstring") FTDecayFunction2DVoigt::clone "FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const +%feature("docstring") FTDecayFunction2DVoigt::clone "FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const "; %feature("docstring") FTDecayFunction2DVoigt::accept "void FTDecayFunction2DVoigt::accept(INodeVisitor *visitor) const final @@ -5339,7 +5344,7 @@ Calls the INodeVisitor's visit method. evaluate Fourier transformed decay function for q in X,Y coordinates "; -%feature("docstring") FTDecayFunction2DVoigt::eta "double FTDecayFunction2DVoigt::eta() const +%feature("docstring") FTDecayFunction2DVoigt::eta "double FTDecayFunction2DVoigt::eta() const "; @@ -5503,7 +5508,7 @@ Calls the INodeVisitor's visit method. Returns Fourier transform of this distribution; is a decay function starting at evaluate(0)=1. "; -%feature("docstring") FTDistribution1DVoigt::eta "double FTDistribution1DVoigt::eta() const +%feature("docstring") FTDistribution1DVoigt::eta "double FTDistribution1DVoigt::eta() const "; @@ -5660,7 +5665,7 @@ Calls the INodeVisitor's visit method. evaluate Fourier transformed distribution for q in X,Y coordinates the original distribution (in real space) is assumed to be normalized: total integral is equal to 1 "; -%feature("docstring") FTDistribution2DVoigt::eta "double FTDistribution2DVoigt::eta() const +%feature("docstring") FTDistribution2DVoigt::eta "double FTDistribution2DVoigt::eta() const "; @@ -5756,7 +5761,7 @@ Calculate scattering intensity for each SimulationElement returns false if noth %feature("docstring") HexagonalLattice::HexagonalLattice "HexagonalLattice::HexagonalLattice(double length, double rotation_angle=0.0) "; -%feature("docstring") HexagonalLattice::clone "HexagonalLattice * HexagonalLattice::clone() const +%feature("docstring") HexagonalLattice::clone "HexagonalLattice * HexagonalLattice::clone() const "; %feature("docstring") HexagonalLattice::accept "void HexagonalLattice::accept(INodeVisitor *visitor) const final @@ -5764,16 +5769,16 @@ Calculate scattering intensity for each SimulationElement returns false if noth Calls the INodeVisitor's visit method. "; -%feature("docstring") HexagonalLattice::length1 "virtual double HexagonalLattice::length1() const +%feature("docstring") HexagonalLattice::length1 "virtual double HexagonalLattice::length1() const "; -%feature("docstring") HexagonalLattice::length2 "virtual double HexagonalLattice::length2() const +%feature("docstring") HexagonalLattice::length2 "virtual double HexagonalLattice::length2() const "; -%feature("docstring") HexagonalLattice::latticeAngle "double HexagonalLattice::latticeAngle() const +%feature("docstring") HexagonalLattice::latticeAngle "double HexagonalLattice::latticeAngle() const "; -%feature("docstring") HexagonalLattice::unitCellArea "double HexagonalLattice::unitCellArea() const +%feature("docstring") HexagonalLattice::unitCellArea "double HexagonalLattice::unitCellArea() const "; @@ -5788,7 +5793,7 @@ C++ includes: ParaCrystalBuilder.h %feature("docstring") HexParaCrystalBuilder::HexParaCrystalBuilder "HexParaCrystalBuilder::HexParaCrystalBuilder() "; -%feature("docstring") HexParaCrystalBuilder::buildSample "MultiLayer * HexParaCrystalBuilder::buildSample() const +%feature("docstring") HexParaCrystalBuilder::buildSample "MultiLayer * HexParaCrystalBuilder::buildSample() const "; @@ -6048,7 +6053,7 @@ C++ includes: HomogeneousMultilayerBuilder.h %feature("docstring") HomogeneousMultilayerBuilder::HomogeneousMultilayerBuilder "HomogeneousMultilayerBuilder::HomogeneousMultilayerBuilder() "; -%feature("docstring") HomogeneousMultilayerBuilder::buildSample "MultiLayer * HomogeneousMultilayerBuilder::buildSample() const +%feature("docstring") HomogeneousMultilayerBuilder::buildSample "MultiLayer * HomogeneousMultilayerBuilder::buildSample() const "; @@ -6078,7 +6083,7 @@ y: The value at which it crosses y-axes "; -%feature("docstring") HorizontalLine::clone "HorizontalLine* HorizontalLine::clone() const +%feature("docstring") HorizontalLine::clone "HorizontalLine* HorizontalLine::clone() const "; %feature("docstring") HorizontalLine::contains "bool HorizontalLine::contains(double x, double y) const @@ -6091,7 +6096,7 @@ Returns true if point with given coordinates is inside or on border of the shape Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition). "; -%feature("docstring") HorizontalLine::getYpos "double HorizontalLine::getYpos() const +%feature("docstring") HorizontalLine::getYpos "double HorizontalLine::getYpos() const "; @@ -6121,7 +6126,7 @@ Returns a clone of this ISample object. Calls the INodeVisitor's visit method. "; -%feature("docstring") IAbstractParticle::abundance "double IAbstractParticle::abundance() const +%feature("docstring") IAbstractParticle::abundance "double IAbstractParticle::abundance() const "; %feature("docstring") IAbstractParticle::setAbundance "void IAbstractParticle::setAbundance(double abundance) @@ -6217,10 +6222,10 @@ find bin index which is best match for given value find index of bin that contains the given value returns size() when value is not found "; -%feature("docstring") IAxis::getBinCenters "std::vector< double > IAxis::getBinCenters() const +%feature("docstring") IAxis::getBinCenters "std::vector< double > IAxis::getBinCenters() const "; -%feature("docstring") IAxis::getBinBoundaries "std::vector< double > IAxis::getBinBoundaries() const +%feature("docstring") IAxis::getBinBoundaries "std::vector< double > IAxis::getBinBoundaries() const "; %feature("docstring") IAxis::createClippedAxis "IAxis * IAxis::createClippedAxis(double left, double right) const @@ -6391,10 +6396,10 @@ C++ includes: IComputation.h %feature("docstring") IComputation::run "void IComputation::run() "; -%feature("docstring") IComputation::isCompleted "bool IComputation::isCompleted() const +%feature("docstring") IComputation::isCompleted "bool IComputation::isCompleted() const "; -%feature("docstring") IComputation::errorMessage "std::string IComputation::errorMessage() const +%feature("docstring") IComputation::errorMessage "std::string IComputation::errorMessage() const "; @@ -6493,7 +6498,7 @@ Inits detector with the beam settings. %feature("docstring") IDetector::addAxis "void IDetector::addAxis(const IAxis &axis) "; -%feature("docstring") IDetector::getAxis "const IAxis & IDetector::getAxis(size_t index) const +%feature("docstring") IDetector::getAxis "const IAxis & IDetector::getAxis(size_t index) const "; %feature("docstring") IDetector::dimension "size_t IDetector::dimension() const @@ -6776,7 +6781,7 @@ C++ includes: IFactory.h Creates object by calling creation function corresponded to given identifier. "; -%feature("docstring") IFactory::create "std::unique_ptr<AbstractProduct> IFactory< Key, AbstractProduct >::create(const Key &item_key) const +%feature("docstring") IFactory::create "std::unique_ptr<AbstractProduct> IFactory< Key, AbstractProduct >::create(const Key &item_key) const "; %feature("docstring") IFactory::registerItem "bool IFactory< Key, AbstractProduct >::registerItem(const Key &item_key, CreateItemCallback CreateFn, const std::string &itemDescription=\"\") @@ -6784,7 +6789,7 @@ Creates object by calling creation function corresponded to given identifier. Registers object's creation function and store object description. "; -%feature("docstring") IFactory::contains "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const +%feature("docstring") IFactory::contains "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const "; %feature("docstring") IFactory::~IFactory "IFactory< Key, AbstractProduct >::~IFactory() @@ -6795,10 +6800,10 @@ Registers object's creation function and store object description. Returns number of registered objects. "; -%feature("docstring") IFactory::begin "const_iterator IFactory< Key, AbstractProduct >::begin() const +%feature("docstring") IFactory::begin "const_iterator IFactory< Key, AbstractProduct >::begin() const "; -%feature("docstring") IFactory::end "const_iterator IFactory< Key, AbstractProduct >::end() const +%feature("docstring") IFactory::end "const_iterator IFactory< Key, AbstractProduct >::end() const "; @@ -6865,7 +6870,7 @@ C++ includes: FitSuiteFunctions.h %feature("docstring") IFitSuiteFunction::init "virtual void IFitSuiteFunction::init(FitSuiteImpl *fit_suite) "; -%feature("docstring") IFitSuiteFunction::getNCalls "virtual size_t IFitSuiteFunction::getNCalls() const +%feature("docstring") IFitSuiteFunction::getNCalls "virtual size_t IFitSuiteFunction::getNCalls() const "; @@ -6892,7 +6897,7 @@ C++ includes: IFootprintFactor.h %feature("docstring") IFootprintFactor::setWidthRatio "void IFootprintFactor::setWidthRatio(double width_ratio) "; -%feature("docstring") IFootprintFactor::widthRatio "double IFootprintFactor::widthRatio() const +%feature("docstring") IFootprintFactor::widthRatio "double IFootprintFactor::widthRatio() const "; %feature("docstring") IFootprintFactor::calculate "virtual double IFootprintFactor::calculate(double alpha) const =0 @@ -7139,7 +7144,7 @@ half-width of the distribution in nanometers %feature("docstring") IFTDecayFunction1D::evaluate "virtual double IFTDecayFunction1D::evaluate(double q) const =0 "; -%feature("docstring") IFTDecayFunction1D::decayLength "double IFTDecayFunction1D::decayLength() const +%feature("docstring") IFTDecayFunction1D::decayLength "double IFTDecayFunction1D::decayLength() const "; @@ -7237,7 +7242,7 @@ Returns Fourier transform of this distribution; is a decay function starting at %feature("docstring") IFTDistribution1D::setOmega "void IFTDistribution1D::setOmega(double omega) "; -%feature("docstring") IFTDistribution1D::omega "double IFTDistribution1D::omega() const +%feature("docstring") IFTDistribution1D::omega "double IFTDistribution1D::omega() const "; @@ -7272,16 +7277,16 @@ angle in direct space between first lattice vector and x-axis of the distributio %feature("docstring") IFTDistribution2D::setGamma "void IFTDistribution2D::setGamma(double gamma) "; -%feature("docstring") IFTDistribution2D::gamma "double IFTDistribution2D::gamma() const +%feature("docstring") IFTDistribution2D::gamma "double IFTDistribution2D::gamma() const "; -%feature("docstring") IFTDistribution2D::delta "double IFTDistribution2D::delta() const +%feature("docstring") IFTDistribution2D::delta "double IFTDistribution2D::delta() const "; -%feature("docstring") IFTDistribution2D::omegaX "double IFTDistribution2D::omegaX() const +%feature("docstring") IFTDistribution2D::omegaX "double IFTDistribution2D::omegaX() const "; -%feature("docstring") IFTDistribution2D::omegaY "double IFTDistribution2D::omegaY() const +%feature("docstring") IFTDistribution2D::omegaY "double IFTDistribution2D::omegaY() const "; %feature("docstring") IFTDistribution2D::evaluate "virtual double IFTDistribution2D::evaluate(double qx, double qy) const =0 @@ -7447,7 +7452,7 @@ The global bin index The value accumulated by the bin (integral) "; -%feature("docstring") IHistogram::getData "const OutputData<CumulativeValue>& IHistogram::getData() const +%feature("docstring") IHistogram::getData "const OutputData<CumulativeValue>& IHistogram::getData() const "; %feature("docstring") IHistogram::getData "OutputData<CumulativeValue>& IHistogram::getData() @@ -7733,10 +7738,10 @@ Returns z-part of the two wavevector eigenmodes. Scalar value getters; these throw errors by default as they should only be used when the derived object is really scalar "; -%feature("docstring") ILayerRTCoefficients::getScalarR "virtual complex_t ILayerRTCoefficients::getScalarR() const +%feature("docstring") ILayerRTCoefficients::getScalarR "virtual complex_t ILayerRTCoefficients::getScalarR() const "; -%feature("docstring") ILayerRTCoefficients::getScalarKz "virtual complex_t ILayerRTCoefficients::getScalarKz() const +%feature("docstring") ILayerRTCoefficients::getScalarKz "virtual complex_t ILayerRTCoefficients::getScalarKz() const "; @@ -7841,7 +7846,7 @@ C++ includes: INamed.h %feature("docstring") INamed::~INamed "INamed::~INamed() "; -%feature("docstring") INamed::getName "std::string INamed::getName() const +%feature("docstring") INamed::getName "std::string INamed::getName() const "; @@ -7856,7 +7861,7 @@ C++ includes: InfinitePlane.h %feature("docstring") InfinitePlane::InfinitePlane "InfinitePlane::InfinitePlane() "; -%feature("docstring") InfinitePlane::clone "InfinitePlane* InfinitePlane::clone() const +%feature("docstring") InfinitePlane::clone "InfinitePlane* InfinitePlane::clone() const "; %feature("docstring") InfinitePlane::contains "bool InfinitePlane::contains(double, double) const @@ -7905,7 +7910,7 @@ Returns a vector of children (const). %feature("docstring") INode::setParent "void INode::setParent(const INode *newParent) "; -%feature("docstring") INode::parent "const INode * INode::parent() const +%feature("docstring") INode::parent "const INode * INode::parent() const "; %feature("docstring") INode::parent "INode * INode::parent() @@ -8276,6 +8281,9 @@ C++ includes: INodeVisitor.h %feature("docstring") INodeVisitor::visit "virtual void INodeVisitor::visit(const RotationZ *) "; +%feature("docstring") INodeVisitor::visit "virtual void INodeVisitor::visit(const SpecularDetector1D *) +"; + %feature("docstring") INodeVisitor::visit "virtual void INodeVisitor::visit(const SpecularSimulation *) "; @@ -8321,7 +8329,7 @@ Calls the INodeVisitor's visit method. %feature("docstring") Instrument::getBeam "Beam& Instrument::getBeam() "; -%feature("docstring") Instrument::getBeam "const Beam& Instrument::getBeam() const +%feature("docstring") Instrument::getBeam "const Beam& Instrument::getBeam() const "; %feature("docstring") Instrument::setBeam "void Instrument::setBeam(const Beam &beam) @@ -8355,7 +8363,7 @@ Returns the detector data. %feature("docstring") Instrument::getDetector "IDetector * Instrument::getDetector() "; -%feature("docstring") Instrument::getDetectorMask "const DetectorMask * Instrument::getDetectorMask() const +%feature("docstring") Instrument::getDetectorMask "const DetectorMask * Instrument::getDetectorMask() const "; %feature("docstring") Instrument::getDetectorAxis "const IAxis & Instrument::getDetectorAxis(size_t index) const @@ -8515,10 +8523,10 @@ C++ includes: IIntensityFunction.h %feature("docstring") IntensityFunctionLog::~IntensityFunctionLog "virtual IntensityFunctionLog::~IntensityFunctionLog() "; -%feature("docstring") IntensityFunctionLog::clone "virtual IntensityFunctionLog* IntensityFunctionLog::clone() const +%feature("docstring") IntensityFunctionLog::clone "virtual IntensityFunctionLog* IntensityFunctionLog::clone() const "; -%feature("docstring") IntensityFunctionLog::evaluate "double IntensityFunctionLog::evaluate(double value) const +%feature("docstring") IntensityFunctionLog::evaluate "double IntensityFunctionLog::evaluate(double value) const "; @@ -8533,10 +8541,10 @@ C++ includes: IIntensityFunction.h %feature("docstring") IntensityFunctionSqrt::~IntensityFunctionSqrt "virtual IntensityFunctionSqrt::~IntensityFunctionSqrt() "; -%feature("docstring") IntensityFunctionSqrt::clone "virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const +%feature("docstring") IntensityFunctionSqrt::clone "virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const "; -%feature("docstring") IntensityFunctionSqrt::evaluate "double IntensityFunctionSqrt::evaluate(double value) const +%feature("docstring") IntensityFunctionSqrt::evaluate "double IntensityFunctionSqrt::evaluate(double value) const "; @@ -8554,7 +8562,7 @@ C++ includes: IIntensityNormalizer.h %feature("docstring") IntensityNormalizer::~IntensityNormalizer "virtual IntensityNormalizer::~IntensityNormalizer() "; -%feature("docstring") IntensityNormalizer::clone "IntensityNormalizer * IntensityNormalizer::clone() const +%feature("docstring") IntensityNormalizer::clone "IntensityNormalizer * IntensityNormalizer::clone() const "; %feature("docstring") IntensityNormalizer::accept "void IntensityNormalizer::accept(INodeVisitor *visitor) const @@ -8562,7 +8570,7 @@ C++ includes: IIntensityNormalizer.h Calls the INodeVisitor's visit method. "; -%feature("docstring") IntensityNormalizer::createNormalizedData "OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const +%feature("docstring") IntensityNormalizer::createNormalizedData "OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const "; %feature("docstring") IntensityNormalizer::apply "void IntensityNormalizer::apply(OutputData< double > &data) const final @@ -8644,7 +8652,7 @@ decay: one-dimensional decay function in reciprocal space "; -%feature("docstring") InterferenceFunction1DLattice::getLatticeParameters "Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const +%feature("docstring") InterferenceFunction1DLattice::getLatticeParameters "Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const "; %feature("docstring") InterferenceFunction1DLattice::evaluate "double InterferenceFunction1DLattice::evaluate(const kvector_t q) const final @@ -8721,10 +8729,10 @@ Evaluates the interference function for a given wavevector transfer (only the re %feature("docstring") InterferenceFunction2DLattice::setIntegrationOverXi "void InterferenceFunction2DLattice::setIntegrationOverXi(bool integrate_xi) "; -%feature("docstring") InterferenceFunction2DLattice::integrationOverXi "bool InterferenceFunction2DLattice::integrationOverXi() const +%feature("docstring") InterferenceFunction2DLattice::integrationOverXi "bool InterferenceFunction2DLattice::integrationOverXi() const "; -%feature("docstring") InterferenceFunction2DLattice::lattice "const Lattice2D & InterferenceFunction2DLattice::lattice() const +%feature("docstring") InterferenceFunction2DLattice::lattice "const Lattice2D & InterferenceFunction2DLattice::lattice() const "; %feature("docstring") InterferenceFunction2DLattice::getParticleDensity "double InterferenceFunction2DLattice::getParticleDensity() const final @@ -8737,7 +8745,7 @@ Returns the particle density associated with this 2d lattice. Returns a vector of children (const). "; -%feature("docstring") InterferenceFunction2DLattice::onChange "void InterferenceFunction2DLattice::onChange() override final +%feature("docstring") InterferenceFunction2DLattice::onChange "void InterferenceFunction2DLattice::onChange() overridefinal Action to be taken in inherited class when a parameter has changed. "; @@ -8834,7 +8842,7 @@ the damping (coherence) length of the paracrystal in nanometers Evaluates the interference function for a given wavevector transfer (only the real x and y components are relevant) "; -%feature("docstring") InterferenceFunction2DParaCrystal::domainSizes "std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const +%feature("docstring") InterferenceFunction2DParaCrystal::domainSizes "std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const "; %feature("docstring") InterferenceFunction2DParaCrystal::setIntegrationOverXi "void InterferenceFunction2DParaCrystal::setIntegrationOverXi(bool integrate_xi) @@ -8848,13 +8856,13 @@ integrate_xi: integration flag "; -%feature("docstring") InterferenceFunction2DParaCrystal::integrationOverXi "bool InterferenceFunction2DParaCrystal::integrationOverXi() const +%feature("docstring") InterferenceFunction2DParaCrystal::integrationOverXi "bool InterferenceFunction2DParaCrystal::integrationOverXi() const "; -%feature("docstring") InterferenceFunction2DParaCrystal::dampingLength "double InterferenceFunction2DParaCrystal::dampingLength() const +%feature("docstring") InterferenceFunction2DParaCrystal::dampingLength "double InterferenceFunction2DParaCrystal::dampingLength() const "; -%feature("docstring") InterferenceFunction2DParaCrystal::lattice "const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const +%feature("docstring") InterferenceFunction2DParaCrystal::lattice "const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const "; %feature("docstring") InterferenceFunction2DParaCrystal::getParticleDensity "double InterferenceFunction2DParaCrystal::getParticleDensity() const final @@ -8954,7 +8962,7 @@ size: size of coherence domain along the lattice main axis in nanometers "; -%feature("docstring") InterferenceFunctionRadialParaCrystal::domainSize "double InterferenceFunctionRadialParaCrystal::domainSize() const +%feature("docstring") InterferenceFunctionRadialParaCrystal::domainSize "double InterferenceFunctionRadialParaCrystal::domainSize() const "; %feature("docstring") InterferenceFunctionRadialParaCrystal::evaluate "double InterferenceFunctionRadialParaCrystal::evaluate(const kvector_t q) const final @@ -8962,7 +8970,7 @@ size of coherence domain along the lattice main axis in nanometers Evaluates the interference function for a given wavevector transfer (only the real x and y components are relevant) "; -%feature("docstring") InterferenceFunctionRadialParaCrystal::FTPDF "complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const +%feature("docstring") InterferenceFunctionRadialParaCrystal::FTPDF "complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const "; %feature("docstring") InterferenceFunctionRadialParaCrystal::setProbabilityDistribution "void InterferenceFunctionRadialParaCrystal::setProbabilityDistribution(const IFTDistribution1D &pdf) @@ -8976,10 +8984,10 @@ pdf: probability distribution (Fourier transform of probability density) "; -%feature("docstring") InterferenceFunctionRadialParaCrystal::peakDistance "double InterferenceFunctionRadialParaCrystal::peakDistance() const +%feature("docstring") InterferenceFunctionRadialParaCrystal::peakDistance "double InterferenceFunctionRadialParaCrystal::peakDistance() const "; -%feature("docstring") InterferenceFunctionRadialParaCrystal::dampingLength "double InterferenceFunctionRadialParaCrystal::dampingLength() const +%feature("docstring") InterferenceFunctionRadialParaCrystal::dampingLength "double InterferenceFunctionRadialParaCrystal::dampingLength() const "; %feature("docstring") InterferenceFunctionRadialParaCrystal::getChildren "std::vector< const INode * > InterferenceFunctionRadialParaCrystal::getChildren() const override @@ -9082,7 +9090,7 @@ C++ includes: IParameter.h Returns true if wrapped parameter was not initialized with proper real value. "; -%feature("docstring") IParameter::getData "T& IParameter< T >::getData() const +%feature("docstring") IParameter::getData "T& IParameter< T >::getData() const "; %feature("docstring") IParameter::setData "void IParameter< T >::setData(T &data) @@ -9219,7 +9227,7 @@ z: z-coordinate in nanometers "; -%feature("docstring") IParticle::translate "void IParticle::translate(kvector_t translation) override final +%feature("docstring") IParticle::translate "void IParticle::translate(kvector_t translation) overridefinal Translates the particle. "; @@ -9234,7 +9242,7 @@ Returns rotation object. Sets transformation. "; -%feature("docstring") IParticle::rotate "void IParticle::rotate(const IRotation &rotation) override final +%feature("docstring") IParticle::rotate "void IParticle::rotate(const IRotation &rotation) overridefinal Rotates the particle. "; @@ -9298,13 +9306,13 @@ Templated object registry. C++ includes: IRegistry.h "; -%feature("docstring") IRegistry::getItem "const ValueType* IRegistry< ValueType >::getItem(const std::string &key) const +%feature("docstring") IRegistry::getItem "const ValueType* IRegistry< ValueType >::getItem(const std::string &key) const "; %feature("docstring") IRegistry::keys "std::vector<std::string> IRegistry< ValueType >::keys() "; -%feature("docstring") IRegistry::size "size_t IRegistry< ValueType >::size() const +%feature("docstring") IRegistry::size "size_t IRegistry< ValueType >::size() const "; @@ -9556,7 +9564,7 @@ C++ includes: NodeIterator.h %feature("docstring") IteratorMemento::get_state "IteratorState& IteratorMemento::get_state() "; -%feature("docstring") IteratorMemento::empty "bool IteratorMemento::empty() const +%feature("docstring") IteratorMemento::empty "bool IteratorMemento::empty() const "; %feature("docstring") IteratorMemento::reset "void IteratorMemento::reset() @@ -9568,7 +9576,7 @@ C++ includes: NodeIterator.h %feature("docstring") IteratorMemento::next "void IteratorMemento::next() "; -%feature("docstring") IteratorMemento::size "size_t IteratorMemento::size() const +%feature("docstring") IteratorMemento::size "size_t IteratorMemento::size() const "; @@ -9583,16 +9591,16 @@ C++ includes: NodeIterator.h %feature("docstring") IteratorState::IteratorState "IteratorState::IteratorState(const INode *single_element) "; -%feature("docstring") IteratorState::IteratorState "IteratorState::IteratorState(std::vector< const INode *> samples) +%feature("docstring") IteratorState::IteratorState "IteratorState::IteratorState(std::vector< const INode * > samples) "; %feature("docstring") IteratorState::~IteratorState "virtual IteratorState::~IteratorState() "; -%feature("docstring") IteratorState::getCurrent "const INode* IteratorState::getCurrent() const +%feature("docstring") IteratorState::getCurrent "const INode* IteratorState::getCurrent() const "; -%feature("docstring") IteratorState::isEnd "bool IteratorState::isEnd() const +%feature("docstring") IteratorState::isEnd "bool IteratorState::isEnd() const "; %feature("docstring") IteratorState::next "void IteratorState::next() @@ -9647,7 +9655,7 @@ C++ includes: CylindersBuilder.h %feature("docstring") LargeCylindersInDWBABuilder::LargeCylindersInDWBABuilder "LargeCylindersInDWBABuilder::LargeCylindersInDWBABuilder() "; -%feature("docstring") LargeCylindersInDWBABuilder::buildSample "MultiLayer * LargeCylindersInDWBABuilder::buildSample() const +%feature("docstring") LargeCylindersInDWBABuilder::buildSample "MultiLayer * LargeCylindersInDWBABuilder::buildSample() const "; @@ -9748,7 +9756,7 @@ C++ includes: LatticeBuilder.h %feature("docstring") Lattice1DBuilder::Lattice1DBuilder "Lattice1DBuilder::Lattice1DBuilder() "; -%feature("docstring") Lattice1DBuilder::buildSample "MultiLayer * Lattice1DBuilder::buildSample() const +%feature("docstring") Lattice1DBuilder::buildSample "MultiLayer * Lattice1DBuilder::buildSample() const "; @@ -9797,10 +9805,10 @@ xi: %feature("docstring") Lattice2D::unitCellArea "virtual double Lattice2D::unitCellArea() const =0 "; -%feature("docstring") Lattice2D::rotationAngle "double Lattice2D::rotationAngle() const +%feature("docstring") Lattice2D::rotationAngle "double Lattice2D::rotationAngle() const "; -%feature("docstring") Lattice2D::reciprocalBases "Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const +%feature("docstring") Lattice2D::reciprocalBases "Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const "; %feature("docstring") Lattice2D::setRotationEnabled "void Lattice2D::setRotationEnabled(bool enabled) @@ -9832,15 +9840,15 @@ thickness of a layer in nanometers %feature("docstring") Layer::~Layer "Layer::~Layer() "; -%feature("docstring") Layer::clone "Layer * Layer::clone() const override final +%feature("docstring") Layer::clone "Layer * Layer::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") Layer::cloneInvertB "Layer * Layer::cloneInvertB() const +%feature("docstring") Layer::cloneInvertB "Layer * Layer::cloneInvertB() const "; -%feature("docstring") Layer::accept "void Layer::accept(INodeVisitor *visitor) const override final +%feature("docstring") Layer::accept "void Layer::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; @@ -9850,10 +9858,10 @@ Calls the INodeVisitor's visit method. Sets layer thickness in nanometers. "; -%feature("docstring") Layer::thickness "double Layer::thickness() const +%feature("docstring") Layer::thickness "double Layer::thickness() const "; -%feature("docstring") Layer::material "const Material* Layer::material() const override final +%feature("docstring") Layer::material "const Material* Layer::material() const overridefinal Returns nullptr, unless overwritten to return a specific material. "; @@ -9864,13 +9872,13 @@ Returns nullptr, unless overwritten to return a specific material. %feature("docstring") Layer::addLayout "void Layer::addLayout(const ILayout &decoration) "; -%feature("docstring") Layer::numberOfLayouts "size_t Layer::numberOfLayouts() const +%feature("docstring") Layer::numberOfLayouts "size_t Layer::numberOfLayouts() const "; -%feature("docstring") Layer::layouts "std::vector< const ILayout * > Layer::layouts() const +%feature("docstring") Layer::layouts "std::vector< const ILayout * > Layer::layouts() const "; -%feature("docstring") Layer::getChildren "std::vector< const INode * > Layer::getChildren() const override final +%feature("docstring") Layer::getChildren "std::vector< const INode * > Layer::getChildren() const overridefinal Returns a vector of children (const). "; @@ -9881,10 +9889,10 @@ Returns a vector of children (const). %feature("docstring") Layer::setNumberOfSlices "void Layer::setNumberOfSlices(unsigned int n_slices) "; -%feature("docstring") Layer::numberOfSlices "unsigned int Layer::numberOfSlices() const +%feature("docstring") Layer::numberOfSlices "unsigned int Layer::numberOfSlices() const "; -%feature("docstring") Layer::slice "SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const +%feature("docstring") Layer::slice "SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const "; %feature("docstring") Layer::scalarReducedPotential "complex_t Layer::scalarReducedPotential(kvector_t k, double n_ref) const @@ -9958,10 +9966,10 @@ Sets roughness of the interface. Returns roughness of the interface. "; -%feature("docstring") LayerInterface::topLayer "const Layer * LayerInterface::topLayer() const +%feature("docstring") LayerInterface::topLayer "const Layer * LayerInterface::topLayer() const "; -%feature("docstring") LayerInterface::bottomLayer "const Layer * LayerInterface::bottomLayer() const +%feature("docstring") LayerInterface::bottomLayer "const Layer * LayerInterface::bottomLayer() const "; %feature("docstring") LayerInterface::getChildren "std::vector< const INode * > LayerInterface::getChildren() const @@ -10069,7 +10077,7 @@ C++ includes: LayersWithAbsorptionBuilder.h %feature("docstring") LayersWithAbsorptionBuilder::~LayersWithAbsorptionBuilder "LayersWithAbsorptionBuilder::~LayersWithAbsorptionBuilder() "; -%feature("docstring") LayersWithAbsorptionBuilder::buildSample "MultiLayer * LayersWithAbsorptionBuilder::buildSample() const +%feature("docstring") LayersWithAbsorptionBuilder::buildSample "MultiLayer * LayersWithAbsorptionBuilder::buildSample() const "; %feature("docstring") LayersWithAbsorptionBuilder::createSample "MultiLayer * LayersWithAbsorptionBuilder::createSample(size_t index=0) @@ -10079,6 +10087,24 @@ C++ includes: LayersWithAbsorptionBuilder.h "; +// File: classLayersWithAbsorptionBySLDBuilder.xml +%feature("docstring") LayersWithAbsorptionBySLDBuilder " + +The LayersWithAbsorptionBySLDBuilder class generates a multilayer with 3 layers with absorption (refractive index has imaginary part). //! The middle layer is populated with particles. MaterialBySLD is used to generate maaterials + +C++ includes: LayersWithAbsorptionBySLDBuilder.h +"; + +%feature("docstring") LayersWithAbsorptionBySLDBuilder::LayersWithAbsorptionBySLDBuilder "LayersWithAbsorptionBySLDBuilder::LayersWithAbsorptionBySLDBuilder() +"; + +%feature("docstring") LayersWithAbsorptionBySLDBuilder::~LayersWithAbsorptionBySLDBuilder "LayersWithAbsorptionBySLDBuilder::~LayersWithAbsorptionBySLDBuilder() +"; + +%feature("docstring") LayersWithAbsorptionBySLDBuilder::buildSample "MultiLayer * LayersWithAbsorptionBySLDBuilder::buildSample() const +"; + + // File: classLayoutStrategyBuilder.xml %feature("docstring") LayoutStrategyBuilder " @@ -10096,7 +10122,7 @@ C++ includes: LayoutStrategyBuilder.h %feature("docstring") LayoutStrategyBuilder::releaseStrategy "IInterferenceFunctionStrategy * LayoutStrategyBuilder::releaseStrategy() "; -%feature("docstring") LayoutStrategyBuilder::regionMap "std::map< size_t, std::vector< HomogeneousRegion > > LayoutStrategyBuilder::regionMap() const +%feature("docstring") LayoutStrategyBuilder::regionMap "std::map< size_t, std::vector< HomogeneousRegion > > LayoutStrategyBuilder::regionMap() const "; @@ -10111,7 +10137,7 @@ C++ includes: Line.h %feature("docstring") Line::Line "Line::Line(double x1, double y1, double x2, double y2) "; -%feature("docstring") Line::clone "Line* Line::clone() const +%feature("docstring") Line::clone "Line* Line::clone() const "; %feature("docstring") Line::contains "bool Line::contains(double x, double y) const @@ -10142,13 +10168,13 @@ C++ includes: LLData.h %feature("docstring") LLData::~LLData "LLData< T >::~LLData() "; -%feature("docstring") LLData::meanValues "LLData<double> LLData< T >::meanValues() const +%feature("docstring") LLData::meanValues "LLData<double> LLData< T >::meanValues() const "; %feature("docstring") LLData::atCoordinate "T & LLData< T >::atCoordinate(int *coordinate) "; -%feature("docstring") LLData::atCoordinate "const T & LLData< T >::atCoordinate(int *coordinate) const +%feature("docstring") LLData::atCoordinate "const T & LLData< T >::atCoordinate(int *coordinate) const "; %feature("docstring") LLData::setAll "void LLData< T >::setAll(const T &value) @@ -10157,16 +10183,16 @@ C++ includes: LLData.h %feature("docstring") LLData::scaleAll "void LLData< T >::scaleAll(const T &factor) "; -%feature("docstring") LLData::getTotalSize "size_t LLData< T >::getTotalSize() const +%feature("docstring") LLData::getTotalSize "size_t LLData< T >::getTotalSize() const "; -%feature("docstring") LLData::getRank "size_t LLData< T >::getRank() const +%feature("docstring") LLData::getRank "size_t LLData< T >::getRank() const "; -%feature("docstring") LLData::getDimensions "const int* LLData< T >::getDimensions() const +%feature("docstring") LLData::getDimensions "const int* LLData< T >::getDimensions() const "; -%feature("docstring") LLData::getTotalSum "T LLData< T >::getTotalSum() const +%feature("docstring") LLData::getTotalSum "T LLData< T >::getTotalSum() const "; @@ -10188,7 +10214,7 @@ C++ includes: MagneticParticlesBuilder.h %feature("docstring") MagneticCylindersBuilder::MagneticCylindersBuilder "MagneticCylindersBuilder::MagneticCylindersBuilder() "; -%feature("docstring") MagneticCylindersBuilder::buildSample "MultiLayer * MagneticCylindersBuilder::buildSample() const +%feature("docstring") MagneticCylindersBuilder::buildSample "MultiLayer * MagneticCylindersBuilder::buildSample() const "; @@ -10213,30 +10239,30 @@ Constructs basic material with name and magnetization. Returns pointer to a copy of material. "; -%feature("docstring") MagneticMaterialImpl::inverted "MagneticMaterialImpl * MagneticMaterialImpl::inverted() const override final +%feature("docstring") MagneticMaterialImpl::inverted "MagneticMaterialImpl * MagneticMaterialImpl::inverted() const overridefinal Constructs a material with inverted magnetization. "; -%feature("docstring") MagneticMaterialImpl::isScalarMaterial "bool MagneticMaterialImpl::isScalarMaterial() const override final +%feature("docstring") MagneticMaterialImpl::isScalarMaterial "bool MagneticMaterialImpl::isScalarMaterial() const overridefinal Indicates whether the interaction with the material is scalar. This means that different polarization states will be diffracted equally "; -%feature("docstring") MagneticMaterialImpl::isMagneticMaterial "bool MagneticMaterialImpl::isMagneticMaterial() const override final +%feature("docstring") MagneticMaterialImpl::isMagneticMaterial "bool MagneticMaterialImpl::isMagneticMaterial() const overridefinal "; -%feature("docstring") MagneticMaterialImpl::magnetization "kvector_t MagneticMaterialImpl::magnetization() const override final +%feature("docstring") MagneticMaterialImpl::magnetization "kvector_t MagneticMaterialImpl::magnetization() const overridefinal Returns the magnetization (in A/m) "; -%feature("docstring") MagneticMaterialImpl::polarizedSubtrSLD "Eigen::Matrix2cd MagneticMaterialImpl::polarizedSubtrSLD(const WavevectorInfo &wavevectors) const override final +%feature("docstring") MagneticMaterialImpl::polarizedSubtrSLD "Eigen::Matrix2cd MagneticMaterialImpl::polarizedSubtrSLD(const WavevectorInfo &wavevectors) const overridefinal Returns ( $ \\\\pi/\\\\lambda^2 $ - sld) matrix with magnetization corrections. "; -%feature("docstring") MagneticMaterialImpl::transformedMaterial "MagneticMaterialImpl * MagneticMaterialImpl::transformedMaterial(const Transform3D &transform) const override final +%feature("docstring") MagneticMaterialImpl::transformedMaterial "MagneticMaterialImpl * MagneticMaterialImpl::transformedMaterial(const Transform3D &transform) const overridefinal "; @@ -10251,7 +10277,7 @@ C++ includes: MagneticParticlesBuilder.h %feature("docstring") MagneticParticleZeroFieldBuilder::MagneticParticleZeroFieldBuilder "MagneticParticleZeroFieldBuilder::MagneticParticleZeroFieldBuilder() "; -%feature("docstring") MagneticParticleZeroFieldBuilder::buildSample "MultiLayer * MagneticParticleZeroFieldBuilder::buildSample() const +%feature("docstring") MagneticParticleZeroFieldBuilder::buildSample "MultiLayer * MagneticParticleZeroFieldBuilder::buildSample() const "; @@ -10266,7 +10292,7 @@ C++ includes: MagneticLayersBuilder.h %feature("docstring") MagneticRotationBuilder::MagneticRotationBuilder "MagneticRotationBuilder::MagneticRotationBuilder() "; -%feature("docstring") MagneticRotationBuilder::buildSample "MultiLayer * MagneticRotationBuilder::buildSample() const +%feature("docstring") MagneticRotationBuilder::buildSample "MultiLayer * MagneticRotationBuilder::buildSample() const "; @@ -10281,7 +10307,7 @@ C++ includes: MagneticParticlesBuilder.h %feature("docstring") MagneticSpheresBuilder::MagneticSpheresBuilder "MagneticSpheresBuilder::MagneticSpheresBuilder() "; -%feature("docstring") MagneticSpheresBuilder::buildSample "MultiLayer * MagneticSpheresBuilder::buildSample() const +%feature("docstring") MagneticSpheresBuilder::buildSample "MultiLayer * MagneticSpheresBuilder::buildSample() const "; @@ -10296,7 +10322,7 @@ C++ includes: MagneticLayersBuilder.h %feature("docstring") MagneticSubstrateZeroFieldBuilder::MagneticSubstrateZeroFieldBuilder "MagneticSubstrateZeroFieldBuilder::MagneticSubstrateZeroFieldBuilder() "; -%feature("docstring") MagneticSubstrateZeroFieldBuilder::buildSample "MultiLayer * MagneticSubstrateZeroFieldBuilder::buildSample() const +%feature("docstring") MagneticSubstrateZeroFieldBuilder::buildSample "MultiLayer * MagneticSubstrateZeroFieldBuilder::buildSample() const "; @@ -10343,7 +10369,7 @@ Returns squared refractive index. Indicates whether the interaction with the material is scalar. This means that different polarization states will be diffracted equally "; -%feature("docstring") Material::isMagneticMaterial "bool Material::isMagneticMaterial() const +%feature("docstring") Material::isMagneticMaterial "bool Material::isMagneticMaterial() const "; %feature("docstring") Material::getName "std::string Material::getName() const @@ -10386,22 +10412,7 @@ Returns ( $ \\\\pi/\\\\lambda^2 $ - sld), sld (in $nm^{-2}$) being the scatter Returns ( $ \\\\pi/\\\\lambda^2 $ - sld) matrix with magnetization corrections. "; -%feature("docstring") Material::transformedMaterial "Material Material::transformedMaterial(const Transform3D &transform) const -"; - - -// File: classMaterialBySLDBuilder.xml -%feature("docstring") MaterialBySLDBuilder " - -Builds a sample with 10 interchanging homogeneous layers of Ti and Ni on silicone substrate. Ti is 70 angstroms thick, Ni is 30 angstroms thick. Titanium absorption coefficient is exaggerated 10^4 times for its effect to be noticeable - -C++ includes: MaterialBySLDBuilder.h -"; - -%feature("docstring") MaterialBySLDBuilder::MaterialBySLDBuilder "MaterialBySLDBuilder::MaterialBySLDBuilder() -"; - -%feature("docstring") MaterialBySLDBuilder::buildSample "MultiLayer * MaterialBySLDBuilder::buildSample() const override +%feature("docstring") Material::transformedMaterial "Material Material::transformedMaterial(const Transform3D &transform) const "; @@ -10452,7 +10463,7 @@ Prints object data. "; -// File: structMaterialBySLDBuilder_1_1MaterialData.xml +// File: structPlainMultiLayerBySLDBuilder_1_1MaterialData.xml // File: classMatrixFresnelMap.xml @@ -10469,17 +10480,17 @@ C++ includes: MatrixFresnelMap.h %feature("docstring") MatrixFresnelMap::~MatrixFresnelMap "MatrixFresnelMap::~MatrixFresnelMap() "; -%feature("docstring") MatrixFresnelMap::getOutCoefficients "const ILayerRTCoefficients * MatrixFresnelMap::getOutCoefficients(const SimulationElement &sim_element, size_t layer_index) const final override +%feature("docstring") MatrixFresnelMap::getOutCoefficients "const ILayerRTCoefficients * MatrixFresnelMap::getOutCoefficients(const SimulationElement &sim_element, size_t layer_index) const finaloverride Retrieves the amplitude coefficients for a (time-reversed) outgoing wavevector. "; -%feature("docstring") MatrixFresnelMap::getInCoefficients "const ILayerRTCoefficients * MatrixFresnelMap::getInCoefficients(const SimulationElement &sim_element, size_t layer_index) const final override +%feature("docstring") MatrixFresnelMap::getInCoefficients "const ILayerRTCoefficients * MatrixFresnelMap::getInCoefficients(const SimulationElement &sim_element, size_t layer_index) const finaloverride Retrieves the amplitude coefficients for an incoming wavevector. "; -%feature("docstring") MatrixFresnelMap::setMultilayer "void MatrixFresnelMap::setMultilayer(const MultiLayer &multilayer) final override +%feature("docstring") MatrixFresnelMap::setMultilayer "void MatrixFresnelMap::setMultilayer(const MultiLayer &multilayer) finaloverride Sets the multilayer to be used for the Fresnel calculations. "; @@ -10504,7 +10515,7 @@ C++ includes: MatrixRTCoefficients.h %feature("docstring") MatrixRTCoefficients::~MatrixRTCoefficients "virtual MatrixRTCoefficients::~MatrixRTCoefficients() "; -%feature("docstring") MatrixRTCoefficients::clone "MatrixRTCoefficients * MatrixRTCoefficients::clone() const +%feature("docstring") MatrixRTCoefficients::clone "MatrixRTCoefficients * MatrixRTCoefficients::clone() const "; %feature("docstring") MatrixRTCoefficients::T1plus "Eigen::Vector2cd MatrixRTCoefficients::T1plus() const @@ -10512,25 +10523,25 @@ C++ includes: MatrixRTCoefficients.h The following functions return the transmitted and reflected amplitudes for different incoming beam polarizations and eigenmodes "; -%feature("docstring") MatrixRTCoefficients::R1plus "Eigen::Vector2cd MatrixRTCoefficients::R1plus() const +%feature("docstring") MatrixRTCoefficients::R1plus "Eigen::Vector2cd MatrixRTCoefficients::R1plus() const "; -%feature("docstring") MatrixRTCoefficients::T2plus "Eigen::Vector2cd MatrixRTCoefficients::T2plus() const +%feature("docstring") MatrixRTCoefficients::T2plus "Eigen::Vector2cd MatrixRTCoefficients::T2plus() const "; -%feature("docstring") MatrixRTCoefficients::R2plus "Eigen::Vector2cd MatrixRTCoefficients::R2plus() const +%feature("docstring") MatrixRTCoefficients::R2plus "Eigen::Vector2cd MatrixRTCoefficients::R2plus() const "; -%feature("docstring") MatrixRTCoefficients::T1min "Eigen::Vector2cd MatrixRTCoefficients::T1min() const +%feature("docstring") MatrixRTCoefficients::T1min "Eigen::Vector2cd MatrixRTCoefficients::T1min() const "; -%feature("docstring") MatrixRTCoefficients::R1min "Eigen::Vector2cd MatrixRTCoefficients::R1min() const +%feature("docstring") MatrixRTCoefficients::R1min "Eigen::Vector2cd MatrixRTCoefficients::R1min() const "; -%feature("docstring") MatrixRTCoefficients::T2min "Eigen::Vector2cd MatrixRTCoefficients::T2min() const +%feature("docstring") MatrixRTCoefficients::T2min "Eigen::Vector2cd MatrixRTCoefficients::T2min() const "; -%feature("docstring") MatrixRTCoefficients::R2min "Eigen::Vector2cd MatrixRTCoefficients::R2min() const +%feature("docstring") MatrixRTCoefficients::R2min "Eigen::Vector2cd MatrixRTCoefficients::R2min() const "; %feature("docstring") MatrixRTCoefficients::getKz "virtual Eigen::Vector2cd MatrixRTCoefficients::getKz() const @@ -10553,22 +10564,22 @@ C++ includes: MesoCrystal.h %feature("docstring") MesoCrystal::~MesoCrystal "MesoCrystal::~MesoCrystal() "; -%feature("docstring") MesoCrystal::clone "MesoCrystal * MesoCrystal::clone() const override final +%feature("docstring") MesoCrystal::clone "MesoCrystal * MesoCrystal::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") MesoCrystal::accept "void MesoCrystal::accept(INodeVisitor *visitor) const override final +%feature("docstring") MesoCrystal::accept "void MesoCrystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") MesoCrystal::createSlicedParticle "SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const override final +%feature("docstring") MesoCrystal::createSlicedParticle "SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. "; -%feature("docstring") MesoCrystal::getChildren "std::vector< const INode * > MesoCrystal::getChildren() const override final +%feature("docstring") MesoCrystal::getChildren "std::vector< const INode * > MesoCrystal::getChildren() const overridefinal Returns a vector of children (const). "; @@ -10585,7 +10596,7 @@ C++ includes: MesoCrystalBuilder.h %feature("docstring") MesoCrystalBuilder::MesoCrystalBuilder "MesoCrystalBuilder::MesoCrystalBuilder() "; -%feature("docstring") MesoCrystalBuilder::buildSample "MultiLayer * MesoCrystalBuilder::buildSample() const +%feature("docstring") MesoCrystalBuilder::buildSample "MultiLayer * MesoCrystalBuilder::buildSample() const "; @@ -10605,15 +10616,15 @@ C++ includes: MultiLayer.h %feature("docstring") MultiLayer::~MultiLayer "MultiLayer::~MultiLayer() "; -%feature("docstring") MultiLayer::accept "void MultiLayer::accept(INodeVisitor *visitor) const final override +%feature("docstring") MultiLayer::accept "void MultiLayer::accept(INodeVisitor *visitor) const finaloverride Calls the INodeVisitor's visit method. "; -%feature("docstring") MultiLayer::numberOfLayers "size_t MultiLayer::numberOfLayers() const +%feature("docstring") MultiLayer::numberOfLayers "size_t MultiLayer::numberOfLayers() const "; -%feature("docstring") MultiLayer::numberOfInterfaces "size_t MultiLayer::numberOfInterfaces() const +%feature("docstring") MultiLayer::numberOfInterfaces "size_t MultiLayer::numberOfInterfaces() const "; %feature("docstring") MultiLayer::addLayer "void MultiLayer::addLayer(const Layer &layer) @@ -10677,7 +10688,7 @@ Returns layer material. Changes a layer's material. "; -%feature("docstring") MultiLayer::clone "MultiLayer * MultiLayer::clone() const final override +%feature("docstring") MultiLayer::clone "MultiLayer * MultiLayer::clone() const finaloverride Returns a clone of multilayer with clones of all layers and recreated interfaces between layers "; @@ -10739,7 +10750,7 @@ returns layer index corresponding to given global z coordinate The top interface returns layer index corresponding to given global z coordinate The top interface position of a layer is considered to belong to the layer beneath "; -%feature("docstring") MultiLayer::containsMagneticMaterial "bool MultiLayer::containsMagneticMaterial() const +%feature("docstring") MultiLayer::containsMagneticMaterial "bool MultiLayer::containsMagneticMaterial() const "; %feature("docstring") MultiLayer::containsCompatibleMaterials "bool MultiLayer::containsCompatibleMaterials() const @@ -10752,13 +10763,13 @@ Returns true if the multilayer contains non-default materials of one type only. precalculate the magnetic B fields in each layer "; -%feature("docstring") MultiLayer::hasRoughness "bool MultiLayer::hasRoughness() const +%feature("docstring") MultiLayer::hasRoughness "bool MultiLayer::hasRoughness() const "; -%feature("docstring") MultiLayer::totalNofLayouts "size_t MultiLayer::totalNofLayouts() const +%feature("docstring") MultiLayer::totalNofLayouts "size_t MultiLayer::totalNofLayouts() const "; -%feature("docstring") MultiLayer::getChildren "std::vector< const INode * > MultiLayer::getChildren() const final override +%feature("docstring") MultiLayer::getChildren "std::vector< const INode * > MultiLayer::getChildren() const finaloverride Returns a vector of children (const). "; @@ -10775,7 +10786,7 @@ C++ includes: MultiLayerWithRoughnessBuilder.h %feature("docstring") MultiLayerWithRoughnessBuilder::MultiLayerWithRoughnessBuilder "MultiLayerWithRoughnessBuilder::MultiLayerWithRoughnessBuilder() "; -%feature("docstring") MultiLayerWithRoughnessBuilder::buildSample "MultiLayer * MultiLayerWithRoughnessBuilder::buildSample() const +%feature("docstring") MultiLayerWithRoughnessBuilder::buildSample "MultiLayer * MultiLayerWithRoughnessBuilder::buildSample() const "; @@ -10790,7 +10801,7 @@ C++ includes: MultipleLayoutBuilder.h %feature("docstring") MultipleLayoutBuilder::MultipleLayoutBuilder "MultipleLayoutBuilder::MultipleLayoutBuilder() "; -%feature("docstring") MultipleLayoutBuilder::buildSample "MultiLayer * MultipleLayoutBuilder::buildSample() const +%feature("docstring") MultipleLayoutBuilder::buildSample "MultiLayer * MultipleLayoutBuilder::buildSample() const "; @@ -10819,10 +10830,10 @@ C++ includes: NodeIterator.h %feature("docstring") NodeIterator::getCurrent "const INode * NodeIterator< Strategy >::getCurrent() "; -%feature("docstring") NodeIterator::isDone "bool NodeIterator< Strategy >::isDone() const +%feature("docstring") NodeIterator::isDone "bool NodeIterator< Strategy >::isDone() const "; -%feature("docstring") NodeIterator::depth "int NodeIterator< Strategy >::depth() const +%feature("docstring") NodeIterator::depth "int NodeIterator< Strategy >::depth() const "; @@ -10941,10 +10952,10 @@ C++ includes: OrderedMap.h %feature("docstring") OrderedMap::clear "void OrderedMap< Key, Object >::clear() "; -%feature("docstring") OrderedMap::begin "const_iterator OrderedMap< Key, Object >::begin() const +%feature("docstring") OrderedMap::begin "const_iterator OrderedMap< Key, Object >::begin() const "; -%feature("docstring") OrderedMap::end "const_iterator OrderedMap< Key, Object >::end() const +%feature("docstring") OrderedMap::end "const_iterator OrderedMap< Key, Object >::end() const "; %feature("docstring") OrderedMap::begin "iterator OrderedMap< Key, Object >::begin() @@ -10962,7 +10973,7 @@ C++ includes: OrderedMap.h %feature("docstring") OrderedMap::find "iterator OrderedMap< Key, Object >::find(const Key &key) "; -%feature("docstring") OrderedMap::find "const_iterator OrderedMap< Key, Object >::find(const Key &key) const +%feature("docstring") OrderedMap::find "const_iterator OrderedMap< Key, Object >::find(const Key &key) const "; %feature("docstring") OrderedMap::erase "size_t OrderedMap< Key, Object >::erase(const Key &key) @@ -10996,7 +11007,7 @@ C++ includes: OutputData.h %feature("docstring") OutputData::~OutputData "OutputData< T >::~OutputData() "; -%feature("docstring") OutputData::clone "OutputData< T > * OutputData< T >::clone() const +%feature("docstring") OutputData::clone "OutputData< T > * OutputData< T >::clone() const "; %feature("docstring") OutputData::copyFrom "void OutputData< T >::copyFrom(const OutputData< T > &x) @@ -11005,7 +11016,7 @@ C++ includes: OutputData.h %feature("docstring") OutputData::copyShapeFrom "void OutputData< T >::copyShapeFrom(const OutputData< U > &other) "; -%feature("docstring") OutputData::meanValues "OutputData< double > * OutputData< T >::meanValues() const +%feature("docstring") OutputData::meanValues "OutputData< double > * OutputData< T >::meanValues() const "; %feature("docstring") OutputData::addAxis "void OutputData< T >::addAxis(const IAxis &new_axis) @@ -11469,7 +11480,7 @@ get number of samples for this distribution get the sigma factor "; -%feature("docstring") ParameterDistribution::getDistribution "const IDistribution1D * ParameterDistribution::getDistribution() const +%feature("docstring") ParameterDistribution::getDistribution "const IDistribution1D * ParameterDistribution::getDistribution() const "; %feature("docstring") ParameterDistribution::getDistribution "IDistribution1D * ParameterDistribution::getDistribution() @@ -11485,13 +11496,13 @@ generate list of sampled values with their weight get list of linked parameter names "; -%feature("docstring") ParameterDistribution::getLimits "RealLimits ParameterDistribution::getLimits() const +%feature("docstring") ParameterDistribution::getLimits "RealLimits ParameterDistribution::getLimits() const "; -%feature("docstring") ParameterDistribution::getMinValue "double ParameterDistribution::getMinValue() const +%feature("docstring") ParameterDistribution::getMinValue "double ParameterDistribution::getMinValue() const "; -%feature("docstring") ParameterDistribution::getMaxValue "double ParameterDistribution::getMaxValue() const +%feature("docstring") ParameterDistribution::getMaxValue "double ParameterDistribution::getMaxValue() const "; @@ -11515,7 +11526,7 @@ C++ includes: ParameterPattern.h %feature("docstring") ParameterPattern::add "ParameterPattern & ParameterPattern::add(std::string object_type) "; -%feature("docstring") ParameterPattern::toStdString "std::string ParameterPattern::toStdString() const +%feature("docstring") ParameterPattern::toStdString "std::string ParameterPattern::toStdString() const "; @@ -11602,7 +11613,7 @@ Sets value of the nonzero parameters that match pattern ('*' allowed), or throw Sets value of the one parameter that matches pattern ('*' allowed), or throws. "; -%feature("docstring") ParameterPool::parameterNames "std::vector< std::string > ParameterPool::parameterNames() const +%feature("docstring") ParameterPool::parameterNames "std::vector< std::string > ParameterPool::parameterNames() const "; %feature("docstring") ParameterPool::removeParameter "void ParameterPool::removeParameter(const std::string &name) @@ -11643,17 +11654,17 @@ C++ includes: Particle.h %feature("docstring") Particle::Particle "Particle::Particle(Material material, const IFormFactor &form_factor, const IRotation &rotation) "; -%feature("docstring") Particle::clone "Particle * Particle::clone() const override final +%feature("docstring") Particle::clone "Particle * Particle::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") Particle::accept "void Particle::accept(INodeVisitor *visitor) const override final +%feature("docstring") Particle::accept "void Particle::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") Particle::createSlicedParticle "SlicedParticle Particle::createSlicedParticle(ZLimits limits) const override final +%feature("docstring") Particle::createSlicedParticle "SlicedParticle Particle::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. "; @@ -11661,7 +11672,7 @@ Create a sliced form factor for this particle. %feature("docstring") Particle::setMaterial "void Particle::setMaterial(Material material) "; -%feature("docstring") Particle::material "const Material* Particle::material() const override final +%feature("docstring") Particle::material "const Material* Particle::material() const overridefinal Returns nullptr, unless overwritten to return a specific material. "; @@ -11669,7 +11680,7 @@ Returns nullptr, unless overwritten to return a specific material. %feature("docstring") Particle::setFormFactor "void Particle::setFormFactor(const IFormFactor &form_factor) "; -%feature("docstring") Particle::getChildren "std::vector< const INode * > Particle::getChildren() const override final +%feature("docstring") Particle::getChildren "std::vector< const INode * > Particle::getChildren() const overridefinal Returns a vector of children (const). "; @@ -11692,17 +11703,17 @@ C++ includes: ParticleComposition.h %feature("docstring") ParticleComposition::~ParticleComposition "ParticleComposition::~ParticleComposition() "; -%feature("docstring") ParticleComposition::clone "ParticleComposition * ParticleComposition::clone() const override final +%feature("docstring") ParticleComposition::clone "ParticleComposition * ParticleComposition::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") ParticleComposition::accept "void ParticleComposition::accept(INodeVisitor *visitor) const override final +%feature("docstring") ParticleComposition::accept "void ParticleComposition::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") ParticleComposition::createFormFactor "IFormFactor * ParticleComposition::createFormFactor() const override final +%feature("docstring") ParticleComposition::createFormFactor "IFormFactor * ParticleComposition::createFormFactor() const overridefinal Create a form factor for this particle. "; @@ -11721,17 +11732,17 @@ Create a form factor for this particle. Returns number of different particles. "; -%feature("docstring") ParticleComposition::getChildren "std::vector< const INode * > ParticleComposition::getChildren() const override final +%feature("docstring") ParticleComposition::getChildren "std::vector< const INode * > ParticleComposition::getChildren() const overridefinal Returns a vector of children (const). "; -%feature("docstring") ParticleComposition::decompose "SafePointerVector< IParticle > ParticleComposition::decompose() const override final +%feature("docstring") ParticleComposition::decompose "SafePointerVector< IParticle > ParticleComposition::decompose() const overridefinal Decompose in constituent IParticle objects. "; -%feature("docstring") ParticleComposition::bottomTopZ "ParticleLimits ParticleComposition::bottomTopZ() const override final +%feature("docstring") ParticleComposition::bottomTopZ "ParticleLimits ParticleComposition::bottomTopZ() const overridefinal Top and bottom z-coordinate. "; @@ -11748,7 +11759,7 @@ C++ includes: ParticleCompositionBuilder.h %feature("docstring") ParticleCompositionBuilder::ParticleCompositionBuilder "ParticleCompositionBuilder::ParticleCompositionBuilder() "; -%feature("docstring") ParticleCompositionBuilder::buildSample "MultiLayer * ParticleCompositionBuilder::buildSample() const +%feature("docstring") ParticleCompositionBuilder::buildSample "MultiLayer * ParticleCompositionBuilder::buildSample() const "; @@ -11766,28 +11777,28 @@ C++ includes: ParticleCoreShell.h %feature("docstring") ParticleCoreShell::~ParticleCoreShell "ParticleCoreShell::~ParticleCoreShell() "; -%feature("docstring") ParticleCoreShell::clone "ParticleCoreShell * ParticleCoreShell::clone() const override final +%feature("docstring") ParticleCoreShell::clone "ParticleCoreShell * ParticleCoreShell::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") ParticleCoreShell::accept "void ParticleCoreShell::accept(INodeVisitor *visitor) const override final +%feature("docstring") ParticleCoreShell::accept "void ParticleCoreShell::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") ParticleCoreShell::createSlicedParticle "SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const override final +%feature("docstring") ParticleCoreShell::createSlicedParticle "SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. "; -%feature("docstring") ParticleCoreShell::coreParticle "const Particle * ParticleCoreShell::coreParticle() const +%feature("docstring") ParticleCoreShell::coreParticle "const Particle * ParticleCoreShell::coreParticle() const "; -%feature("docstring") ParticleCoreShell::shellParticle "const Particle * ParticleCoreShell::shellParticle() const +%feature("docstring") ParticleCoreShell::shellParticle "const Particle * ParticleCoreShell::shellParticle() const "; -%feature("docstring") ParticleCoreShell::getChildren "std::vector< const INode * > ParticleCoreShell::getChildren() const override final +%feature("docstring") ParticleCoreShell::getChildren "std::vector< const INode * > ParticleCoreShell::getChildren() const overridefinal Returns a vector of children (const). "; @@ -11804,22 +11815,22 @@ C++ includes: ParticleDistribution.h %feature("docstring") ParticleDistribution::ParticleDistribution "ParticleDistribution::ParticleDistribution(const IParticle &prototype, const ParameterDistribution &par_distr) "; -%feature("docstring") ParticleDistribution::clone "ParticleDistribution * ParticleDistribution::clone() const override final +%feature("docstring") ParticleDistribution::clone "ParticleDistribution * ParticleDistribution::clone() const overridefinal Returns a clone of this ISample object. "; -%feature("docstring") ParticleDistribution::accept "void ParticleDistribution::accept(INodeVisitor *visitor) const override final +%feature("docstring") ParticleDistribution::accept "void ParticleDistribution::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; -%feature("docstring") ParticleDistribution::translate "void ParticleDistribution::translate(kvector_t translation) override final +%feature("docstring") ParticleDistribution::translate "void ParticleDistribution::translate(kvector_t translation) overridefinal Translates the particle with the given vector. "; -%feature("docstring") ParticleDistribution::rotate "void ParticleDistribution::rotate(const IRotation &rotation) override final +%feature("docstring") ParticleDistribution::rotate "void ParticleDistribution::rotate(const IRotation &rotation) overridefinal Applies the given rotation to the particle. "; @@ -11841,7 +11852,7 @@ Returns the prototype particle, used for generating multiple ones. Returns the distributed parameter data. "; -%feature("docstring") ParticleDistribution::getChildren "std::vector< const INode * > ParticleDistribution::getChildren() const override final +%feature("docstring") ParticleDistribution::getChildren "std::vector< const INode * > ParticleDistribution::getChildren() const overridefinal Returns a vector of children (const). "; @@ -11861,7 +11872,7 @@ C++ includes: ParticleInTheAirBuilder.h %feature("docstring") ParticleInTheAirBuilder::~ParticleInTheAirBuilder "ParticleInTheAirBuilder::~ParticleInTheAirBuilder() "; -%feature("docstring") ParticleInTheAirBuilder::buildSample "MultiLayer * ParticleInTheAirBuilder::buildSample() const +%feature("docstring") ParticleInTheAirBuilder::buildSample "MultiLayer * ParticleInTheAirBuilder::buildSample() const "; %feature("docstring") ParticleInTheAirBuilder::createSample "MultiLayer * ParticleInTheAirBuilder::createSample(size_t index=0) @@ -11888,15 +11899,15 @@ C++ includes: ParticleLayout.h %feature("docstring") ParticleLayout::~ParticleLayout "ParticleLayout::~ParticleLayout() "; -%feature("docstring") ParticleLayout::clone "ParticleLayout * ParticleLayout::clone() const final override +%feature("docstring") ParticleLayout::clone "ParticleLayout * ParticleLayout::clone() const finaloverride Returns a clone of this ISample object. "; -%feature("docstring") ParticleLayout::cloneWithOffset "ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const final override +%feature("docstring") ParticleLayout::cloneWithOffset "ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const finaloverride "; -%feature("docstring") ParticleLayout::accept "void ParticleLayout::accept(INodeVisitor *visitor) const final override +%feature("docstring") ParticleLayout::accept "void ParticleLayout::accept(INodeVisitor *visitor) const finaloverride Calls the INodeVisitor's visit method. "; @@ -11921,12 +11932,12 @@ rotation: Particle rotation "; -%feature("docstring") ParticleLayout::particles "SafePointerVector< const IParticle > ParticleLayout::particles() const final override +%feature("docstring") ParticleLayout::particles "SafePointerVector< const IParticle > ParticleLayout::particles() const finaloverride Returns information on all particles (type and abundance) and generates new particles if an IAbstractParticle denotes a collection "; -%feature("docstring") ParticleLayout::getTotalAbundance "double ParticleLayout::getTotalAbundance() const final override +%feature("docstring") ParticleLayout::getTotalAbundance "double ParticleLayout::getTotalAbundance() const finaloverride Get total abundance of all particles. "; @@ -11936,17 +11947,17 @@ Get total abundance of all particles. Adds interference functions. "; -%feature("docstring") ParticleLayout::totalParticleSurfaceDensity "double ParticleLayout::totalParticleSurfaceDensity() const final override +%feature("docstring") ParticleLayout::totalParticleSurfaceDensity "double ParticleLayout::totalParticleSurfaceDensity() const finaloverride Returns surface density of all particles. "; -%feature("docstring") ParticleLayout::setTotalParticleSurfaceDensity "void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) final override +%feature("docstring") ParticleLayout::setTotalParticleSurfaceDensity "void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) finaloverride Sets total particle surface density. particle_density: number of particles per square nanometer "; -%feature("docstring") ParticleLayout::getChildren "std::vector< const INode * > ParticleLayout::getChildren() const final override +%feature("docstring") ParticleLayout::getChildren "std::vector< const INode * > ParticleLayout::getChildren() const finaloverride Returns a vector of children (const). "; @@ -11973,6 +11984,21 @@ Computes scattering intensity for given range of simulation elements. %feature("docstring") ParticleLimits ""; +// File: classPlainMultiLayerBySLDBuilder.xml +%feature("docstring") PlainMultiLayerBySLDBuilder " + +Builds a sample with 10 interchanging homogeneous layers of Ti and Ni on silicone substrate. Ti is 70 angstroms thick, Ni is 30 angstroms thick. + +C++ includes: PlainMultiLayerBySLDBuilder.h +"; + +%feature("docstring") PlainMultiLayerBySLDBuilder::PlainMultiLayerBySLDBuilder "PlainMultiLayerBySLDBuilder::PlainMultiLayerBySLDBuilder() +"; + +%feature("docstring") PlainMultiLayerBySLDBuilder::buildSample "MultiLayer * PlainMultiLayerBySLDBuilder::buildSample() const override +"; + + // File: classPoissonNoiseBackground.xml %feature("docstring") PoissonNoiseBackground " @@ -11987,7 +12013,7 @@ C++ includes: PoissonNoiseBackground.h %feature("docstring") PoissonNoiseBackground::~PoissonNoiseBackground "PoissonNoiseBackground::~PoissonNoiseBackground() "; -%feature("docstring") PoissonNoiseBackground::clone "PoissonNoiseBackground * PoissonNoiseBackground::clone() const override final +%feature("docstring") PoissonNoiseBackground::clone "PoissonNoiseBackground * PoissonNoiseBackground::clone() const overridefinal "; %feature("docstring") PoissonNoiseBackground::accept "void PoissonNoiseBackground::accept(INodeVisitor *visitor) const override @@ -11995,7 +12021,7 @@ C++ includes: PoissonNoiseBackground.h Calls the INodeVisitor's visit method. "; -%feature("docstring") PoissonNoiseBackground::addBackGround "double PoissonNoiseBackground::addBackGround(double intensity) const override final +%feature("docstring") PoissonNoiseBackground::addBackGround "double PoissonNoiseBackground::addBackGround(double intensity) const overridefinal "; @@ -12063,7 +12089,7 @@ Vector of y-coordinates of polygon points. %feature("docstring") Polygon::~Polygon "Polygon::~Polygon() "; -%feature("docstring") Polygon::clone "virtual Polygon* Polygon::clone() const +%feature("docstring") Polygon::clone "virtual Polygon* Polygon::clone() const "; %feature("docstring") Polygon::contains "bool Polygon::contains(double x, double y) const @@ -12076,10 +12102,10 @@ Returns true if point with given coordinates is inside or on border of the shape Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition). "; -%feature("docstring") Polygon::getArea "double Polygon::getArea() const +%feature("docstring") Polygon::getArea "double Polygon::getArea() const "; -%feature("docstring") Polygon::getPoints "void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const +%feature("docstring") Polygon::getPoints "void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const "; @@ -12116,16 +12142,16 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") PolyhedralEdge::PolyhedralEdge "PolyhedralEdge::PolyhedralEdge(const kvector_t _Vlow, const kvector_t _Vhig) "; -%feature("docstring") PolyhedralEdge::E "kvector_t PolyhedralEdge::E() const +%feature("docstring") PolyhedralEdge::E "kvector_t PolyhedralEdge::E() const "; -%feature("docstring") PolyhedralEdge::R "kvector_t PolyhedralEdge::R() const +%feature("docstring") PolyhedralEdge::R "kvector_t PolyhedralEdge::R() const "; -%feature("docstring") PolyhedralEdge::qE "complex_t PolyhedralEdge::qE(cvector_t q) const +%feature("docstring") PolyhedralEdge::qE "complex_t PolyhedralEdge::qE(cvector_t q) const "; -%feature("docstring") PolyhedralEdge::qR "complex_t PolyhedralEdge::qR(cvector_t q) const +%feature("docstring") PolyhedralEdge::qR "complex_t PolyhedralEdge::qR(cvector_t q) const "; %feature("docstring") PolyhedralEdge::contrib "complex_t PolyhedralEdge::contrib(int m, cvector_t qpa, complex_t qrperp) const @@ -12156,16 +12182,16 @@ _sym_S2: true if face has a perpedicular two-fold symmetry axis "; -%feature("docstring") PolyhedralFace::area "double PolyhedralFace::area() const +%feature("docstring") PolyhedralFace::area "double PolyhedralFace::area() const "; -%feature("docstring") PolyhedralFace::center "kvector_t PolyhedralFace::center() const +%feature("docstring") PolyhedralFace::center "kvector_t PolyhedralFace::center() const "; -%feature("docstring") PolyhedralFace::pyramidalVolume "double PolyhedralFace::pyramidalVolume() const +%feature("docstring") PolyhedralFace::pyramidalVolume "double PolyhedralFace::pyramidalVolume() const "; -%feature("docstring") PolyhedralFace::radius3d "double PolyhedralFace::radius3d() const +%feature("docstring") PolyhedralFace::radius3d "double PolyhedralFace::radius3d() const "; %feature("docstring") PolyhedralFace::normalProjectionConj "complex_t PolyhedralFace::normalProjectionConj(cvector_t q) const @@ -12209,7 +12235,7 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") PostorderStrategy::PostorderStrategy "PostorderStrategy::PostorderStrategy() "; -%feature("docstring") PostorderStrategy::clone "PostorderStrategy * PostorderStrategy::clone() const +%feature("docstring") PostorderStrategy::clone "PostorderStrategy * PostorderStrategy::clone() const "; %feature("docstring") PostorderStrategy::~PostorderStrategy "PostorderStrategy::~PostorderStrategy() @@ -12218,10 +12244,10 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") PostorderStrategy::first "IteratorMemento PostorderStrategy::first(const INode *p_root) "; -%feature("docstring") PostorderStrategy::next "void PostorderStrategy::next(IteratorMemento &iterator_stack) const +%feature("docstring") PostorderStrategy::next "void PostorderStrategy::next(IteratorMemento &iterator_stack) const "; -%feature("docstring") PostorderStrategy::isDone "bool PostorderStrategy::isDone(IteratorMemento &iterator_stack) const +%feature("docstring") PostorderStrategy::isDone "bool PostorderStrategy::isDone(IteratorMemento &iterator_stack) const "; @@ -12231,7 +12257,7 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") PreorderStrategy::PreorderStrategy "PreorderStrategy::PreorderStrategy() "; -%feature("docstring") PreorderStrategy::clone "PreorderStrategy * PreorderStrategy::clone() const +%feature("docstring") PreorderStrategy::clone "PreorderStrategy * PreorderStrategy::clone() const "; %feature("docstring") PreorderStrategy::~PreorderStrategy "PreorderStrategy::~PreorderStrategy() @@ -12240,10 +12266,10 @@ C++ includes: FormFactorPolyhedron.h %feature("docstring") PreorderStrategy::first "IteratorMemento PreorderStrategy::first(const INode *p_root) "; -%feature("docstring") PreorderStrategy::next "void PreorderStrategy::next(IteratorMemento &iterator_stack) const +%feature("docstring") PreorderStrategy::next "void PreorderStrategy::next(IteratorMemento &iterator_stack) const "; -%feature("docstring") PreorderStrategy::isDone "bool PreorderStrategy::isDone(IteratorMemento &iterator_stack) const +%feature("docstring") PreorderStrategy::isDone "bool PreorderStrategy::isDone(IteratorMemento &iterator_stack) const "; @@ -12310,7 +12336,7 @@ C++ includes: ParaCrystalBuilder.h %feature("docstring") RadialParaCrystalBuilder::RadialParaCrystalBuilder "RadialParaCrystalBuilder::RadialParaCrystalBuilder() "; -%feature("docstring") RadialParaCrystalBuilder::buildSample "MultiLayer * RadialParaCrystalBuilder::buildSample() const +%feature("docstring") RadialParaCrystalBuilder::buildSample "MultiLayer * RadialParaCrystalBuilder::buildSample() const "; @@ -12325,7 +12351,7 @@ C++ includes: RealParameter.h %feature("docstring") RealParameter::RealParameter "RealParameter::RealParameter(const std::string &name, double *par, const std::string &parent_name=std::string(), const std::function< void()> &onChange=std::function< void()>(), const RealLimits &limits=RealLimits::limitless(), const Attributes &attr=Attributes::free()) "; -%feature("docstring") RealParameter::clone "RealParameter * RealParameter::clone(const std::string &new_name=\"\") const +%feature("docstring") RealParameter::clone "RealParameter * RealParameter::clone(const std::string &new_name=\"\") const "; %feature("docstring") RealParameter::setValue "void RealParameter::setValue(double value) @@ -12341,7 +12367,7 @@ Returns value of wrapped parameter. %feature("docstring") RealParameter::setLimits "RealParameter & RealParameter::setLimits(const RealLimits &limits) "; -%feature("docstring") RealParameter::limits "RealLimits RealParameter::limits() const +%feature("docstring") RealParameter::limits "RealLimits RealParameter::limits() const "; %feature("docstring") RealParameter::setLimited "RealParameter & RealParameter::setLimited(double lower, double upper) @@ -12356,7 +12382,7 @@ Returns value of wrapped parameter. %feature("docstring") RealParameter::setUnit "RealParameter & RealParameter::setUnit(const std::string &name) "; -%feature("docstring") RealParameter::unit "std::string RealParameter::unit() const +%feature("docstring") RealParameter::unit "std::string RealParameter::unit() const "; @@ -12399,7 +12425,7 @@ yup: y-coordinate of upper right corner "; -%feature("docstring") Rectangle::clone "Rectangle* Rectangle::clone() const +%feature("docstring") Rectangle::clone "Rectangle* Rectangle::clone() const "; %feature("docstring") Rectangle::contains "bool Rectangle::contains(double x, double y) const @@ -12412,19 +12438,19 @@ Returns true if point with given coordinates is inside or on border of the shape Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition). "; -%feature("docstring") Rectangle::getArea "double Rectangle::getArea() const +%feature("docstring") Rectangle::getArea "double Rectangle::getArea() const "; -%feature("docstring") Rectangle::getXlow "double Rectangle::getXlow() const +%feature("docstring") Rectangle::getXlow "double Rectangle::getXlow() const "; -%feature("docstring") Rectangle::getYlow "double Rectangle::getYlow() const +%feature("docstring") Rectangle::getYlow "double Rectangle::getYlow() const "; -%feature("docstring") Rectangle::getXup "double Rectangle::getXup() const +%feature("docstring") Rectangle::getXup "double Rectangle::getXup() const "; -%feature("docstring") Rectangle::getYup "double Rectangle::getYup() const +%feature("docstring") Rectangle::getYup "double Rectangle::getYup() const "; @@ -12496,7 +12522,7 @@ Calls the INodeVisitor's visit method. Inits detector with the beam settings. "; -%feature("docstring") RectangularDetector::setPosition "void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0, -1.0, 0.0)) +%feature("docstring") RectangularDetector::setPosition "void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0,-1.0, 0.0)) "; %feature("docstring") RectangularDetector::setPerpendicularToSampleX "void RectangularDetector::setPerpendicularToSampleX(double distance, double u0, double v0) @@ -12511,40 +12537,40 @@ Inits detector with the beam settings. %feature("docstring") RectangularDetector::setDirectBeamPosition "void RectangularDetector::setDirectBeamPosition(double u0, double v0) "; -%feature("docstring") RectangularDetector::getWidth "double RectangularDetector::getWidth() const +%feature("docstring") RectangularDetector::getWidth "double RectangularDetector::getWidth() const "; -%feature("docstring") RectangularDetector::getHeight "double RectangularDetector::getHeight() const +%feature("docstring") RectangularDetector::getHeight "double RectangularDetector::getHeight() const "; -%feature("docstring") RectangularDetector::getNbinsX "size_t RectangularDetector::getNbinsX() const +%feature("docstring") RectangularDetector::getNbinsX "size_t RectangularDetector::getNbinsX() const "; -%feature("docstring") RectangularDetector::getNbinsY "size_t RectangularDetector::getNbinsY() const +%feature("docstring") RectangularDetector::getNbinsY "size_t RectangularDetector::getNbinsY() const "; -%feature("docstring") RectangularDetector::getNormalVector "kvector_t RectangularDetector::getNormalVector() const +%feature("docstring") RectangularDetector::getNormalVector "kvector_t RectangularDetector::getNormalVector() const "; -%feature("docstring") RectangularDetector::getU0 "double RectangularDetector::getU0() const +%feature("docstring") RectangularDetector::getU0 "double RectangularDetector::getU0() const "; -%feature("docstring") RectangularDetector::getV0 "double RectangularDetector::getV0() const +%feature("docstring") RectangularDetector::getV0 "double RectangularDetector::getV0() const "; -%feature("docstring") RectangularDetector::getDirectionVector "kvector_t RectangularDetector::getDirectionVector() const +%feature("docstring") RectangularDetector::getDirectionVector "kvector_t RectangularDetector::getDirectionVector() const "; -%feature("docstring") RectangularDetector::getDistance "double RectangularDetector::getDistance() const +%feature("docstring") RectangularDetector::getDistance "double RectangularDetector::getDistance() const "; -%feature("docstring") RectangularDetector::getDirectBeamU0 "double RectangularDetector::getDirectBeamU0() const +%feature("docstring") RectangularDetector::getDirectBeamU0 "double RectangularDetector::getDirectBeamU0() const "; -%feature("docstring") RectangularDetector::getDirectBeamV0 "double RectangularDetector::getDirectBeamV0() const +%feature("docstring") RectangularDetector::getDirectBeamV0 "double RectangularDetector::getDirectBeamV0() const "; -%feature("docstring") RectangularDetector::getDetectorArrangment "RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const +%feature("docstring") RectangularDetector::getDetectorArrangment "RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const "; %feature("docstring") RectangularDetector::validAxesUnits "std::vector< AxesUnits > RectangularDetector::validAxesUnits() const override @@ -12557,7 +12583,7 @@ returns vector of valid axes units return default axes units "; -%feature("docstring") RectangularDetector::regionOfInterestPixel "RectangularPixel * RectangularDetector::regionOfInterestPixel() const +%feature("docstring") RectangularDetector::regionOfInterestPixel "RectangularPixel * RectangularDetector::regionOfInterestPixel() const "; @@ -12579,7 +12605,7 @@ return default axes units %feature("docstring") RectangularPixel::getK "kvector_t RectangularPixel::getK(double x, double y, double wavelength) const override "; -%feature("docstring") RectangularPixel::getPosition "kvector_t RectangularPixel::getPosition(double x, double y) const +%feature("docstring") RectangularPixel::getPosition "kvector_t RectangularPixel::getPosition(double x, double y) const "; %feature("docstring") RectangularPixel::getIntegrationFactor "double RectangularPixel::getIntegrationFactor(double x, double y) const override @@ -12600,7 +12626,7 @@ C++ includes: ParaCrystalBuilder.h %feature("docstring") RectParaCrystalBuilder::RectParaCrystalBuilder "RectParaCrystalBuilder::RectParaCrystalBuilder() "; -%feature("docstring") RectParaCrystalBuilder::buildSample "MultiLayer * RectParaCrystalBuilder::buildSample() const +%feature("docstring") RectParaCrystalBuilder::buildSample "MultiLayer * RectParaCrystalBuilder::buildSample() const "; @@ -12665,22 +12691,22 @@ C++ includes: RegionOfInterest.h %feature("docstring") RegionOfInterest::RegionOfInterest "RegionOfInterest::RegionOfInterest(const OutputData< double > &data, double xlow, double ylow, double xup, double yup) "; -%feature("docstring") RegionOfInterest::clone "RegionOfInterest * RegionOfInterest::clone() const +%feature("docstring") RegionOfInterest::clone "RegionOfInterest * RegionOfInterest::clone() const "; %feature("docstring") RegionOfInterest::~RegionOfInterest "RegionOfInterest::~RegionOfInterest() "; -%feature("docstring") RegionOfInterest::getXlow "double RegionOfInterest::getXlow() const +%feature("docstring") RegionOfInterest::getXlow "double RegionOfInterest::getXlow() const "; -%feature("docstring") RegionOfInterest::getYlow "double RegionOfInterest::getYlow() const +%feature("docstring") RegionOfInterest::getYlow "double RegionOfInterest::getYlow() const "; -%feature("docstring") RegionOfInterest::getXup "double RegionOfInterest::getXup() const +%feature("docstring") RegionOfInterest::getXup "double RegionOfInterest::getXup() const "; -%feature("docstring") RegionOfInterest::getYup "double RegionOfInterest::getYup() const +%feature("docstring") RegionOfInterest::getYup "double RegionOfInterest::getYup() const "; %feature("docstring") RegionOfInterest::detectorIndex "size_t RegionOfInterest::detectorIndex(size_t roiIndex) const @@ -12703,10 +12729,10 @@ Number of detector bins in ROI area. Number of detector bins. "; -%feature("docstring") RegionOfInterest::isInROI "bool RegionOfInterest::isInROI(size_t detectorIndex) const +%feature("docstring") RegionOfInterest::isInROI "bool RegionOfInterest::isInROI(size_t detectorIndex) const "; -%feature("docstring") RegionOfInterest::clipAxisToRoi "std::unique_ptr< IAxis > RegionOfInterest::clipAxisToRoi(size_t axis_index, const IAxis &axis) const +%feature("docstring") RegionOfInterest::clipAxisToRoi "std::unique_ptr< IAxis > RegionOfInterest::clipAxisToRoi(size_t axis_index, const IAxis &axis) const "; @@ -12721,10 +12747,10 @@ C++ includes: ResolutionFunction2DGaussian.h %feature("docstring") ResolutionFunction2DGaussian::ResolutionFunction2DGaussian "ResolutionFunction2DGaussian::ResolutionFunction2DGaussian(double sigma_x, double sigma_y) "; -%feature("docstring") ResolutionFunction2DGaussian::evaluateCDF "double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const +%feature("docstring") ResolutionFunction2DGaussian::evaluateCDF "double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const "; -%feature("docstring") ResolutionFunction2DGaussian::clone "ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const +%feature("docstring") ResolutionFunction2DGaussian::clone "ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const "; %feature("docstring") ResolutionFunction2DGaussian::accept "void ResolutionFunction2DGaussian::accept(INodeVisitor *visitor) const final @@ -12732,10 +12758,10 @@ C++ includes: ResolutionFunction2DGaussian.h Calls the INodeVisitor's visit method. "; -%feature("docstring") ResolutionFunction2DGaussian::getSigmaX "double ResolutionFunction2DGaussian::getSigmaX() const +%feature("docstring") ResolutionFunction2DGaussian::getSigmaX "double ResolutionFunction2DGaussian::getSigmaX() const "; -%feature("docstring") ResolutionFunction2DGaussian::getSigmaY "double ResolutionFunction2DGaussian::getSigmaY() const +%feature("docstring") ResolutionFunction2DGaussian::getSigmaY "double ResolutionFunction2DGaussian::getSigmaY() const "; @@ -12750,7 +12776,7 @@ C++ includes: ResonatorBuilder.h %feature("docstring") ResonatorBuilder::ResonatorBuilder "ResonatorBuilder::ResonatorBuilder()=default "; -%feature("docstring") ResonatorBuilder::buildSample "MultiLayer * ResonatorBuilder::buildSample() const +%feature("docstring") ResonatorBuilder::buildSample "MultiLayer * ResonatorBuilder::buildSample() const "; @@ -12785,7 +12811,7 @@ C++ includes: CylindersBuilder.h %feature("docstring") RotatedCylindersBuilder::RotatedCylindersBuilder "RotatedCylindersBuilder::RotatedCylindersBuilder() "; -%feature("docstring") RotatedCylindersBuilder::buildSample "MultiLayer * RotatedCylindersBuilder::buildSample() const +%feature("docstring") RotatedCylindersBuilder::buildSample "MultiLayer * RotatedCylindersBuilder::buildSample() const "; @@ -12800,7 +12826,7 @@ C++ includes: RotatedPyramidsBuilder.h %feature("docstring") RotatedPyramidsBuilder::RotatedPyramidsBuilder "RotatedPyramidsBuilder::RotatedPyramidsBuilder() "; -%feature("docstring") RotatedPyramidsBuilder::buildSample "MultiLayer * RotatedPyramidsBuilder::buildSample() const +%feature("docstring") RotatedPyramidsBuilder::buildSample "MultiLayer * RotatedPyramidsBuilder::buildSample() const "; @@ -12815,7 +12841,7 @@ C++ includes: ParticleDistributionsBuilder.h %feature("docstring") RotatedPyramidsDistributionBuilder::RotatedPyramidsDistributionBuilder "RotatedPyramidsDistributionBuilder::RotatedPyramidsDistributionBuilder() "; -%feature("docstring") RotatedPyramidsDistributionBuilder::buildSample "MultiLayer * RotatedPyramidsDistributionBuilder::buildSample() const +%feature("docstring") RotatedPyramidsDistributionBuilder::buildSample "MultiLayer * RotatedPyramidsDistributionBuilder::buildSample() const "; @@ -12830,7 +12856,7 @@ C++ includes: TwoDimLatticeBuilder.h %feature("docstring") RotatedSquareLatticeBuilder::RotatedSquareLatticeBuilder "RotatedSquareLatticeBuilder::RotatedSquareLatticeBuilder() "; -%feature("docstring") RotatedSquareLatticeBuilder::buildSample "MultiLayer * RotatedSquareLatticeBuilder::buildSample() const +%feature("docstring") RotatedSquareLatticeBuilder::buildSample "MultiLayer * RotatedSquareLatticeBuilder::buildSample() const "; @@ -12869,13 +12895,13 @@ Returns a new IRotation object that is the current object's inverse. Calls the INodeVisitor's visit method. "; -%feature("docstring") RotationEuler::getAlpha "double RotationEuler::getAlpha() const +%feature("docstring") RotationEuler::getAlpha "double RotationEuler::getAlpha() const "; -%feature("docstring") RotationEuler::getBeta "double RotationEuler::getBeta() const +%feature("docstring") RotationEuler::getBeta "double RotationEuler::getBeta() const "; -%feature("docstring") RotationEuler::getGamma "double RotationEuler::getGamma() const +%feature("docstring") RotationEuler::getGamma "double RotationEuler::getGamma() const "; %feature("docstring") RotationEuler::getTransform3D "Transform3D RotationEuler::getTransform3D() const @@ -12913,7 +12939,7 @@ Returns a new IRotation object that is the current object's inverse. Calls the INodeVisitor's visit method. "; -%feature("docstring") RotationX::getAngle "double RotationX::getAngle() const +%feature("docstring") RotationX::getAngle "double RotationX::getAngle() const "; %feature("docstring") RotationX::getTransform3D "Transform3D RotationX::getTransform3D() const @@ -12951,7 +12977,7 @@ Returns a new IRotation object that is the current object's inverse. Calls the INodeVisitor's visit method. "; -%feature("docstring") RotationY::getAngle "double RotationY::getAngle() const +%feature("docstring") RotationY::getAngle "double RotationY::getAngle() const "; %feature("docstring") RotationY::getTransform3D "Transform3D RotationY::getTransform3D() const @@ -12989,7 +13015,7 @@ Returns a new IRotation object that is the current object's inverse. Calls the INodeVisitor's visit method. "; -%feature("docstring") RotationZ::getAngle "double RotationZ::getAngle() const +%feature("docstring") RotationZ::getAngle "double RotationZ::getAngle() const "; %feature("docstring") RotationZ::getTransform3D "Transform3D RotationZ::getTransform3D() const @@ -13044,10 +13070,10 @@ C++ includes: SafePointerVector.h %feature("docstring") SafePointerVector::~SafePointerVector "SafePointerVector< T >::~SafePointerVector() "; -%feature("docstring") SafePointerVector::size "size_t SafePointerVector< T >::size() const +%feature("docstring") SafePointerVector::size "size_t SafePointerVector< T >::size() const "; -%feature("docstring") SafePointerVector::empty "bool SafePointerVector< T >::empty() const +%feature("docstring") SafePointerVector::empty "bool SafePointerVector< T >::empty() const "; %feature("docstring") SafePointerVector::push_back "void SafePointerVector< T >::push_back(T *pointer) @@ -13056,13 +13082,13 @@ C++ includes: SafePointerVector.h %feature("docstring") SafePointerVector::begin "iterator SafePointerVector< T >::begin() "; -%feature("docstring") SafePointerVector::begin "const_iterator SafePointerVector< T >::begin() const +%feature("docstring") SafePointerVector::begin "const_iterator SafePointerVector< T >::begin() const "; %feature("docstring") SafePointerVector::end "iterator SafePointerVector< T >::end() "; -%feature("docstring") SafePointerVector::end "const_iterator SafePointerVector< T >::end() const +%feature("docstring") SafePointerVector::end "const_iterator SafePointerVector< T >::end() const "; %feature("docstring") SafePointerVector::deleteElement "bool SafePointerVector< T >::deleteElement(T *pointer) @@ -13071,7 +13097,7 @@ C++ includes: SafePointerVector.h %feature("docstring") SafePointerVector::back "T* SafePointerVector< T >::back() "; -%feature("docstring") SafePointerVector::back "const T* SafePointerVector< T >::back() const +%feature("docstring") SafePointerVector::back "const T* SafePointerVector< T >::back() const "; %feature("docstring") SafePointerVector::clear "void SafePointerVector< T >::clear() @@ -13349,12 +13375,12 @@ C++ includes: ScalarFresnelMap.h %feature("docstring") ScalarFresnelMap::~ScalarFresnelMap "ScalarFresnelMap::~ScalarFresnelMap() final "; -%feature("docstring") ScalarFresnelMap::getOutCoefficients "const ILayerRTCoefficients * ScalarFresnelMap::getOutCoefficients(const SimulationElement &sim_element, size_t layer_index) const final override +%feature("docstring") ScalarFresnelMap::getOutCoefficients "const ILayerRTCoefficients * ScalarFresnelMap::getOutCoefficients(const SimulationElement &sim_element, size_t layer_index) const finaloverride Retrieves the amplitude coefficients for a (time-reversed) outgoing wavevector. "; -%feature("docstring") ScalarFresnelMap::getInCoefficients "const ILayerRTCoefficients * ScalarFresnelMap::getInCoefficients(const SimulationElement &sim_element, size_t layer_index) const final override +%feature("docstring") ScalarFresnelMap::getInCoefficients "const ILayerRTCoefficients * ScalarFresnelMap::getInCoefficients(const SimulationElement &sim_element, size_t layer_index) const finaloverride Retrieves the amplitude coefficients for an incoming wavevector. "; @@ -13379,7 +13405,7 @@ C++ includes: ScalarRTCoefficients.h %feature("docstring") ScalarRTCoefficients::~ScalarRTCoefficients "virtual ScalarRTCoefficients::~ScalarRTCoefficients() "; -%feature("docstring") ScalarRTCoefficients::clone "ScalarRTCoefficients * ScalarRTCoefficients::clone() const +%feature("docstring") ScalarRTCoefficients::clone "ScalarRTCoefficients * ScalarRTCoefficients::clone() const "; %feature("docstring") ScalarRTCoefficients::T1plus "Eigen::Vector2cd ScalarRTCoefficients::T1plus() const @@ -13387,25 +13413,25 @@ C++ includes: ScalarRTCoefficients.h The following functions return the transmitted and reflected amplitudes for different incoming beam polarizations and eigenmodes "; -%feature("docstring") ScalarRTCoefficients::R1plus "Eigen::Vector2cd ScalarRTCoefficients::R1plus() const +%feature("docstring") ScalarRTCoefficients::R1plus "Eigen::Vector2cd ScalarRTCoefficients::R1plus() const "; -%feature("docstring") ScalarRTCoefficients::T2plus "Eigen::Vector2cd ScalarRTCoefficients::T2plus() const +%feature("docstring") ScalarRTCoefficients::T2plus "Eigen::Vector2cd ScalarRTCoefficients::T2plus() const "; -%feature("docstring") ScalarRTCoefficients::R2plus "Eigen::Vector2cd ScalarRTCoefficients::R2plus() const +%feature("docstring") ScalarRTCoefficients::R2plus "Eigen::Vector2cd ScalarRTCoefficients::R2plus() const "; -%feature("docstring") ScalarRTCoefficients::T1min "Eigen::Vector2cd ScalarRTCoefficients::T1min() const +%feature("docstring") ScalarRTCoefficients::T1min "Eigen::Vector2cd ScalarRTCoefficients::T1min() const "; -%feature("docstring") ScalarRTCoefficients::R1min "Eigen::Vector2cd ScalarRTCoefficients::R1min() const +%feature("docstring") ScalarRTCoefficients::R1min "Eigen::Vector2cd ScalarRTCoefficients::R1min() const "; -%feature("docstring") ScalarRTCoefficients::T2min "Eigen::Vector2cd ScalarRTCoefficients::T2min() const +%feature("docstring") ScalarRTCoefficients::T2min "Eigen::Vector2cd ScalarRTCoefficients::T2min() const "; -%feature("docstring") ScalarRTCoefficients::R2min "Eigen::Vector2cd ScalarRTCoefficients::R2min() const +%feature("docstring") ScalarRTCoefficients::R2min "Eigen::Vector2cd ScalarRTCoefficients::R2min() const "; %feature("docstring") ScalarRTCoefficients::getKz "Eigen::Vector2cd ScalarRTCoefficients::getKz() const @@ -13418,10 +13444,10 @@ Returns z-part of the two wavevector eigenmodes. Scalar value getters; these throw errors by default as they should only be used when the derived object is really scalar "; -%feature("docstring") ScalarRTCoefficients::getScalarR "complex_t ScalarRTCoefficients::getScalarR() const +%feature("docstring") ScalarRTCoefficients::getScalarR "complex_t ScalarRTCoefficients::getScalarR() const "; -%feature("docstring") ScalarRTCoefficients::getScalarKz "virtual complex_t ScalarRTCoefficients::getScalarKz() const +%feature("docstring") ScalarRTCoefficients::getScalarKz "virtual complex_t ScalarRTCoefficients::getScalarKz() const "; @@ -13446,10 +13472,10 @@ C++ includes: ISelectionRule.h %feature("docstring") SimpleSelectionRule::~SimpleSelectionRule "virtual SimpleSelectionRule::~SimpleSelectionRule() "; -%feature("docstring") SimpleSelectionRule::clone "SimpleSelectionRule * SimpleSelectionRule::clone() const +%feature("docstring") SimpleSelectionRule::clone "SimpleSelectionRule * SimpleSelectionRule::clone() const "; -%feature("docstring") SimpleSelectionRule::coordinateSelected "bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const +%feature("docstring") SimpleSelectionRule::coordinateSelected "bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const "; @@ -13491,7 +13517,7 @@ Run simulation with possible averaging over parameter distributions. %feature("docstring") Simulation::setInstrument "void Simulation::setInstrument(const Instrument &instrument) "; -%feature("docstring") Simulation::getInstrument "const Instrument& Simulation::getInstrument() const +%feature("docstring") Simulation::getInstrument "const Instrument& Simulation::getInstrument() const "; %feature("docstring") Simulation::getInstrument "Instrument& Simulation::getInstrument() @@ -13500,7 +13526,7 @@ Run simulation with possible averaging over parameter distributions. %feature("docstring") Simulation::setBeamIntensity "void Simulation::setBeamIntensity(double intensity) "; -%feature("docstring") Simulation::getBeamIntensity "double Simulation::getBeamIntensity() const +%feature("docstring") Simulation::getBeamIntensity "double Simulation::getBeamIntensity() const "; %feature("docstring") Simulation::setBeamPolarization "void Simulation::setBeamPolarization(const kvector_t bloch_vector) @@ -13524,7 +13550,7 @@ Sets the polarization analyzer characteristics of the detector. The MultiLayer object will not be owned by the Simulation object. "; -%feature("docstring") Simulation::sample "const MultiLayer * Simulation::sample() const +%feature("docstring") Simulation::sample "const MultiLayer * Simulation::sample() const "; %feature("docstring") Simulation::setSampleBuilder "void Simulation::setSampleBuilder(const std::shared_ptr< IMultiLayerBuilder > sample_builder) @@ -13533,7 +13559,7 @@ The MultiLayer object will not be owned by the Simulation object. %feature("docstring") Simulation::setBackground "void Simulation::setBackground(const IBackground &bg) "; -%feature("docstring") Simulation::background "const IBackground* Simulation::background() const +%feature("docstring") Simulation::background "const IBackground* Simulation::background() const "; %feature("docstring") Simulation::numberOfSimulationElements "virtual size_t Simulation::numberOfSimulationElements() const =0 @@ -13550,13 +13576,13 @@ Returns the results of the simulation in a format that supports unit conversion %feature("docstring") Simulation::addParameterDistribution "void Simulation::addParameterDistribution(const ParameterDistribution &par_distr) "; -%feature("docstring") Simulation::getDistributionHandler "const DistributionHandler& Simulation::getDistributionHandler() const +%feature("docstring") Simulation::getDistributionHandler "const DistributionHandler& Simulation::getDistributionHandler() const "; %feature("docstring") Simulation::setOptions "void Simulation::setOptions(const SimulationOptions &options) "; -%feature("docstring") Simulation::getOptions "const SimulationOptions& Simulation::getOptions() const +%feature("docstring") Simulation::getOptions "const SimulationOptions& Simulation::getOptions() const "; %feature("docstring") Simulation::getOptions "SimulationOptions& Simulation::getOptions() @@ -13685,7 +13711,7 @@ C++ includes: SimulationArea.h returns true if given iterator index correspond to masked detector channel "; -%feature("docstring") SimulationArea::totalSize "size_t SimulationArea::totalSize() const +%feature("docstring") SimulationArea::totalSize "size_t SimulationArea::totalSize() const "; %feature("docstring") SimulationArea::roiIndex "size_t SimulationArea::roiIndex(size_t index) const @@ -13710,16 +13736,16 @@ C++ includes: SimulationAreaIterator.h %feature("docstring") SimulationAreaIterator::SimulationAreaIterator "SimulationAreaIterator::SimulationAreaIterator(const SimulationArea *area, size_t start_at_index) "; -%feature("docstring") SimulationAreaIterator::index "size_t SimulationAreaIterator::index() const +%feature("docstring") SimulationAreaIterator::index "size_t SimulationAreaIterator::index() const "; -%feature("docstring") SimulationAreaIterator::elementIndex "size_t SimulationAreaIterator::elementIndex() const +%feature("docstring") SimulationAreaIterator::elementIndex "size_t SimulationAreaIterator::elementIndex() const "; -%feature("docstring") SimulationAreaIterator::roiIndex "size_t SimulationAreaIterator::roiIndex() const +%feature("docstring") SimulationAreaIterator::roiIndex "size_t SimulationAreaIterator::roiIndex() const "; -%feature("docstring") SimulationAreaIterator::detectorIndex "size_t SimulationAreaIterator::detectorIndex() const +%feature("docstring") SimulationAreaIterator::detectorIndex "size_t SimulationAreaIterator::detectorIndex() const "; @@ -13763,19 +13789,19 @@ Sets the polarization analyzer operator (in spin basis along z-axis) Returns assigned PolarizationHandler. "; -%feature("docstring") SimulationElement::getWavelength "double SimulationElement::getWavelength() const +%feature("docstring") SimulationElement::getWavelength "double SimulationElement::getWavelength() const "; -%feature("docstring") SimulationElement::getAlphaI "double SimulationElement::getAlphaI() const +%feature("docstring") SimulationElement::getAlphaI "double SimulationElement::getAlphaI() const "; -%feature("docstring") SimulationElement::getPhiI "double SimulationElement::getPhiI() const +%feature("docstring") SimulationElement::getPhiI "double SimulationElement::getPhiI() const "; -%feature("docstring") SimulationElement::getAlphaMean "double SimulationElement::getAlphaMean() const +%feature("docstring") SimulationElement::getAlphaMean "double SimulationElement::getAlphaMean() const "; -%feature("docstring") SimulationElement::getPhiMean "double SimulationElement::getPhiMean() const +%feature("docstring") SimulationElement::getPhiMean "double SimulationElement::getPhiMean() const "; %feature("docstring") SimulationElement::setIntensity "void SimulationElement::setIntensity(double intensity) @@ -13784,16 +13810,16 @@ Returns assigned PolarizationHandler. %feature("docstring") SimulationElement::addIntensity "void SimulationElement::addIntensity(double intensity) "; -%feature("docstring") SimulationElement::getIntensity "double SimulationElement::getIntensity() const +%feature("docstring") SimulationElement::getIntensity "double SimulationElement::getIntensity() const "; -%feature("docstring") SimulationElement::getKi "kvector_t SimulationElement::getKi() const +%feature("docstring") SimulationElement::getKi "kvector_t SimulationElement::getKi() const "; -%feature("docstring") SimulationElement::getMeanKf "kvector_t SimulationElement::getMeanKf() const +%feature("docstring") SimulationElement::getMeanKf "kvector_t SimulationElement::getMeanKf() const "; -%feature("docstring") SimulationElement::getMeanQ "kvector_t SimulationElement::getMeanQ() const +%feature("docstring") SimulationElement::getMeanQ "kvector_t SimulationElement::getMeanQ() const "; %feature("docstring") SimulationElement::getQ "kvector_t SimulationElement::getQ(double x, double y) const @@ -13801,16 +13827,16 @@ Returns assigned PolarizationHandler. Returns scattering vector Q, with Kf determined from in-pixel coordinates x,y. In-pixel coordinates take values from 0 to 1. "; -%feature("docstring") SimulationElement::getIntegrationFactor "double SimulationElement::getIntegrationFactor(double x, double y) const +%feature("docstring") SimulationElement::getIntegrationFactor "double SimulationElement::getIntegrationFactor(double x, double y) const "; -%feature("docstring") SimulationElement::getSolidAngle "double SimulationElement::getSolidAngle() const +%feature("docstring") SimulationElement::getSolidAngle "double SimulationElement::getSolidAngle() const "; -%feature("docstring") SimulationElement::getAlpha "double SimulationElement::getAlpha(double x, double y) const +%feature("docstring") SimulationElement::getAlpha "double SimulationElement::getAlpha(double x, double y) const "; -%feature("docstring") SimulationElement::getPhi "double SimulationElement::getPhi(double x, double y) const +%feature("docstring") SimulationElement::getPhi "double SimulationElement::getPhi(double x, double y) const "; %feature("docstring") SimulationElement::setSpecular "void SimulationElement::setSpecular(bool is_specular) @@ -13849,10 +13875,10 @@ C++ includes: SimulationOptions.h %feature("docstring") SimulationOptions::SimulationOptions "SimulationOptions::SimulationOptions() "; -%feature("docstring") SimulationOptions::isIntegrate "bool SimulationOptions::isIntegrate() const +%feature("docstring") SimulationOptions::isIntegrate "bool SimulationOptions::isIntegrate() const "; -%feature("docstring") SimulationOptions::getMcPoints "size_t SimulationOptions::getMcPoints() const +%feature("docstring") SimulationOptions::getMcPoints "size_t SimulationOptions::getMcPoints() const "; %feature("docstring") SimulationOptions::setMonteCarloIntegration "void SimulationOptions::setMonteCarloIntegration(bool flag=true, size_t mc_points=50) @@ -13874,7 +13900,7 @@ Number of points for MonteCarlo integrator Sets number of threads to use during the simulation (0 - take the default value from the hardware) "; -%feature("docstring") SimulationOptions::getNumberOfThreads "unsigned SimulationOptions::getNumberOfThreads() const +%feature("docstring") SimulationOptions::getNumberOfThreads "unsigned SimulationOptions::getNumberOfThreads() const "; %feature("docstring") SimulationOptions::setNumberOfBatches "void SimulationOptions::setNumberOfBatches(int nbatches) @@ -13882,10 +13908,10 @@ Sets number of threads to use during the simulation (0 - take the default value Sets number of batches to split. "; -%feature("docstring") SimulationOptions::getNumberOfBatches "unsigned SimulationOptions::getNumberOfBatches() const +%feature("docstring") SimulationOptions::getNumberOfBatches "unsigned SimulationOptions::getNumberOfBatches() const "; -%feature("docstring") SimulationOptions::getCurrentBatch "unsigned SimulationOptions::getCurrentBatch() const +%feature("docstring") SimulationOptions::getCurrentBatch "unsigned SimulationOptions::getCurrentBatch() const "; %feature("docstring") SimulationOptions::setThreadInfo "void SimulationOptions::setThreadInfo(const ThreadInfo &thread_info) @@ -13893,19 +13919,19 @@ Sets number of batches to split. Sets the batch and thread information to be used. "; -%feature("docstring") SimulationOptions::getHardwareConcurrency "unsigned SimulationOptions::getHardwareConcurrency() const +%feature("docstring") SimulationOptions::getHardwareConcurrency "unsigned SimulationOptions::getHardwareConcurrency() const "; %feature("docstring") SimulationOptions::setIncludeSpecular "void SimulationOptions::setIncludeSpecular(bool include_specular) "; -%feature("docstring") SimulationOptions::includeSpecular "bool SimulationOptions::includeSpecular() const +%feature("docstring") SimulationOptions::includeSpecular "bool SimulationOptions::includeSpecular() const "; %feature("docstring") SimulationOptions::setUseAvgMaterials "void SimulationOptions::setUseAvgMaterials(bool use_avg_materials) "; -%feature("docstring") SimulationOptions::useAvgMaterials "bool SimulationOptions::useAvgMaterials() const +%feature("docstring") SimulationOptions::useAvgMaterials "bool SimulationOptions::useAvgMaterials() const "; @@ -13929,13 +13955,13 @@ C++ includes: SimulationResult.h %feature("docstring") SimulationResult::SimulationResult "SimulationResult::SimulationResult(SimulationResult &&other) "; -%feature("docstring") SimulationResult::data "OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const +%feature("docstring") SimulationResult::data "OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const "; -%feature("docstring") SimulationResult::histogram1d "Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const +%feature("docstring") SimulationResult::histogram1d "Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const "; -%feature("docstring") SimulationResult::histogram2d "Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const +%feature("docstring") SimulationResult::histogram2d "Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const "; %feature("docstring") SimulationResult::axisInfo "std::vector< AxisInfo > SimulationResult::axisInfo(AxesUnits units=AxesUnits::DEFAULT) const @@ -13943,7 +13969,7 @@ C++ includes: SimulationResult.h Provide AxisInfo for each axis and the given units. "; -%feature("docstring") SimulationResult::size "size_t SimulationResult::size() const +%feature("docstring") SimulationResult::size "size_t SimulationResult::size() const "; @@ -13989,7 +14015,7 @@ C++ includes: SizeDistributionModelsBuilder.h %feature("docstring") SizeDistributionDAModelBuilder::SizeDistributionDAModelBuilder "SizeDistributionDAModelBuilder::SizeDistributionDAModelBuilder() "; -%feature("docstring") SizeDistributionDAModelBuilder::buildSample "MultiLayer * SizeDistributionDAModelBuilder::buildSample() const +%feature("docstring") SizeDistributionDAModelBuilder::buildSample "MultiLayer * SizeDistributionDAModelBuilder::buildSample() const "; @@ -14004,7 +14030,7 @@ C++ includes: SizeDistributionModelsBuilder.h %feature("docstring") SizeDistributionLMAModelBuilder::SizeDistributionLMAModelBuilder "SizeDistributionLMAModelBuilder::SizeDistributionLMAModelBuilder() "; -%feature("docstring") SizeDistributionLMAModelBuilder::buildSample "MultiLayer * SizeDistributionLMAModelBuilder::buildSample() const +%feature("docstring") SizeDistributionLMAModelBuilder::buildSample "MultiLayer * SizeDistributionLMAModelBuilder::buildSample() const "; @@ -14019,7 +14045,7 @@ C++ includes: SizeDistributionModelsBuilder.h %feature("docstring") SizeDistributionSSCAModelBuilder::SizeDistributionSSCAModelBuilder "SizeDistributionSSCAModelBuilder::SizeDistributionSSCAModelBuilder() "; -%feature("docstring") SizeDistributionSSCAModelBuilder::buildSample "MultiLayer * SizeDistributionSSCAModelBuilder::buildSample() const +%feature("docstring") SizeDistributionSSCAModelBuilder::buildSample "MultiLayer * SizeDistributionSSCAModelBuilder::buildSample() const "; @@ -14034,7 +14060,7 @@ C++ includes: SlicedParticleBuilder.h %feature("docstring") SlicedCompositionBuilder::SlicedCompositionBuilder "SlicedCompositionBuilder::SlicedCompositionBuilder() "; -%feature("docstring") SlicedCompositionBuilder::buildSample "MultiLayer * SlicedCompositionBuilder::buildSample() const +%feature("docstring") SlicedCompositionBuilder::buildSample "MultiLayer * SlicedCompositionBuilder::buildSample() const "; @@ -14055,10 +14081,10 @@ C++ includes: SlicedFormFactorList.h %feature("docstring") SlicedFormFactorList::~SlicedFormFactorList "SlicedFormFactorList::~SlicedFormFactorList()=default "; -%feature("docstring") SlicedFormFactorList::size "size_t SlicedFormFactorList::size() const +%feature("docstring") SlicedFormFactorList::size "size_t SlicedFormFactorList::size() const "; -%feature("docstring") SlicedFormFactorList::regionMap "std::map< size_t, std::vector< HomogeneousRegion > > SlicedFormFactorList::regionMap() const +%feature("docstring") SlicedFormFactorList::regionMap "std::map< size_t, std::vector< HomogeneousRegion > > SlicedFormFactorList::regionMap() const "; @@ -14108,7 +14134,7 @@ C++ includes: SpecularComputationTerm.h %feature("docstring") SpecularComputationTerm::SpecularComputationTerm "SpecularComputationTerm::SpecularComputationTerm(const MultiLayer *p_multi_layer, const IFresnelMap *p_fresnel_map) "; -%feature("docstring") SpecularComputationTerm::eval "void SpecularComputationTerm::eval(ProgressHandler *progress, const SpecularElementIter &begin_it, const SpecularElementIter &end_it) const +%feature("docstring") SpecularComputationTerm::eval "void SpecularComputationTerm::eval(ProgressHandler *progress, const SpecularElementIter &begin_it, const SpecularElementIter &end_it) const "; @@ -14150,7 +14176,7 @@ C++ includes: SpecularData.h %feature("docstring") SpecularData::SpecularData "SpecularData::SpecularData(ScalarVector coefficients) "; -%feature("docstring") SpecularData::isInited "bool SpecularData::isInited() const +%feature("docstring") SpecularData::isInited "bool SpecularData::isInited() const "; @@ -14253,7 +14279,7 @@ C++ includes: SpecularSimulation.h Put into a clean state for running a simulation. "; -%feature("docstring") SpecularSimulation::accept "void SpecularSimulation::accept(INodeVisitor *visitor) const override final +%feature("docstring") SpecularSimulation::accept "void SpecularSimulation::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. "; @@ -14310,13 +14336,13 @@ Assigns PolarizationHandler. Returns assigned PolarizationHandler. "; -%feature("docstring") SpecularSimulationElement::getWavelength "double SpecularSimulationElement::getWavelength() const +%feature("docstring") SpecularSimulationElement::getWavelength "double SpecularSimulationElement::getWavelength() const "; -%feature("docstring") SpecularSimulationElement::getAlphaI "double SpecularSimulationElement::getAlphaI() const +%feature("docstring") SpecularSimulationElement::getAlphaI "double SpecularSimulationElement::getAlphaI() const "; -%feature("docstring") SpecularSimulationElement::getKi "kvector_t SpecularSimulationElement::getKi() const +%feature("docstring") SpecularSimulationElement::getKi "kvector_t SpecularSimulationElement::getKi() const "; %feature("docstring") SpecularSimulationElement::setIntensity "void SpecularSimulationElement::setIntensity(double intensity) @@ -14325,7 +14351,7 @@ Returns assigned PolarizationHandler. %feature("docstring") SpecularSimulationElement::addIntensity "void SpecularSimulationElement::addIntensity(double intensity) "; -%feature("docstring") SpecularSimulationElement::getIntensity "double SpecularSimulationElement::getIntensity() const +%feature("docstring") SpecularSimulationElement::getIntensity "double SpecularSimulationElement::getIntensity() const "; %feature("docstring") SpecularSimulationElement::specularData "const SpecularData& SpecularSimulationElement::specularData() const @@ -14343,7 +14369,7 @@ Set specular data. Set calculation flag (if it's false, zero intensity is assigned to the element) "; -%feature("docstring") SpecularSimulationElement::isCalculated "bool SpecularSimulationElement::isCalculated() const +%feature("docstring") SpecularSimulationElement::isCalculated "bool SpecularSimulationElement::isCalculated() const "; @@ -14358,7 +14384,7 @@ C++ includes: ParticleDistributionsBuilder.h %feature("docstring") SpheresWithLimitsDistributionBuilder::SpheresWithLimitsDistributionBuilder "SpheresWithLimitsDistributionBuilder::SpheresWithLimitsDistributionBuilder() "; -%feature("docstring") SpheresWithLimitsDistributionBuilder::buildSample "MultiLayer * SpheresWithLimitsDistributionBuilder::buildSample() const +%feature("docstring") SpheresWithLimitsDistributionBuilder::buildSample "MultiLayer * SpheresWithLimitsDistributionBuilder::buildSample() const "; @@ -14596,7 +14622,7 @@ C++ includes: ISquaredFunction.h %feature("docstring") SquareLattice::SquareLattice "SquareLattice::SquareLattice(double length, double rotation_angle=0.0) "; -%feature("docstring") SquareLattice::clone "SquareLattice * SquareLattice::clone() const +%feature("docstring") SquareLattice::clone "SquareLattice * SquareLattice::clone() const "; %feature("docstring") SquareLattice::accept "void SquareLattice::accept(INodeVisitor *visitor) const final @@ -14604,16 +14630,16 @@ C++ includes: ISquaredFunction.h Calls the INodeVisitor's visit method. "; -%feature("docstring") SquareLattice::length1 "virtual double SquareLattice::length1() const +%feature("docstring") SquareLattice::length1 "virtual double SquareLattice::length1() const "; -%feature("docstring") SquareLattice::length2 "virtual double SquareLattice::length2() const +%feature("docstring") SquareLattice::length2 "virtual double SquareLattice::length2() const "; -%feature("docstring") SquareLattice::latticeAngle "double SquareLattice::latticeAngle() const +%feature("docstring") SquareLattice::latticeAngle "double SquareLattice::latticeAngle() const "; -%feature("docstring") SquareLattice::unitCellArea "double SquareLattice::unitCellArea() const +%feature("docstring") SquareLattice::unitCellArea "double SquareLattice::unitCellArea() const "; @@ -14628,7 +14654,7 @@ C++ includes: TwoDimLatticeBuilder.h %feature("docstring") SquareLatticeBuilder::SquareLatticeBuilder "SquareLatticeBuilder::SquareLatticeBuilder() "; -%feature("docstring") SquareLatticeBuilder::buildSample "MultiLayer * SquareLatticeBuilder::buildSample() const +%feature("docstring") SquareLatticeBuilder::buildSample "MultiLayer * SquareLatticeBuilder::buildSample() const "; @@ -14646,19 +14672,19 @@ C++ includes: SSCAHelper.h %feature("docstring") SSCAHelper::init "void SSCAHelper::init(const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) "; -%feature("docstring") SSCAHelper::getCharacteristicSizeCoupling "complex_t SSCAHelper::getCharacteristicSizeCoupling(double qp, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const +%feature("docstring") SSCAHelper::getCharacteristicSizeCoupling "complex_t SSCAHelper::getCharacteristicSizeCoupling(double qp, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const "; -%feature("docstring") SSCAHelper::getCharacteristicDistribution "complex_t SSCAHelper::getCharacteristicDistribution(double qp, const IInterferenceFunction *p_iff) const +%feature("docstring") SSCAHelper::getCharacteristicDistribution "complex_t SSCAHelper::getCharacteristicDistribution(double qp, const IInterferenceFunction *p_iff) const "; -%feature("docstring") SSCAHelper::calculatePositionOffsetPhase "complex_t SSCAHelper::calculatePositionOffsetPhase(double qp, double radial_extension) const +%feature("docstring") SSCAHelper::calculatePositionOffsetPhase "complex_t SSCAHelper::calculatePositionOffsetPhase(double qp, double radial_extension) const "; -%feature("docstring") SSCAHelper::getMeanFormfactorNorm "complex_t SSCAHelper::getMeanFormfactorNorm(double qp, const std::vector< complex_t > &precomputed_ff, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const +%feature("docstring") SSCAHelper::getMeanFormfactorNorm "complex_t SSCAHelper::getMeanFormfactorNorm(double qp, const std::vector< complex_t > &precomputed_ff, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const "; -%feature("docstring") SSCAHelper::getMeanFormfactors "void SSCAHelper::getMeanFormfactors(double qp, Eigen::Matrix2cd &ff_orig, Eigen::Matrix2cd &ff_conj, const IInterferenceFunctionStrategy::matrixFFVector_t &precomputed_ff, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const +%feature("docstring") SSCAHelper::getMeanFormfactors "void SSCAHelper::getMeanFormfactors(double qp, Eigen::Matrix2cd &ff_orig, Eigen::Matrix2cd &ff_conj, const IInterferenceFunctionStrategy::matrixFFVector_t &precomputed_ff, const SafePointerVector< FormFactorCoherentSum > &ff_wrappers) const "; @@ -14700,16 +14726,16 @@ C++ includes: TRange.h %feature("docstring") TRange::~TRange "virtual TRange< T >::~TRange() "; -%feature("docstring") TRange::getLowerBound "T TRange< T >::getLowerBound() const +%feature("docstring") TRange::getLowerBound "T TRange< T >::getLowerBound() const "; -%feature("docstring") TRange::getUpperBound "T TRange< T >::getUpperBound() const +%feature("docstring") TRange::getUpperBound "T TRange< T >::getUpperBound() const "; -%feature("docstring") TRange::getDifference "T TRange< T >::getDifference() const +%feature("docstring") TRange::getDifference "T TRange< T >::getDifference() const "; -%feature("docstring") TRange::inRange "bool TRange< T >::inRange(T value) const +%feature("docstring") TRange::inRange "bool TRange< T >::inRange(T value) const "; @@ -14786,16 +14812,16 @@ Retrieve the rotation type (general, around x, y or z-axis) Determine if the transformation is trivial (identity) "; -%feature("docstring") Transform3D::print "void Transform3D::print(std::ostream &ostr) const +%feature("docstring") Transform3D::print "void Transform3D::print(std::ostream &ostr) const "; -%feature("docstring") Transform3D::isXRotation "bool Transform3D::isXRotation() const +%feature("docstring") Transform3D::isXRotation "bool Transform3D::isXRotation() const "; -%feature("docstring") Transform3D::isYRotation "bool Transform3D::isYRotation() const +%feature("docstring") Transform3D::isYRotation "bool Transform3D::isYRotation() const "; -%feature("docstring") Transform3D::isZRotation "bool Transform3D::isZRotation() const +%feature("docstring") Transform3D::isZRotation "bool Transform3D::isZRotation() const "; @@ -14810,7 +14836,7 @@ C++ includes: TransformationsBuilder.h %feature("docstring") TransformBoxBuilder::TransformBoxBuilder "TransformBoxBuilder::TransformBoxBuilder() "; -%feature("docstring") TransformBoxBuilder::buildSample "MultiLayer * TransformBoxBuilder::buildSample() const +%feature("docstring") TransformBoxBuilder::buildSample "MultiLayer * TransformBoxBuilder::buildSample() const "; @@ -14835,7 +14861,7 @@ C++ includes: RipplesBuilder.h %feature("docstring") TriangularRippleBuilder::TriangularRippleBuilder "TriangularRippleBuilder::TriangularRippleBuilder() "; -%feature("docstring") TriangularRippleBuilder::buildSample "MultiLayer * TriangularRippleBuilder::buildSample() const +%feature("docstring") TriangularRippleBuilder::buildSample "MultiLayer * TriangularRippleBuilder::buildSample() const "; @@ -14870,7 +14896,7 @@ C++ includes: TRange.h %feature("docstring") TSampledRange::TSampledRange "TSampledRange< T >::TSampledRange(size_t n_samples, T lowerBound, T upperBound) "; -%feature("docstring") TSampledRange::getNSamples "size_t TSampledRange< T >::getNSamples() const +%feature("docstring") TSampledRange::getNSamples "size_t TSampledRange< T >::getNSamples() const "; @@ -14885,7 +14911,7 @@ C++ includes: TwoLayerRoughnessBuilder.h %feature("docstring") TwoLayerRoughnessBuilder::TwoLayerRoughnessBuilder "TwoLayerRoughnessBuilder::TwoLayerRoughnessBuilder() "; -%feature("docstring") TwoLayerRoughnessBuilder::buildSample "MultiLayer * TwoLayerRoughnessBuilder::buildSample() const +%feature("docstring") TwoLayerRoughnessBuilder::buildSample "MultiLayer * TwoLayerRoughnessBuilder::buildSample() const "; @@ -14900,7 +14926,7 @@ C++ includes: ParticleDistributionsBuilder.h %feature("docstring") TwoTypesCylindersDistributionBuilder::TwoTypesCylindersDistributionBuilder "TwoTypesCylindersDistributionBuilder::TwoTypesCylindersDistributionBuilder() "; -%feature("docstring") TwoTypesCylindersDistributionBuilder::buildSample "MultiLayer * TwoTypesCylindersDistributionBuilder::buildSample() const +%feature("docstring") TwoTypesCylindersDistributionBuilder::buildSample "MultiLayer * TwoTypesCylindersDistributionBuilder::buildSample() const "; @@ -15009,7 +15035,7 @@ Returns value of first point of axis. Returns value of last point of axis. "; -%feature("docstring") VariableBinAxis::getBinCenter "double VariableBinAxis::getBinCenter(size_t index) const +%feature("docstring") VariableBinAxis::getBinCenter "double VariableBinAxis::getBinCenter(size_t index) const "; %feature("docstring") VariableBinAxis::findClosestIndex "size_t VariableBinAxis::findClosestIndex(double value) const @@ -15017,10 +15043,10 @@ Returns value of last point of axis. find bin index which is best match for given value "; -%feature("docstring") VariableBinAxis::getBinCenters "std::vector< double > VariableBinAxis::getBinCenters() const +%feature("docstring") VariableBinAxis::getBinCenters "std::vector< double > VariableBinAxis::getBinCenters() const "; -%feature("docstring") VariableBinAxis::getBinBoundaries "std::vector<double> VariableBinAxis::getBinBoundaries() const +%feature("docstring") VariableBinAxis::getBinBoundaries "std::vector<double> VariableBinAxis::getBinBoundaries() const "; %feature("docstring") VariableBinAxis::createClippedAxis "VariableBinAxis * VariableBinAxis::createClippedAxis(double left, double right) const @@ -15046,7 +15072,7 @@ x: The value at which it crosses x-axes "; -%feature("docstring") VerticalLine::clone "VerticalLine* VerticalLine::clone() const +%feature("docstring") VerticalLine::clone "VerticalLine* VerticalLine::clone() const "; %feature("docstring") VerticalLine::contains "bool VerticalLine::contains(double x, double y) const @@ -15059,7 +15085,7 @@ Returns true if point with given coordinates is inside or on border of the shape Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition). "; -%feature("docstring") VerticalLine::getXpos "double VerticalLine::getXpos() const +%feature("docstring") VerticalLine::getXpos "double VerticalLine::getXpos() const "; @@ -15077,26 +15103,26 @@ C++ includes: WavevectorInfo.h %feature("docstring") WavevectorInfo::WavevectorInfo "WavevectorInfo::WavevectorInfo(kvector_t ki, kvector_t kf, double wavelength) "; -%feature("docstring") WavevectorInfo::transformed "WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const +%feature("docstring") WavevectorInfo::transformed "WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const "; -%feature("docstring") WavevectorInfo::getKi "cvector_t WavevectorInfo::getKi() const +%feature("docstring") WavevectorInfo::getKi "cvector_t WavevectorInfo::getKi() const "; -%feature("docstring") WavevectorInfo::getKf "cvector_t WavevectorInfo::getKf() const +%feature("docstring") WavevectorInfo::getKf "cvector_t WavevectorInfo::getKf() const "; -%feature("docstring") WavevectorInfo::getQ "cvector_t WavevectorInfo::getQ() const +%feature("docstring") WavevectorInfo::getQ "cvector_t WavevectorInfo::getQ() const "; -%feature("docstring") WavevectorInfo::getWavelength "double WavevectorInfo::getWavelength() const +%feature("docstring") WavevectorInfo::getWavelength "double WavevectorInfo::getWavelength() const "; -// File: classFourierTransform_1_1Workspace.xml +// File: classConvolve_1_1Workspace.xml -// File: classConvolve_1_1Workspace.xml +// File: classFourierTransform_1_1Workspace.xml // File: classZLimits.xml @@ -15116,13 +15142,13 @@ C++ includes: ZLimits.h %feature("docstring") ZLimits::ZLimits "ZLimits::ZLimits(OneSidedLimit lower_limit, OneSidedLimit upper_limit) "; -%feature("docstring") ZLimits::isFinite "bool ZLimits::isFinite() const +%feature("docstring") ZLimits::isFinite "bool ZLimits::isFinite() const "; -%feature("docstring") ZLimits::lowerLimit "OneSidedLimit ZLimits::lowerLimit() const +%feature("docstring") ZLimits::lowerLimit "OneSidedLimit ZLimits::lowerLimit() const "; -%feature("docstring") ZLimits::upperLimit "OneSidedLimit ZLimits::upperLimit() const +%feature("docstring") ZLimits::upperLimit "OneSidedLimit ZLimits::upperLimit() const "; @@ -15192,10 +15218,10 @@ C++ includes: ZLimits.h // File: namespace_0D476.xml -// File: namespace_0D552.xml +// File: namespace_0D554.xml -// File: namespace_0D574.xml +// File: namespace_0D576.xml // File: namespace_0D79.xml @@ -15531,7 +15557,7 @@ Function for calculating the reduced potential, used for obtaining the Fresnel c Utility to compute magnetization correction for reduced potential and scattering length density. "; -%feature("docstring") MaterialUtils::checkMaterialTypes "MATERIAL_TYPES MaterialUtils::checkMaterialTypes(const std::vector< const Material *> &materials) +%feature("docstring") MaterialUtils::checkMaterialTypes "MATERIAL_TYPES MaterialUtils::checkMaterialTypes(const std::vector< const Material * > &materials) Checks if all non-default materials in materials are of the same type and returns this type. If several types of materials are involved, InvalidMaterialType identifier is returned. "; @@ -17783,22 +17809,24 @@ Generate vertices of centered ellipse with given semi-axes at height z. // File: LayersWithAbsorptionBuilder_8h.xml -// File: MagneticLayersBuilder_8cpp.xml +// File: LayersWithAbsorptionBySLDBuilder_8cpp.xml +%feature("docstring") middle_layer_thickness "const double middle_layer_thickness(60.0 *Units::nanometer) +"; -// File: MagneticLayersBuilder_8h.xml +// File: LayersWithAbsorptionBySLDBuilder_8h.xml -// File: MagneticParticlesBuilder_8cpp.xml +// File: MagneticLayersBuilder_8cpp.xml -// File: MagneticParticlesBuilder_8h.xml +// File: MagneticLayersBuilder_8h.xml -// File: MaterialBySLDBuilder_8cpp.xml +// File: MagneticParticlesBuilder_8cpp.xml -// File: MaterialBySLDBuilder_8h.xml +// File: MagneticParticlesBuilder_8h.xml // File: MesoCrystalBuilder_8cpp.xml @@ -17843,6 +17871,12 @@ Generate vertices of centered ellipse with given semi-axes at height z. // File: ParticleInTheAirBuilder_8h.xml +// File: PlainMultiLayerBySLDBuilder_8cpp.xml + + +// File: PlainMultiLayerBySLDBuilder_8h.xml + + // File: ResonatorBuilder_8cpp.xml diff --git a/auto/Wrap/libBornAgainCore.py b/auto/Wrap/libBornAgainCore.py index 9acaac7a1896000f99e715274b7291e6821f1374..6e4c31a65e785314cf4e4631bb9d3fa7c7cbd9db 100644 --- a/auto/Wrap/libBornAgainCore.py +++ b/auto/Wrap/libBornAgainCore.py @@ -1834,7 +1834,7 @@ class INamed(_object): """ getName(INamed self) -> std::string - std::string INamed::getName() const + std::string INamed::getName() const """ return _libBornAgainCore.INamed_getName(self) @@ -3848,7 +3848,7 @@ class WavevectorInfo(_object): """ transformed(WavevectorInfo self, Transform3D const & transform) -> WavevectorInfo - WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const + WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const """ return _libBornAgainCore.WavevectorInfo_transformed(self, transform) @@ -3858,7 +3858,7 @@ class WavevectorInfo(_object): """ getKi(WavevectorInfo self) -> cvector_t - cvector_t WavevectorInfo::getKi() const + cvector_t WavevectorInfo::getKi() const """ return _libBornAgainCore.WavevectorInfo_getKi(self) @@ -3868,7 +3868,7 @@ class WavevectorInfo(_object): """ getKf(WavevectorInfo self) -> cvector_t - cvector_t WavevectorInfo::getKf() const + cvector_t WavevectorInfo::getKf() const """ return _libBornAgainCore.WavevectorInfo_getKf(self) @@ -3878,7 +3878,7 @@ class WavevectorInfo(_object): """ getQ(WavevectorInfo self) -> cvector_t - cvector_t WavevectorInfo::getQ() const + cvector_t WavevectorInfo::getQ() const """ return _libBornAgainCore.WavevectorInfo_getQ(self) @@ -3888,7 +3888,7 @@ class WavevectorInfo(_object): """ getWavelength(WavevectorInfo self) -> double - double WavevectorInfo::getWavelength() const + double WavevectorInfo::getWavelength() const """ return _libBornAgainCore.WavevectorInfo_getWavelength(self) @@ -4055,7 +4055,7 @@ class Beam(INode): """ getBlochVector(Beam self) -> kvector_t - kvector_t Beam::getBlochVector() const + kvector_t Beam::getBlochVector() const """ return _libBornAgainCore.Beam_getBlochVector(self) @@ -4065,7 +4065,7 @@ class Beam(INode): """ getWavelength(Beam self) -> double - double Beam::getWavelength() const + double Beam::getWavelength() const """ return _libBornAgainCore.Beam_getWavelength(self) @@ -4075,7 +4075,7 @@ class Beam(INode): """ getAlpha(Beam self) -> double - double Beam::getAlpha() const + double Beam::getAlpha() const """ return _libBornAgainCore.Beam_getAlpha(self) @@ -4085,7 +4085,7 @@ class Beam(INode): """ getPhi(Beam self) -> double - double Beam::getPhi() const + double Beam::getPhi() const """ return _libBornAgainCore.Beam_getPhi(self) @@ -4107,7 +4107,7 @@ class Beam(INode): """ getChildren(Beam self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > INode::getChildren() const + std::vector< const INode * > Beam::getChildren() const override Returns a vector of children (const). @@ -4152,7 +4152,7 @@ class Bin1D(_object): """ getMidPoint(Bin1D self) -> double - double Bin1D::getMidPoint() const + double Bin1D::getMidPoint() const """ return _libBornAgainCore.Bin1D_getMidPoint(self) @@ -4162,7 +4162,7 @@ class Bin1D(_object): """ getBinSize(Bin1D self) -> double - double Bin1D::getBinSize() const + double Bin1D::getBinSize() const """ return _libBornAgainCore.Bin1D_getBinSize(self) @@ -4220,7 +4220,7 @@ class Bin1DKVector(_object): """ getMidPoint(Bin1DKVector self) -> kvector_t - kvector_t Bin1DKVector::getMidPoint() const + kvector_t Bin1DKVector::getMidPoint() const """ return _libBornAgainCore.Bin1DKVector_getMidPoint(self) @@ -4230,7 +4230,7 @@ class Bin1DKVector(_object): """ getDelta(Bin1DKVector self) -> kvector_t - kvector_t Bin1DKVector::getDelta() const + kvector_t Bin1DKVector::getDelta() const """ return _libBornAgainCore.Bin1DKVector_getDelta(self) @@ -4285,7 +4285,7 @@ class Bin1DCVector(_object): """ getMidPoint(Bin1DCVector self) -> cvector_t - cvector_t Bin1DCVector::getMidPoint() const + cvector_t Bin1DCVector::getMidPoint() const """ return _libBornAgainCore.Bin1DCVector_getMidPoint(self) @@ -4295,7 +4295,7 @@ class Bin1DCVector(_object): """ getDelta(Bin1DCVector self) -> cvector_t - cvector_t Bin1DCVector::getDelta() const + cvector_t Bin1DCVector::getDelta() const """ return _libBornAgainCore.Bin1DCVector_getDelta(self) @@ -4478,7 +4478,7 @@ class IAxis(_object): """ getBinCenters(IAxis self) -> vdouble1d_t - std::vector< double > IAxis::getBinCenters() const + std::vector< double > IAxis::getBinCenters() const """ return _libBornAgainCore.IAxis_getBinCenters(self) @@ -4488,7 +4488,7 @@ class IAxis(_object): """ getBinBoundaries(IAxis self) -> vdouble1d_t - std::vector< double > IAxis::getBinBoundaries() const + std::vector< double > IAxis::getBinBoundaries() const """ return _libBornAgainCore.IAxis_getBinBoundaries(self) @@ -4644,7 +4644,7 @@ class VariableBinAxis(IAxis): """ getBinCenter(VariableBinAxis self, size_t index) -> double - double VariableBinAxis::getBinCenter(size_t index) const + double VariableBinAxis::getBinCenter(size_t index) const """ return _libBornAgainCore.VariableBinAxis_getBinCenter(self, index) @@ -4666,7 +4666,7 @@ class VariableBinAxis(IAxis): """ getBinCenters(VariableBinAxis self) -> vdouble1d_t - std::vector< double > VariableBinAxis::getBinCenters() const + std::vector< double > VariableBinAxis::getBinCenters() const """ return _libBornAgainCore.VariableBinAxis_getBinCenters(self) @@ -4676,7 +4676,7 @@ class VariableBinAxis(IAxis): """ getBinBoundaries(VariableBinAxis self) -> vdouble1d_t - std::vector<double> VariableBinAxis::getBinBoundaries() const + std::vector<double> VariableBinAxis::getBinBoundaries() const """ return _libBornAgainCore.VariableBinAxis_getBinBoundaries(self) @@ -4859,7 +4859,7 @@ class CustomBinAxis(VariableBinAxis): """ getBinCenters(CustomBinAxis self) -> vdouble1d_t - std::vector< double > CustomBinAxis::getBinCenters() const + std::vector< double > CustomBinAxis::getBinCenters() const """ return _libBornAgainCore.CustomBinAxis_getBinCenters(self) @@ -5404,7 +5404,7 @@ class FitStrategyDefault(IFitStrategy): """ clone(FitStrategyDefault self) -> FitStrategyDefault - FitStrategyDefault * FitStrategyDefault::clone() const + FitStrategyDefault * FitStrategyDefault::clone() const """ return _libBornAgainCore.FitStrategyDefault_clone(self) @@ -5493,7 +5493,7 @@ class IntensityFunctionLog(IIntensityFunction): """ clone(IntensityFunctionLog self) -> IntensityFunctionLog - virtual IntensityFunctionLog* IntensityFunctionLog::clone() const + virtual IntensityFunctionLog* IntensityFunctionLog::clone() const """ return _libBornAgainCore.IntensityFunctionLog_clone(self) @@ -5503,7 +5503,7 @@ class IntensityFunctionLog(IIntensityFunction): """ evaluate(IntensityFunctionLog self, double value) -> double - double IntensityFunctionLog::evaluate(double value) const + double IntensityFunctionLog::evaluate(double value) const """ return _libBornAgainCore.IntensityFunctionLog_evaluate(self, value) @@ -5554,7 +5554,7 @@ class IntensityFunctionSqrt(IIntensityFunction): """ clone(IntensityFunctionSqrt self) -> IntensityFunctionSqrt - virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const + virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const """ return _libBornAgainCore.IntensityFunctionSqrt_clone(self) @@ -5564,7 +5564,7 @@ class IntensityFunctionSqrt(IIntensityFunction): """ evaluate(IntensityFunctionSqrt self, double value) -> double - double IntensityFunctionSqrt::evaluate(double value) const + double IntensityFunctionSqrt::evaluate(double value) const """ return _libBornAgainCore.IntensityFunctionSqrt_evaluate(self, value) @@ -5697,7 +5697,7 @@ class IntensityNormalizer(IIntensityNormalizer): """ clone(IntensityNormalizer self) -> IntensityNormalizer - IntensityNormalizer * IntensityNormalizer::clone() const + IntensityNormalizer * IntensityNormalizer::clone() const """ return _libBornAgainCore.IntensityNormalizer_clone(self) @@ -5719,7 +5719,7 @@ class IntensityNormalizer(IIntensityNormalizer): """ createNormalizedData(IntensityNormalizer self, IntensityData data) -> IntensityData - OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const + OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const """ return _libBornAgainCore.IntensityNormalizer_createNormalizedData(self, data) @@ -6454,7 +6454,7 @@ class FitParameter(libBornAgainFit.IFitParameter): """ clone(FitParameter self) -> FitParameter - FitParameter * FitParameter::clone() const + FitParameter * FitParameter::clone() const """ return _libBornAgainCore.FitParameter_clone(self) @@ -6512,7 +6512,7 @@ class FitParameter(libBornAgainFit.IFitParameter): """ patterns(FitParameter self) -> vector_string_t - std::vector< std::string > FitParameter::patterns() const + std::vector< std::string > FitParameter::patterns() const """ return _libBornAgainCore.FitParameter_patterns(self) @@ -6924,7 +6924,7 @@ class FitSuite(IObservable): getSimulationOutputData(FitSuite self, size_t i_item=0) -> IntensityData getSimulationOutputData(FitSuite self) -> IntensityData - const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const + const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const """ return _libBornAgainCore.FitSuite_getSimulationOutputData(self, i_item) @@ -7143,7 +7143,7 @@ class FitSuiteObjects(INode): """ size(FitSuiteObjects self) -> size_t - size_t FitSuiteObjects::size() const + size_t FitSuiteObjects::size() const """ return _libBornAgainCore.FitSuiteObjects_size(self) @@ -7416,7 +7416,7 @@ class AdjustMinimizerStrategy(IFitStrategy): """ clone(AdjustMinimizerStrategy self) -> AdjustMinimizerStrategy - AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const + AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const """ return _libBornAgainCore.AdjustMinimizerStrategy_clone(self) @@ -7873,7 +7873,7 @@ class Crystal(IClusteredParticles): """ clone(Crystal self) -> Crystal - Crystal * Crystal::clone() const override final + Crystal * Crystal::clone() const overridefinal Returns a clone of this ISample object. @@ -7885,7 +7885,7 @@ class Crystal(IClusteredParticles): """ accept(Crystal self, INodeVisitor visitor) - void Crystal::accept(INodeVisitor *visitor) const override final + void Crystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -7897,7 +7897,7 @@ class Crystal(IClusteredParticles): """ createTotalFormFactor(Crystal self, IFormFactor meso_crystal_form_factor, IRotation p_rotation, kvector_t translation) -> IFormFactor - IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const override final + IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const overridefinal Creates a total form factor for the mesocrystal with a specific shape and content The bulk content of the mesocrystal is encapsulated by the IClusteredParticles object itself @@ -7909,7 +7909,7 @@ class Crystal(IClusteredParticles): """ homogeneousRegions(Crystal self) -> std::vector< HomogeneousRegion,std::allocator< HomogeneousRegion > > - std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const override final + std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const overridefinal Creates region information with volumetric densities instead of absolute volume These densities need to be multiplied by the total mesocrystal volume @@ -7922,7 +7922,7 @@ class Crystal(IClusteredParticles): transformedLattice(Crystal self, IRotation p_rotation=None) -> Lattice transformedLattice(Crystal self) -> Lattice - Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const + Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const """ return _libBornAgainCore.Crystal_transformedLattice(self, p_rotation) @@ -7942,7 +7942,7 @@ class Crystal(IClusteredParticles): """ getChildren(Crystal self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > Crystal::getChildren() const override final + std::vector< const INode * > Crystal::getChildren() const overridefinal Returns a vector of children (const). @@ -8162,7 +8162,7 @@ class DistributionGate(IDistribution1D): """ getMin(DistributionGate self) -> double - double DistributionGate::getMin() const + double DistributionGate::getMin() const """ return _libBornAgainCore.DistributionGate_getMin(self) @@ -8172,7 +8172,7 @@ class DistributionGate(IDistribution1D): """ getMax(DistributionGate self) -> double - double DistributionGate::getMax() const + double DistributionGate::getMax() const """ return _libBornAgainCore.DistributionGate_getMax(self) @@ -8291,7 +8291,7 @@ class DistributionLorentz(IDistribution1D): """ getHWHM(DistributionLorentz self) -> double - double DistributionLorentz::getHWHM() const + double DistributionLorentz::getHWHM() const """ return _libBornAgainCore.DistributionLorentz_getHWHM(self) @@ -8410,7 +8410,7 @@ class DistributionGaussian(IDistribution1D): """ getStdDev(DistributionGaussian self) -> double - double DistributionGaussian::getStdDev() const + double DistributionGaussian::getStdDev() const """ return _libBornAgainCore.DistributionGaussian_getStdDev(self) @@ -8529,7 +8529,7 @@ class DistributionLogNormal(IDistribution1D): """ getMedian(DistributionLogNormal self) -> double - double DistributionLogNormal::getMedian() const + double DistributionLogNormal::getMedian() const """ return _libBornAgainCore.DistributionLogNormal_getMedian(self) @@ -8539,7 +8539,7 @@ class DistributionLogNormal(IDistribution1D): """ getScalePar(DistributionLogNormal self) -> double - double DistributionLogNormal::getScalePar() const + double DistributionLogNormal::getScalePar() const """ return _libBornAgainCore.DistributionLogNormal_getScalePar(self) @@ -8670,7 +8670,7 @@ class DistributionCosine(IDistribution1D): """ getSigma(DistributionCosine self) -> double - double DistributionCosine::getSigma() const + double DistributionCosine::getSigma() const """ return _libBornAgainCore.DistributionCosine_getSigma(self) @@ -8789,7 +8789,7 @@ class DistributionTrapezoid(IDistribution1D): """ getLeftWidth(DistributionTrapezoid self) -> double - double DistributionTrapezoid::getLeftWidth() const + double DistributionTrapezoid::getLeftWidth() const """ return _libBornAgainCore.DistributionTrapezoid_getLeftWidth(self) @@ -8799,7 +8799,7 @@ class DistributionTrapezoid(IDistribution1D): """ getMiddleWidth(DistributionTrapezoid self) -> double - double DistributionTrapezoid::getMiddleWidth() const + double DistributionTrapezoid::getMiddleWidth() const """ return _libBornAgainCore.DistributionTrapezoid_getMiddleWidth(self) @@ -8809,7 +8809,7 @@ class DistributionTrapezoid(IDistribution1D): """ getRightWidth(DistributionTrapezoid self) -> double - double DistributionTrapezoid::getRightWidth() const + double DistributionTrapezoid::getRightWidth() const """ return _libBornAgainCore.DistributionTrapezoid_getRightWidth(self) @@ -8920,7 +8920,7 @@ class DetectorMask(_object): """ isMasked(DetectorMask self, size_t index) -> bool - bool DetectorMask::isMasked(size_t index) const + bool DetectorMask::isMasked(size_t index) const """ return _libBornAgainCore.DetectorMask_isMasked(self, index) @@ -8930,7 +8930,7 @@ class DetectorMask(_object): """ getMaskData(DetectorMask self) -> OutputData< bool > const * - const OutputData<bool>* DetectorMask::getMaskData() const + const OutputData<bool>* DetectorMask::getMaskData() const """ return _libBornAgainCore.DetectorMask_getMaskData(self) @@ -8940,7 +8940,7 @@ class DetectorMask(_object): """ createHistogram(DetectorMask self) -> Histogram2D - Histogram2D * DetectorMask::createHistogram() const + Histogram2D * DetectorMask::createHistogram() const """ return _libBornAgainCore.DetectorMask_createHistogram(self) @@ -8974,7 +8974,7 @@ class DetectorMask(_object): """ numberOfMaskedChannels(DetectorMask self) -> int - int DetectorMask::numberOfMaskedChannels() const + int DetectorMask::numberOfMaskedChannels() const """ return _libBornAgainCore.DetectorMask_numberOfMaskedChannels(self) @@ -8984,7 +8984,7 @@ class DetectorMask(_object): """ numberOfMasks(DetectorMask self) -> size_t - size_t DetectorMask::numberOfMasks() const + size_t DetectorMask::numberOfMasks() const """ return _libBornAgainCore.DetectorMask_numberOfMasks(self) @@ -8994,7 +8994,7 @@ class DetectorMask(_object): """ getMaskShape(DetectorMask self, size_t mask_index, bool & mask_value) -> IShape2D - const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const + const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const """ return _libBornAgainCore.DetectorMask_getMaskShape(self, mask_index, mask_value) @@ -9060,7 +9060,7 @@ class Ellipse(IShape2D): """ clone(Ellipse self) -> Ellipse - Ellipse* Ellipse::clone() const + Ellipse* Ellipse::clone() const """ return _libBornAgainCore.Ellipse_clone(self) @@ -9083,7 +9083,7 @@ class Ellipse(IShape2D): """ getCenterX(Ellipse self) -> double - double Ellipse::getCenterX() const + double Ellipse::getCenterX() const """ return _libBornAgainCore.Ellipse_getCenterX(self) @@ -9093,7 +9093,7 @@ class Ellipse(IShape2D): """ getCenterY(Ellipse self) -> double - double Ellipse::getCenterY() const + double Ellipse::getCenterY() const """ return _libBornAgainCore.Ellipse_getCenterY(self) @@ -9103,7 +9103,7 @@ class Ellipse(IShape2D): """ getRadiusX(Ellipse self) -> double - double Ellipse::getRadiusX() const + double Ellipse::getRadiusX() const """ return _libBornAgainCore.Ellipse_getRadiusX(self) @@ -9113,7 +9113,7 @@ class Ellipse(IShape2D): """ getRadiusY(Ellipse self) -> double - double Ellipse::getRadiusY() const + double Ellipse::getRadiusY() const """ return _libBornAgainCore.Ellipse_getRadiusY(self) @@ -9123,7 +9123,7 @@ class Ellipse(IShape2D): """ getTheta(Ellipse self) -> double - double Ellipse::getTheta() const + double Ellipse::getTheta() const """ return _libBornAgainCore.Ellipse_getTheta(self) @@ -9180,7 +9180,7 @@ class IFTDecayFunction1D(ICloneable, INode): """ decayLength(IFTDecayFunction1D self) -> double - double IFTDecayFunction1D::decayLength() const + double IFTDecayFunction1D::decayLength() const """ return _libBornAgainCore.IFTDecayFunction1D_decayLength(self) @@ -9227,7 +9227,7 @@ class FTDecayFunction1DCauchy(IFTDecayFunction1D): """ clone(FTDecayFunction1DCauchy self) -> FTDecayFunction1DCauchy - FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const + FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const """ return _libBornAgainCore.FTDecayFunction1DCauchy_clone(self) @@ -9296,7 +9296,7 @@ class FTDecayFunction1DGauss(IFTDecayFunction1D): """ clone(FTDecayFunction1DGauss self) -> FTDecayFunction1DGauss - FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const + FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const """ return _libBornAgainCore.FTDecayFunction1DGauss_clone(self) @@ -9365,7 +9365,7 @@ class FTDecayFunction1DTriangle(IFTDecayFunction1D): """ clone(FTDecayFunction1DTriangle self) -> FTDecayFunction1DTriangle - FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const + FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const """ return _libBornAgainCore.FTDecayFunction1DTriangle_clone(self) @@ -9445,7 +9445,7 @@ class FTDecayFunction1DVoigt(IFTDecayFunction1D): """ clone(FTDecayFunction1DVoigt self) -> FTDecayFunction1DVoigt - FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const + FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const """ return _libBornAgainCore.FTDecayFunction1DVoigt_clone(self) @@ -9477,7 +9477,7 @@ class FTDecayFunction1DVoigt(IFTDecayFunction1D): """ eEta(FTDecayFunction1DVoigt self) -> double - double FTDecayFunction1DVoigt::eEta() const + double FTDecayFunction1DVoigt::eEta() const """ return _libBornAgainCore.FTDecayFunction1DVoigt_eEta(self) @@ -9646,7 +9646,7 @@ class FTDecayFunction2DCauchy(IFTDecayFunction2D): """ clone(FTDecayFunction2DCauchy self) -> FTDecayFunction2DCauchy - FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const + FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const """ return _libBornAgainCore.FTDecayFunction2DCauchy_clone(self) @@ -9718,7 +9718,7 @@ class FTDecayFunction2DGauss(IFTDecayFunction2D): """ clone(FTDecayFunction2DGauss self) -> FTDecayFunction2DGauss - FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const + FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const """ return _libBornAgainCore.FTDecayFunction2DGauss_clone(self) @@ -9807,7 +9807,7 @@ class FTDecayFunction2DVoigt(IFTDecayFunction2D): """ clone(FTDecayFunction2DVoigt self) -> FTDecayFunction2DVoigt - FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const + FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const """ return _libBornAgainCore.FTDecayFunction2DVoigt_clone(self) @@ -9841,7 +9841,7 @@ class FTDecayFunction2DVoigt(IFTDecayFunction2D): """ eta(FTDecayFunction2DVoigt self) -> double - double FTDecayFunction2DVoigt::eta() const + double FTDecayFunction2DVoigt::eta() const """ return _libBornAgainCore.FTDecayFunction2DVoigt_eta(self) @@ -9910,7 +9910,7 @@ class IFTDistribution1D(ICloneable, INode): """ omega(IFTDistribution1D self) -> double - double IFTDistribution1D::omega() const + double IFTDistribution1D::omega() const """ return _libBornAgainCore.IFTDistribution1D_omega(self) @@ -10357,7 +10357,7 @@ class FTDistribution1DVoigt(IFTDistribution1D): """ eta(FTDistribution1DVoigt self) -> double - double FTDistribution1DVoigt::eta() const + double FTDistribution1DVoigt::eta() const """ return _libBornAgainCore.FTDistribution1DVoigt_eta(self) @@ -10414,7 +10414,7 @@ class IFTDistribution2D(ICloneable, INode): """ gamma(IFTDistribution2D self) -> double - double IFTDistribution2D::gamma() const + double IFTDistribution2D::gamma() const """ return _libBornAgainCore.IFTDistribution2D_gamma(self) @@ -10424,7 +10424,7 @@ class IFTDistribution2D(ICloneable, INode): """ delta(IFTDistribution2D self) -> double - double IFTDistribution2D::delta() const + double IFTDistribution2D::delta() const """ return _libBornAgainCore.IFTDistribution2D_delta(self) @@ -10434,7 +10434,7 @@ class IFTDistribution2D(ICloneable, INode): """ omegaX(IFTDistribution2D self) -> double - double IFTDistribution2D::omegaX() const + double IFTDistribution2D::omegaX() const """ return _libBornAgainCore.IFTDistribution2D_omegaX(self) @@ -10444,7 +10444,7 @@ class IFTDistribution2D(ICloneable, INode): """ omegaY(IFTDistribution2D self) -> double - double IFTDistribution2D::omegaY() const + double IFTDistribution2D::omegaY() const """ return _libBornAgainCore.IFTDistribution2D_omegaY(self) @@ -10843,7 +10843,7 @@ class FTDistribution2DVoigt(IFTDistribution2D): """ eta(FTDistribution2DVoigt self) -> double - double FTDistribution2DVoigt::eta() const + double FTDistribution2DVoigt::eta() const """ return _libBornAgainCore.FTDistribution2DVoigt_eta(self) @@ -10969,7 +10969,7 @@ class FixedBinAxis(IAxis): """ getBinCenter(FixedBinAxis self, size_t index) -> double - double FixedBinAxis::getBinCenter(size_t index) const + double FixedBinAxis::getBinCenter(size_t index) const """ return _libBornAgainCore.FixedBinAxis_getBinCenter(self, index) @@ -10991,7 +10991,7 @@ class FixedBinAxis(IAxis): """ getBinCenters(FixedBinAxis self) -> vdouble1d_t - std::vector< double > FixedBinAxis::getBinCenters() const + std::vector< double > FixedBinAxis::getBinCenters() const """ return _libBornAgainCore.FixedBinAxis_getBinCenters(self) @@ -11001,7 +11001,7 @@ class FixedBinAxis(IAxis): """ getBinBoundaries(FixedBinAxis self) -> vdouble1d_t - std::vector< double > FixedBinAxis::getBinBoundaries() const + std::vector< double > FixedBinAxis::getBinBoundaries() const """ return _libBornAgainCore.FixedBinAxis_getBinBoundaries(self) @@ -11828,7 +11828,7 @@ class PolyhedralEdge(_object): """ E(PolyhedralEdge self) -> kvector_t - kvector_t PolyhedralEdge::E() const + kvector_t PolyhedralEdge::E() const """ return _libBornAgainCore.PolyhedralEdge_E(self) @@ -11838,7 +11838,7 @@ class PolyhedralEdge(_object): """ R(PolyhedralEdge self) -> kvector_t - kvector_t PolyhedralEdge::R() const + kvector_t PolyhedralEdge::R() const """ return _libBornAgainCore.PolyhedralEdge_R(self) @@ -11848,7 +11848,7 @@ class PolyhedralEdge(_object): """ qE(PolyhedralEdge self, cvector_t q) -> complex_t - complex_t PolyhedralEdge::qE(cvector_t q) const + complex_t PolyhedralEdge::qE(cvector_t q) const """ return _libBornAgainCore.PolyhedralEdge_qE(self, q) @@ -11858,7 +11858,7 @@ class PolyhedralEdge(_object): """ qR(PolyhedralEdge self, cvector_t q) -> complex_t - complex_t PolyhedralEdge::qR(cvector_t q) const + complex_t PolyhedralEdge::qR(cvector_t q) const """ return _libBornAgainCore.PolyhedralEdge_qR(self, q) @@ -11934,7 +11934,7 @@ class PolyhedralFace(_object): """ area(PolyhedralFace self) -> double - double PolyhedralFace::area() const + double PolyhedralFace::area() const """ return _libBornAgainCore.PolyhedralFace_area(self) @@ -11944,7 +11944,7 @@ class PolyhedralFace(_object): """ center(PolyhedralFace self) -> kvector_t - kvector_t PolyhedralFace::center() const + kvector_t PolyhedralFace::center() const """ return _libBornAgainCore.PolyhedralFace_center(self) @@ -11954,7 +11954,7 @@ class PolyhedralFace(_object): """ pyramidalVolume(PolyhedralFace self) -> double - double PolyhedralFace::pyramidalVolume() const + double PolyhedralFace::pyramidalVolume() const """ return _libBornAgainCore.PolyhedralFace_pyramidalVolume(self) @@ -11964,7 +11964,7 @@ class PolyhedralFace(_object): """ radius3d(PolyhedralFace self) -> double - double PolyhedralFace::radius3d() const + double PolyhedralFace::radius3d() const """ return _libBornAgainCore.PolyhedralFace_radius3d(self) @@ -12065,7 +12065,7 @@ class FormFactorPolyhedron(IFormFactorBorn): """ evaluate_for_q(FormFactorPolyhedron self, cvector_t q) -> complex_t - complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const overridefinal Returns the form factor F(q) of this polyhedron, respecting the offset z_origin. @@ -12089,7 +12089,7 @@ class FormFactorPolyhedron(IFormFactorBorn): """ volume(FormFactorPolyhedron self) -> double - double FormFactorPolyhedron::volume() const override final + double FormFactorPolyhedron::volume() const overridefinal Returns the total volume of the particle of this form factor's shape. @@ -12101,7 +12101,7 @@ class FormFactorPolyhedron(IFormFactorBorn): """ radialExtension(FormFactorPolyhedron self) -> double - double FormFactorPolyhedron::radialExtension() const override final + double FormFactorPolyhedron::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12152,7 +12152,7 @@ class FormFactorPolygonalPrism(IFormFactorBorn): """ evaluate_for_q(FormFactorPolygonalPrism self, cvector_t q) -> complex_t - complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const overridefinal Returns the form factor F(q) of this polyhedron, respecting the offset height/2. @@ -12164,7 +12164,7 @@ class FormFactorPolygonalPrism(IFormFactorBorn): """ volume(FormFactorPolygonalPrism self) -> double - double FormFactorPolygonalPrism::volume() const override final + double FormFactorPolygonalPrism::volume() const overridefinal Returns the volume of this prism. @@ -12176,7 +12176,7 @@ class FormFactorPolygonalPrism(IFormFactorBorn): """ getHeight(FormFactorPolygonalPrism self) -> double - double FormFactorPolygonalPrism::getHeight() const + double FormFactorPolygonalPrism::getHeight() const """ return _libBornAgainCore.FormFactorPolygonalPrism_getHeight(self) @@ -12186,7 +12186,7 @@ class FormFactorPolygonalPrism(IFormFactorBorn): """ radialExtension(FormFactorPolygonalPrism self) -> double - double FormFactorPolygonalPrism::radialExtension() const override final + double FormFactorPolygonalPrism::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12225,7 +12225,7 @@ class FormFactorPolygonalSurface(IFormFactorBorn): """ evaluate_for_q(FormFactorPolygonalSurface self, cvector_t q) -> complex_t - complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -12249,7 +12249,7 @@ class FormFactorPolygonalSurface(IFormFactorBorn): """ radialExtension(FormFactorPolygonalSurface self) -> double - double FormFactorPolygonalSurface::radialExtension() const override final + double FormFactorPolygonalSurface::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12315,7 +12315,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ clone(FormFactorAnisoPyramid self) -> FormFactorAnisoPyramid - FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const override final + FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const overridefinal Returns a clone of this ISample object. @@ -12327,7 +12327,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ accept(FormFactorAnisoPyramid self, INodeVisitor visitor) - void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const override final + void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12339,7 +12339,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ getLength(FormFactorAnisoPyramid self) -> double - double FormFactorAnisoPyramid::getLength() const + double FormFactorAnisoPyramid::getLength() const """ return _libBornAgainCore.FormFactorAnisoPyramid_getLength(self) @@ -12349,7 +12349,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ getWidth(FormFactorAnisoPyramid self) -> double - double FormFactorAnisoPyramid::getWidth() const + double FormFactorAnisoPyramid::getWidth() const """ return _libBornAgainCore.FormFactorAnisoPyramid_getWidth(self) @@ -12359,7 +12359,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ getHeight(FormFactorAnisoPyramid self) -> double - double FormFactorAnisoPyramid::getHeight() const + double FormFactorAnisoPyramid::getHeight() const """ return _libBornAgainCore.FormFactorAnisoPyramid_getHeight(self) @@ -12369,7 +12369,7 @@ class FormFactorAnisoPyramid(FormFactorPolyhedron): """ getAlpha(FormFactorAnisoPyramid self) -> double - double FormFactorAnisoPyramid::getAlpha() const + double FormFactorAnisoPyramid::getAlpha() const """ return _libBornAgainCore.FormFactorAnisoPyramid_getAlpha(self) @@ -12430,7 +12430,7 @@ class FormFactorBox(IFormFactorBorn): """ clone(FormFactorBox self) -> FormFactorBox - FormFactorBox* FormFactorBox::clone() const override final + FormFactorBox* FormFactorBox::clone() const overridefinal Returns a clone of this ISample object. @@ -12442,7 +12442,7 @@ class FormFactorBox(IFormFactorBorn): """ accept(FormFactorBox self, INodeVisitor visitor) - void FormFactorBox::accept(INodeVisitor *visitor) const override final + void FormFactorBox::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12454,7 +12454,7 @@ class FormFactorBox(IFormFactorBorn): """ getLength(FormFactorBox self) -> double - double FormFactorBox::getLength() const + double FormFactorBox::getLength() const """ return _libBornAgainCore.FormFactorBox_getLength(self) @@ -12464,7 +12464,7 @@ class FormFactorBox(IFormFactorBorn): """ getHeight(FormFactorBox self) -> double - double FormFactorBox::getHeight() const + double FormFactorBox::getHeight() const """ return _libBornAgainCore.FormFactorBox_getHeight(self) @@ -12474,7 +12474,7 @@ class FormFactorBox(IFormFactorBorn): """ getWidth(FormFactorBox self) -> double - double FormFactorBox::getWidth() const + double FormFactorBox::getWidth() const """ return _libBornAgainCore.FormFactorBox_getWidth(self) @@ -12484,7 +12484,7 @@ class FormFactorBox(IFormFactorBorn): """ radialExtension(FormFactorBox self) -> double - double FormFactorBox::radialExtension() const override final + double FormFactorBox::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12496,7 +12496,7 @@ class FormFactorBox(IFormFactorBorn): """ evaluate_for_q(FormFactorBox self, cvector_t q) -> complex_t - complex_t FormFactorBox::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorBox::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -12559,7 +12559,7 @@ class FormFactorCone(IFormFactorBorn): """ clone(FormFactorCone self) -> FormFactorCone - FormFactorCone* FormFactorCone::clone() const override final + FormFactorCone* FormFactorCone::clone() const overridefinal Returns a clone of this ISample object. @@ -12571,7 +12571,7 @@ class FormFactorCone(IFormFactorBorn): """ accept(FormFactorCone self, INodeVisitor visitor) - void FormFactorCone::accept(INodeVisitor *visitor) const override final + void FormFactorCone::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12583,7 +12583,7 @@ class FormFactorCone(IFormFactorBorn): """ getHeight(FormFactorCone self) -> double - double FormFactorCone::getHeight() const + double FormFactorCone::getHeight() const """ return _libBornAgainCore.FormFactorCone_getHeight(self) @@ -12593,7 +12593,7 @@ class FormFactorCone(IFormFactorBorn): """ getAlpha(FormFactorCone self) -> double - double FormFactorCone::getAlpha() const + double FormFactorCone::getAlpha() const """ return _libBornAgainCore.FormFactorCone_getAlpha(self) @@ -12603,7 +12603,7 @@ class FormFactorCone(IFormFactorBorn): """ getRadius(FormFactorCone self) -> double - double FormFactorCone::getRadius() const + double FormFactorCone::getRadius() const """ return _libBornAgainCore.FormFactorCone_getRadius(self) @@ -12613,7 +12613,7 @@ class FormFactorCone(IFormFactorBorn): """ radialExtension(FormFactorCone self) -> double - double FormFactorCone::radialExtension() const override final + double FormFactorCone::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12625,7 +12625,7 @@ class FormFactorCone(IFormFactorBorn): """ evaluate_for_q(FormFactorCone self, cvector_t q) -> complex_t - complex_t FormFactorCone::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorCone::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -12688,7 +12688,7 @@ class FormFactorCone6(FormFactorPolyhedron): """ clone(FormFactorCone6 self) -> FormFactorCone6 - FormFactorCone6* FormFactorCone6::clone() const override final + FormFactorCone6* FormFactorCone6::clone() const overridefinal Returns a clone of this ISample object. @@ -12700,7 +12700,7 @@ class FormFactorCone6(FormFactorPolyhedron): """ accept(FormFactorCone6 self, INodeVisitor visitor) - void FormFactorCone6::accept(INodeVisitor *visitor) const override final + void FormFactorCone6::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12712,7 +12712,7 @@ class FormFactorCone6(FormFactorPolyhedron): """ getBaseEdge(FormFactorCone6 self) -> double - double FormFactorCone6::getBaseEdge() const + double FormFactorCone6::getBaseEdge() const """ return _libBornAgainCore.FormFactorCone6_getBaseEdge(self) @@ -12722,7 +12722,7 @@ class FormFactorCone6(FormFactorPolyhedron): """ getHeight(FormFactorCone6 self) -> double - double FormFactorCone6::getHeight() const + double FormFactorCone6::getHeight() const """ return _libBornAgainCore.FormFactorCone6_getHeight(self) @@ -12732,7 +12732,7 @@ class FormFactorCone6(FormFactorPolyhedron): """ getAlpha(FormFactorCone6 self) -> double - double FormFactorCone6::getAlpha() const + double FormFactorCone6::getAlpha() const """ return _libBornAgainCore.FormFactorCone6_getAlpha(self) @@ -12781,7 +12781,7 @@ class FormFactorCrystal(IFormFactor): """ clone(FormFactorCrystal self) -> FormFactorCrystal - FormFactorCrystal* FormFactorCrystal::clone() const override final + FormFactorCrystal* FormFactorCrystal::clone() const overridefinal Returns a clone of this ISample object. @@ -12793,7 +12793,7 @@ class FormFactorCrystal(IFormFactor): """ accept(FormFactorCrystal self, INodeVisitor visitor) - void FormFactorCrystal::accept(INodeVisitor *visitor) const override final + void FormFactorCrystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12817,7 +12817,7 @@ class FormFactorCrystal(IFormFactor): """ volume(FormFactorCrystal self) -> double - double FormFactorCrystal::volume() const override final + double FormFactorCrystal::volume() const overridefinal Returns the total volume of the particle of this form factor's shape. @@ -12829,7 +12829,7 @@ class FormFactorCrystal(IFormFactor): """ radialExtension(FormFactorCrystal self) -> double - double FormFactorCrystal::radialExtension() const override final + double FormFactorCrystal::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -12853,7 +12853,7 @@ class FormFactorCrystal(IFormFactor): """ topZ(FormFactorCrystal self, IRotation rotation) -> double - double FormFactorCrystal::topZ(const IRotation &rotation) const override final + double FormFactorCrystal::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. @@ -12865,7 +12865,7 @@ class FormFactorCrystal(IFormFactor): """ evaluate(FormFactorCrystal self, WavevectorInfo wavevectors) -> complex_t - complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const override final + complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. @@ -12929,7 +12929,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ clone(FormFactorCuboctahedron self) -> FormFactorCuboctahedron - FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const override final + FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const overridefinal Returns a clone of this ISample object. @@ -12941,7 +12941,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ accept(FormFactorCuboctahedron self, INodeVisitor visitor) - void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const override final + void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -12953,7 +12953,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ getLength(FormFactorCuboctahedron self) -> double - double FormFactorCuboctahedron::getLength() const + double FormFactorCuboctahedron::getLength() const """ return _libBornAgainCore.FormFactorCuboctahedron_getLength(self) @@ -12963,7 +12963,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ getHeight(FormFactorCuboctahedron self) -> double - double FormFactorCuboctahedron::getHeight() const + double FormFactorCuboctahedron::getHeight() const """ return _libBornAgainCore.FormFactorCuboctahedron_getHeight(self) @@ -12973,7 +12973,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ getHeightRatio(FormFactorCuboctahedron self) -> double - double FormFactorCuboctahedron::getHeightRatio() const + double FormFactorCuboctahedron::getHeightRatio() const """ return _libBornAgainCore.FormFactorCuboctahedron_getHeightRatio(self) @@ -12983,7 +12983,7 @@ class FormFactorCuboctahedron(FormFactorPolyhedron): """ getAlpha(FormFactorCuboctahedron self) -> double - double FormFactorCuboctahedron::getAlpha() const + double FormFactorCuboctahedron::getAlpha() const """ return _libBornAgainCore.FormFactorCuboctahedron_getAlpha(self) @@ -13041,7 +13041,7 @@ class FormFactorCylinder(IFormFactorBorn): """ clone(FormFactorCylinder self) -> FormFactorCylinder - FormFactorCylinder* FormFactorCylinder::clone() const override final + FormFactorCylinder* FormFactorCylinder::clone() const overridefinal Returns a clone of this ISample object. @@ -13053,7 +13053,7 @@ class FormFactorCylinder(IFormFactorBorn): """ accept(FormFactorCylinder self, INodeVisitor visitor) - void FormFactorCylinder::accept(INodeVisitor *visitor) const override final + void FormFactorCylinder::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13065,7 +13065,7 @@ class FormFactorCylinder(IFormFactorBorn): """ getHeight(FormFactorCylinder self) -> double - double FormFactorCylinder::getHeight() const + double FormFactorCylinder::getHeight() const """ return _libBornAgainCore.FormFactorCylinder_getHeight(self) @@ -13075,7 +13075,7 @@ class FormFactorCylinder(IFormFactorBorn): """ getRadius(FormFactorCylinder self) -> double - double FormFactorCylinder::getRadius() const + double FormFactorCylinder::getRadius() const """ return _libBornAgainCore.FormFactorCylinder_getRadius(self) @@ -13085,7 +13085,7 @@ class FormFactorCylinder(IFormFactorBorn): """ radialExtension(FormFactorCylinder self) -> double - double FormFactorCylinder::radialExtension() const override final + double FormFactorCylinder::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13097,7 +13097,7 @@ class FormFactorCylinder(IFormFactorBorn): """ evaluate_for_q(FormFactorCylinder self, cvector_t q) -> complex_t - complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13149,7 +13149,7 @@ class FormFactorDecoratorDebyeWaller(IFormFactorDecorator): """ clone(FormFactorDecoratorDebyeWaller self) -> FormFactorDecoratorDebyeWaller - FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const override final + FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const overridefinal Returns a clone of this ISample object. @@ -13161,7 +13161,7 @@ class FormFactorDecoratorDebyeWaller(IFormFactorDecorator): """ accept(FormFactorDecoratorDebyeWaller self, INodeVisitor visitor) - void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const override final + void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13173,7 +13173,7 @@ class FormFactorDecoratorDebyeWaller(IFormFactorDecorator): """ evaluate(FormFactorDecoratorDebyeWaller self, WavevectorInfo wavevectors) -> complex_t - complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const override final + complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. @@ -13238,7 +13238,7 @@ class FormFactorDodecahedron(FormFactorPolyhedron): """ clone(FormFactorDodecahedron self) -> FormFactorDodecahedron - FormFactorDodecahedron* FormFactorDodecahedron::clone() const override final + FormFactorDodecahedron* FormFactorDodecahedron::clone() const overridefinal Returns a clone of this ISample object. @@ -13250,7 +13250,7 @@ class FormFactorDodecahedron(FormFactorPolyhedron): """ accept(FormFactorDodecahedron self, INodeVisitor visitor) - void FormFactorDodecahedron::accept(INodeVisitor *visitor) const override final + void FormFactorDodecahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13262,7 +13262,7 @@ class FormFactorDodecahedron(FormFactorPolyhedron): """ getEdge(FormFactorDodecahedron self) -> double - double FormFactorDodecahedron::getEdge() const + double FormFactorDodecahedron::getEdge() const """ return _libBornAgainCore.FormFactorDodecahedron_getEdge(self) @@ -13309,7 +13309,7 @@ class FormFactorDot(IFormFactorBorn): """ clone(FormFactorDot self) -> FormFactorDot - FormFactorDot* FormFactorDot::clone() const override final + FormFactorDot* FormFactorDot::clone() const overridefinal Returns a clone of this ISample object. @@ -13321,7 +13321,7 @@ class FormFactorDot(IFormFactorBorn): """ accept(FormFactorDot self, INodeVisitor visitor) - void FormFactorDot::accept(INodeVisitor *visitor) const override final + void FormFactorDot::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13333,7 +13333,7 @@ class FormFactorDot(IFormFactorBorn): """ radialExtension(FormFactorDot self) -> double - double FormFactorDot::radialExtension() const override final + double FormFactorDot::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13345,7 +13345,7 @@ class FormFactorDot(IFormFactorBorn): """ evaluate_for_q(FormFactorDot self, cvector_t arg2) -> complex_t - complex_t FormFactorDot::evaluate_for_q(cvector_t) const override final + complex_t FormFactorDot::evaluate_for_q(cvector_t) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13408,7 +13408,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ clone(FormFactorEllipsoidalCylinder self) -> FormFactorEllipsoidalCylinder - FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const override final + FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const overridefinal Returns a clone of this ISample object. @@ -13420,7 +13420,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ accept(FormFactorEllipsoidalCylinder self, INodeVisitor visitor) - void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const override final + void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13432,7 +13432,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ getRadiusX(FormFactorEllipsoidalCylinder self) -> double - double FormFactorEllipsoidalCylinder::getRadiusX() const + double FormFactorEllipsoidalCylinder::getRadiusX() const """ return _libBornAgainCore.FormFactorEllipsoidalCylinder_getRadiusX(self) @@ -13442,7 +13442,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ getRadiusY(FormFactorEllipsoidalCylinder self) -> double - double FormFactorEllipsoidalCylinder::getRadiusY() const + double FormFactorEllipsoidalCylinder::getRadiusY() const """ return _libBornAgainCore.FormFactorEllipsoidalCylinder_getRadiusY(self) @@ -13452,7 +13452,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ getHeight(FormFactorEllipsoidalCylinder self) -> double - double FormFactorEllipsoidalCylinder::getHeight() const + double FormFactorEllipsoidalCylinder::getHeight() const """ return _libBornAgainCore.FormFactorEllipsoidalCylinder_getHeight(self) @@ -13462,7 +13462,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ radialExtension(FormFactorEllipsoidalCylinder self) -> double - double FormFactorEllipsoidalCylinder::radialExtension() const override final + double FormFactorEllipsoidalCylinder::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13474,7 +13474,7 @@ class FormFactorEllipsoidalCylinder(IFormFactorBorn): """ evaluate_for_q(FormFactorEllipsoidalCylinder self, cvector_t q) -> complex_t - complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13531,7 +13531,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ clone(FormFactorFullSphere self) -> FormFactorFullSphere - FormFactorFullSphere* FormFactorFullSphere::clone() const override final + FormFactorFullSphere* FormFactorFullSphere::clone() const overridefinal Returns a clone of this ISample object. @@ -13543,7 +13543,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ accept(FormFactorFullSphere self, INodeVisitor visitor) - void FormFactorFullSphere::accept(INodeVisitor *visitor) const override final + void FormFactorFullSphere::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13555,7 +13555,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ getRadius(FormFactorFullSphere self) -> double - double FormFactorFullSphere::getRadius() const + double FormFactorFullSphere::getRadius() const """ return _libBornAgainCore.FormFactorFullSphere_getRadius(self) @@ -13565,7 +13565,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ radialExtension(FormFactorFullSphere self) -> double - double FormFactorFullSphere::radialExtension() const override final + double FormFactorFullSphere::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13577,7 +13577,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ bottomZ(FormFactorFullSphere self, IRotation rotation) -> double - double FormFactorFullSphere::bottomZ(const IRotation &rotation) const override final + double FormFactorFullSphere::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. @@ -13589,7 +13589,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ topZ(FormFactorFullSphere self, IRotation rotation) -> double - double FormFactorFullSphere::topZ(const IRotation &rotation) const override final + double FormFactorFullSphere::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. @@ -13601,7 +13601,7 @@ class FormFactorFullSphere(IFormFactorBorn): """ evaluate_for_q(FormFactorFullSphere self, cvector_t q) -> complex_t - complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13661,7 +13661,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ clone(FormFactorFullSpheroid self) -> FormFactorFullSpheroid - FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const override final + FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const overridefinal Returns a clone of this ISample object. @@ -13673,7 +13673,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ accept(FormFactorFullSpheroid self, INodeVisitor visitor) - void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const override final + void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13685,7 +13685,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ getHeight(FormFactorFullSpheroid self) -> double - double FormFactorFullSpheroid::getHeight() const + double FormFactorFullSpheroid::getHeight() const """ return _libBornAgainCore.FormFactorFullSpheroid_getHeight(self) @@ -13695,7 +13695,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ getRadius(FormFactorFullSpheroid self) -> double - double FormFactorFullSpheroid::getRadius() const + double FormFactorFullSpheroid::getRadius() const """ return _libBornAgainCore.FormFactorFullSpheroid_getRadius(self) @@ -13705,7 +13705,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ radialExtension(FormFactorFullSpheroid self) -> double - double FormFactorFullSpheroid::radialExtension() const override final + double FormFactorFullSpheroid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13717,7 +13717,7 @@ class FormFactorFullSpheroid(IFormFactorBorn): """ evaluate_for_q(FormFactorFullSpheroid self, cvector_t q) -> complex_t - complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13767,7 +13767,7 @@ class FormFactorGauss(IFormFactorBorn): """ clone(FormFactorGauss self) -> FormFactorGauss - FormFactorGauss* FormFactorGauss::clone() const override final + FormFactorGauss* FormFactorGauss::clone() const overridefinal Returns a clone of this ISample object. @@ -13779,7 +13779,7 @@ class FormFactorGauss(IFormFactorBorn): """ accept(FormFactorGauss self, INodeVisitor visitor) - void FormFactorGauss::accept(INodeVisitor *visitor) const override final + void FormFactorGauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13791,7 +13791,7 @@ class FormFactorGauss(IFormFactorBorn): """ getWidth(FormFactorGauss self) -> double - double FormFactorGauss::getWidth() const + double FormFactorGauss::getWidth() const """ return _libBornAgainCore.FormFactorGauss_getWidth(self) @@ -13801,7 +13801,7 @@ class FormFactorGauss(IFormFactorBorn): """ getHeight(FormFactorGauss self) -> double - double FormFactorGauss::getHeight() const + double FormFactorGauss::getHeight() const """ return _libBornAgainCore.FormFactorGauss_getHeight(self) @@ -13811,7 +13811,7 @@ class FormFactorGauss(IFormFactorBorn): """ radialExtension(FormFactorGauss self) -> double - double FormFactorGauss::radialExtension() const override final + double FormFactorGauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13823,7 +13823,7 @@ class FormFactorGauss(IFormFactorBorn): """ evaluate_for_q(FormFactorGauss self, cvector_t q) -> complex_t - complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -13888,7 +13888,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ clone(FormFactorHemiEllipsoid self) -> FormFactorHemiEllipsoid - FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const override final + FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const overridefinal Returns a clone of this ISample object. @@ -13900,7 +13900,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ accept(FormFactorHemiEllipsoid self, INodeVisitor visitor) - void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const override final + void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -13912,7 +13912,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ getHeight(FormFactorHemiEllipsoid self) -> double - double FormFactorHemiEllipsoid::getHeight() const + double FormFactorHemiEllipsoid::getHeight() const """ return _libBornAgainCore.FormFactorHemiEllipsoid_getHeight(self) @@ -13922,7 +13922,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ getRadiusX(FormFactorHemiEllipsoid self) -> double - double FormFactorHemiEllipsoid::getRadiusX() const + double FormFactorHemiEllipsoid::getRadiusX() const """ return _libBornAgainCore.FormFactorHemiEllipsoid_getRadiusX(self) @@ -13932,7 +13932,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ getRadiusY(FormFactorHemiEllipsoid self) -> double - double FormFactorHemiEllipsoid::getRadiusY() const + double FormFactorHemiEllipsoid::getRadiusY() const """ return _libBornAgainCore.FormFactorHemiEllipsoid_getRadiusY(self) @@ -13942,7 +13942,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ radialExtension(FormFactorHemiEllipsoid self) -> double - double FormFactorHemiEllipsoid::radialExtension() const override final + double FormFactorHemiEllipsoid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -13954,7 +13954,7 @@ class FormFactorHemiEllipsoid(IFormFactorBorn): """ evaluate_for_q(FormFactorHemiEllipsoid self, cvector_t q) -> complex_t - complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -14009,7 +14009,7 @@ class FormFactorIcosahedron(FormFactorPolyhedron): """ clone(FormFactorIcosahedron self) -> FormFactorIcosahedron - FormFactorIcosahedron* FormFactorIcosahedron::clone() const override final + FormFactorIcosahedron* FormFactorIcosahedron::clone() const overridefinal Returns a clone of this ISample object. @@ -14021,7 +14021,7 @@ class FormFactorIcosahedron(FormFactorPolyhedron): """ accept(FormFactorIcosahedron self, INodeVisitor visitor) - void FormFactorIcosahedron::accept(INodeVisitor *visitor) const override final + void FormFactorIcosahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14033,7 +14033,7 @@ class FormFactorIcosahedron(FormFactorPolyhedron): """ getEdge(FormFactorIcosahedron self) -> double - double FormFactorIcosahedron::getEdge() const + double FormFactorIcosahedron::getEdge() const """ return _libBornAgainCore.FormFactorIcosahedron_getEdge(self) @@ -14094,7 +14094,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ clone(FormFactorLongBoxGauss self) -> FormFactorLongBoxGauss - FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const override final + FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const overridefinal Returns a clone of this ISample object. @@ -14106,7 +14106,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ accept(FormFactorLongBoxGauss self, INodeVisitor visitor) - void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const override final + void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14118,7 +14118,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ getLength(FormFactorLongBoxGauss self) -> double - double FormFactorLongBoxGauss::getLength() const + double FormFactorLongBoxGauss::getLength() const """ return _libBornAgainCore.FormFactorLongBoxGauss_getLength(self) @@ -14128,7 +14128,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ getHeight(FormFactorLongBoxGauss self) -> double - double FormFactorLongBoxGauss::getHeight() const + double FormFactorLongBoxGauss::getHeight() const """ return _libBornAgainCore.FormFactorLongBoxGauss_getHeight(self) @@ -14138,7 +14138,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ getWidth(FormFactorLongBoxGauss self) -> double - double FormFactorLongBoxGauss::getWidth() const + double FormFactorLongBoxGauss::getWidth() const """ return _libBornAgainCore.FormFactorLongBoxGauss_getWidth(self) @@ -14148,7 +14148,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ radialExtension(FormFactorLongBoxGauss self) -> double - double FormFactorLongBoxGauss::radialExtension() const override final + double FormFactorLongBoxGauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14160,7 +14160,7 @@ class FormFactorLongBoxGauss(IFormFactorBorn): """ evaluate_for_q(FormFactorLongBoxGauss self, cvector_t q) -> complex_t - complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -14223,7 +14223,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ clone(FormFactorLongBoxLorentz self) -> FormFactorLongBoxLorentz - FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const override final + FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const overridefinal Returns a clone of this ISample object. @@ -14235,7 +14235,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ accept(FormFactorLongBoxLorentz self, INodeVisitor visitor) - void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const override final + void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14247,7 +14247,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ getLength(FormFactorLongBoxLorentz self) -> double - double FormFactorLongBoxLorentz::getLength() const + double FormFactorLongBoxLorentz::getLength() const """ return _libBornAgainCore.FormFactorLongBoxLorentz_getLength(self) @@ -14257,7 +14257,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ getHeight(FormFactorLongBoxLorentz self) -> double - double FormFactorLongBoxLorentz::getHeight() const + double FormFactorLongBoxLorentz::getHeight() const """ return _libBornAgainCore.FormFactorLongBoxLorentz_getHeight(self) @@ -14267,7 +14267,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ getWidth(FormFactorLongBoxLorentz self) -> double - double FormFactorLongBoxLorentz::getWidth() const + double FormFactorLongBoxLorentz::getWidth() const """ return _libBornAgainCore.FormFactorLongBoxLorentz_getWidth(self) @@ -14277,7 +14277,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ radialExtension(FormFactorLongBoxLorentz self) -> double - double FormFactorLongBoxLorentz::radialExtension() const override final + double FormFactorLongBoxLorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14289,7 +14289,7 @@ class FormFactorLongBoxLorentz(IFormFactorBorn): """ evaluate_for_q(FormFactorLongBoxLorentz self, cvector_t q) -> complex_t - complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -14352,7 +14352,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ clone(FormFactorLongRipple1Gauss self) -> FormFactorLongRipple1Gauss - FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const override final + FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const overridefinal Returns a clone of this ISample object. @@ -14364,7 +14364,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ accept(FormFactorLongRipple1Gauss self, INodeVisitor visitor) - void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const override final + void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14376,7 +14376,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ getHeight(FormFactorLongRipple1Gauss self) -> double - double FormFactorLongRipple1Gauss::getHeight() const + double FormFactorLongRipple1Gauss::getHeight() const """ return _libBornAgainCore.FormFactorLongRipple1Gauss_getHeight(self) @@ -14386,7 +14386,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ getWidth(FormFactorLongRipple1Gauss self) -> double - double FormFactorLongRipple1Gauss::getWidth() const + double FormFactorLongRipple1Gauss::getWidth() const """ return _libBornAgainCore.FormFactorLongRipple1Gauss_getWidth(self) @@ -14396,7 +14396,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ getLength(FormFactorLongRipple1Gauss self) -> double - double FormFactorLongRipple1Gauss::getLength() const + double FormFactorLongRipple1Gauss::getLength() const """ return _libBornAgainCore.FormFactorLongRipple1Gauss_getLength(self) @@ -14406,7 +14406,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ radialExtension(FormFactorLongRipple1Gauss self) -> double - double FormFactorLongRipple1Gauss::radialExtension() const override final + double FormFactorLongRipple1Gauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14418,7 +14418,7 @@ class FormFactorLongRipple1Gauss(IFormFactorBorn): """ evaluate_for_q(FormFactorLongRipple1Gauss self, cvector_t q) -> complex_t - complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -14481,7 +14481,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ clone(FormFactorLongRipple1Lorentz self) -> FormFactorLongRipple1Lorentz - FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const override final + FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const overridefinal Returns a clone of this ISample object. @@ -14493,7 +14493,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ accept(FormFactorLongRipple1Lorentz self, INodeVisitor visitor) - void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const override final + void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14505,7 +14505,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ radialExtension(FormFactorLongRipple1Lorentz self) -> double - double FormFactorLongRipple1Lorentz::radialExtension() const override final + double FormFactorLongRipple1Lorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14517,7 +14517,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ getHeight(FormFactorLongRipple1Lorentz self) -> double - double FormFactorLongRipple1Lorentz::getHeight() const + double FormFactorLongRipple1Lorentz::getHeight() const """ return _libBornAgainCore.FormFactorLongRipple1Lorentz_getHeight(self) @@ -14527,7 +14527,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ getWidth(FormFactorLongRipple1Lorentz self) -> double - double FormFactorLongRipple1Lorentz::getWidth() const + double FormFactorLongRipple1Lorentz::getWidth() const """ return _libBornAgainCore.FormFactorLongRipple1Lorentz_getWidth(self) @@ -14537,7 +14537,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ getLength(FormFactorLongRipple1Lorentz self) -> double - double FormFactorLongRipple1Lorentz::getLength() const + double FormFactorLongRipple1Lorentz::getLength() const """ return _libBornAgainCore.FormFactorLongRipple1Lorentz_getLength(self) @@ -14547,7 +14547,7 @@ class FormFactorLongRipple1Lorentz(IFormFactorBorn): """ evaluate_for_q(FormFactorLongRipple1Lorentz self, cvector_t q) -> complex_t - complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -14613,7 +14613,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ clone(FormFactorLongRipple2Gauss self) -> FormFactorLongRipple2Gauss - FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const override final + FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const overridefinal Returns a clone of this ISample object. @@ -14625,7 +14625,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ accept(FormFactorLongRipple2Gauss self, INodeVisitor visitor) - void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const override final + void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14637,7 +14637,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ getHeight(FormFactorLongRipple2Gauss self) -> double - double FormFactorLongRipple2Gauss::getHeight() const + double FormFactorLongRipple2Gauss::getHeight() const """ return _libBornAgainCore.FormFactorLongRipple2Gauss_getHeight(self) @@ -14647,7 +14647,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ getWidth(FormFactorLongRipple2Gauss self) -> double - double FormFactorLongRipple2Gauss::getWidth() const + double FormFactorLongRipple2Gauss::getWidth() const """ return _libBornAgainCore.FormFactorLongRipple2Gauss_getWidth(self) @@ -14657,7 +14657,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ getLength(FormFactorLongRipple2Gauss self) -> double - double FormFactorLongRipple2Gauss::getLength() const + double FormFactorLongRipple2Gauss::getLength() const """ return _libBornAgainCore.FormFactorLongRipple2Gauss_getLength(self) @@ -14667,7 +14667,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ getAsymmetry(FormFactorLongRipple2Gauss self) -> double - double FormFactorLongRipple2Gauss::getAsymmetry() const + double FormFactorLongRipple2Gauss::getAsymmetry() const """ return _libBornAgainCore.FormFactorLongRipple2Gauss_getAsymmetry(self) @@ -14677,7 +14677,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ radialExtension(FormFactorLongRipple2Gauss self) -> double - double FormFactorLongRipple2Gauss::radialExtension() const override final + double FormFactorLongRipple2Gauss::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14689,7 +14689,7 @@ class FormFactorLongRipple2Gauss(IFormFactorBorn): """ evaluate_for_q(FormFactorLongRipple2Gauss self, cvector_t q) -> complex_t - complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -14753,7 +14753,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ clone(FormFactorLongRipple2Lorentz self) -> FormFactorLongRipple2Lorentz - FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const override final + FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const overridefinal Returns a clone of this ISample object. @@ -14765,7 +14765,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ accept(FormFactorLongRipple2Lorentz self, INodeVisitor visitor) - void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const override final + void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14777,7 +14777,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ getHeight(FormFactorLongRipple2Lorentz self) -> double - double FormFactorLongRipple2Lorentz::getHeight() const + double FormFactorLongRipple2Lorentz::getHeight() const """ return _libBornAgainCore.FormFactorLongRipple2Lorentz_getHeight(self) @@ -14787,7 +14787,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ getWidth(FormFactorLongRipple2Lorentz self) -> double - double FormFactorLongRipple2Lorentz::getWidth() const + double FormFactorLongRipple2Lorentz::getWidth() const """ return _libBornAgainCore.FormFactorLongRipple2Lorentz_getWidth(self) @@ -14797,7 +14797,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ getLength(FormFactorLongRipple2Lorentz self) -> double - double FormFactorLongRipple2Lorentz::getLength() const + double FormFactorLongRipple2Lorentz::getLength() const """ return _libBornAgainCore.FormFactorLongRipple2Lorentz_getLength(self) @@ -14807,7 +14807,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ getAsymmetry(FormFactorLongRipple2Lorentz self) -> double - double FormFactorLongRipple2Lorentz::getAsymmetry() const + double FormFactorLongRipple2Lorentz::getAsymmetry() const """ return _libBornAgainCore.FormFactorLongRipple2Lorentz_getAsymmetry(self) @@ -14817,7 +14817,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ radialExtension(FormFactorLongRipple2Lorentz self) -> double - double FormFactorLongRipple2Lorentz::radialExtension() const override final + double FormFactorLongRipple2Lorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14829,7 +14829,7 @@ class FormFactorLongRipple2Lorentz(IFormFactorBorn): """ evaluate_for_q(FormFactorLongRipple2Lorentz self, cvector_t q) -> complex_t - complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -14879,7 +14879,7 @@ class FormFactorLorentz(IFormFactorBorn): """ clone(FormFactorLorentz self) -> FormFactorLorentz - FormFactorLorentz* FormFactorLorentz::clone() const override final + FormFactorLorentz* FormFactorLorentz::clone() const overridefinal Returns a clone of this ISample object. @@ -14891,7 +14891,7 @@ class FormFactorLorentz(IFormFactorBorn): """ accept(FormFactorLorentz self, INodeVisitor visitor) - void FormFactorLorentz::accept(INodeVisitor *visitor) const override final + void FormFactorLorentz::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -14903,7 +14903,7 @@ class FormFactorLorentz(IFormFactorBorn): """ getWidth(FormFactorLorentz self) -> double - double FormFactorLorentz::getWidth() const + double FormFactorLorentz::getWidth() const """ return _libBornAgainCore.FormFactorLorentz_getWidth(self) @@ -14913,7 +14913,7 @@ class FormFactorLorentz(IFormFactorBorn): """ getHeight(FormFactorLorentz self) -> double - double FormFactorLorentz::getHeight() const + double FormFactorLorentz::getHeight() const """ return _libBornAgainCore.FormFactorLorentz_getHeight(self) @@ -14923,7 +14923,7 @@ class FormFactorLorentz(IFormFactorBorn): """ radialExtension(FormFactorLorentz self) -> double - double FormFactorLorentz::radialExtension() const override final + double FormFactorLorentz::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -14935,7 +14935,7 @@ class FormFactorLorentz(IFormFactorBorn): """ evaluate_for_q(FormFactorLorentz self, cvector_t q) -> complex_t - complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -14995,7 +14995,7 @@ class FormFactorPrism3(FormFactorPolygonalPrism): """ clone(FormFactorPrism3 self) -> FormFactorPrism3 - FormFactorPrism3* FormFactorPrism3::clone() const override final + FormFactorPrism3* FormFactorPrism3::clone() const overridefinal Returns a clone of this ISample object. @@ -15007,7 +15007,7 @@ class FormFactorPrism3(FormFactorPolygonalPrism): """ accept(FormFactorPrism3 self, INodeVisitor visitor) - void FormFactorPrism3::accept(INodeVisitor *visitor) const override final + void FormFactorPrism3::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15019,7 +15019,7 @@ class FormFactorPrism3(FormFactorPolygonalPrism): """ getBaseEdge(FormFactorPrism3 self) -> double - double FormFactorPrism3::getBaseEdge() const + double FormFactorPrism3::getBaseEdge() const """ return _libBornAgainCore.FormFactorPrism3_getBaseEdge(self) @@ -15077,7 +15077,7 @@ class FormFactorPrism6(FormFactorPolygonalPrism): """ clone(FormFactorPrism6 self) -> FormFactorPrism6 - FormFactorPrism6* FormFactorPrism6::clone() const override final + FormFactorPrism6* FormFactorPrism6::clone() const overridefinal Returns a clone of this ISample object. @@ -15089,7 +15089,7 @@ class FormFactorPrism6(FormFactorPolygonalPrism): """ accept(FormFactorPrism6 self, INodeVisitor visitor) - void FormFactorPrism6::accept(INodeVisitor *visitor) const override final + void FormFactorPrism6::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15101,7 +15101,7 @@ class FormFactorPrism6(FormFactorPolygonalPrism): """ getBaseEdge(FormFactorPrism6 self) -> double - double FormFactorPrism6::getBaseEdge() const + double FormFactorPrism6::getBaseEdge() const """ return _libBornAgainCore.FormFactorPrism6_getBaseEdge(self) @@ -15162,7 +15162,7 @@ class FormFactorPyramid(FormFactorPolyhedron): """ clone(FormFactorPyramid self) -> FormFactorPyramid - FormFactorPyramid* FormFactorPyramid::clone() const override final + FormFactorPyramid* FormFactorPyramid::clone() const overridefinal Returns a clone of this ISample object. @@ -15174,7 +15174,7 @@ class FormFactorPyramid(FormFactorPolyhedron): """ accept(FormFactorPyramid self, INodeVisitor visitor) - void FormFactorPyramid::accept(INodeVisitor *visitor) const override final + void FormFactorPyramid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15186,7 +15186,7 @@ class FormFactorPyramid(FormFactorPolyhedron): """ getHeight(FormFactorPyramid self) -> double - double FormFactorPyramid::getHeight() const + double FormFactorPyramid::getHeight() const """ return _libBornAgainCore.FormFactorPyramid_getHeight(self) @@ -15196,7 +15196,7 @@ class FormFactorPyramid(FormFactorPolyhedron): """ getBaseEdge(FormFactorPyramid self) -> double - double FormFactorPyramid::getBaseEdge() const + double FormFactorPyramid::getBaseEdge() const """ return _libBornAgainCore.FormFactorPyramid_getBaseEdge(self) @@ -15206,7 +15206,7 @@ class FormFactorPyramid(FormFactorPolyhedron): """ getAlpha(FormFactorPyramid self) -> double - double FormFactorPyramid::getAlpha() const + double FormFactorPyramid::getAlpha() const """ return _libBornAgainCore.FormFactorPyramid_getAlpha(self) @@ -15267,7 +15267,7 @@ class FormFactorRipple1(IFormFactorBorn): """ clone(FormFactorRipple1 self) -> FormFactorRipple1 - FormFactorRipple1* FormFactorRipple1::clone() const override final + FormFactorRipple1* FormFactorRipple1::clone() const overridefinal Returns a clone of this ISample object. @@ -15279,7 +15279,7 @@ class FormFactorRipple1(IFormFactorBorn): """ accept(FormFactorRipple1 self, INodeVisitor visitor) - void FormFactorRipple1::accept(INodeVisitor *visitor) const override final + void FormFactorRipple1::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15291,7 +15291,7 @@ class FormFactorRipple1(IFormFactorBorn): """ getLength(FormFactorRipple1 self) -> double - double FormFactorRipple1::getLength() const + double FormFactorRipple1::getLength() const """ return _libBornAgainCore.FormFactorRipple1_getLength(self) @@ -15301,7 +15301,7 @@ class FormFactorRipple1(IFormFactorBorn): """ getHeight(FormFactorRipple1 self) -> double - double FormFactorRipple1::getHeight() const + double FormFactorRipple1::getHeight() const """ return _libBornAgainCore.FormFactorRipple1_getHeight(self) @@ -15311,7 +15311,7 @@ class FormFactorRipple1(IFormFactorBorn): """ getWidth(FormFactorRipple1 self) -> double - double FormFactorRipple1::getWidth() const + double FormFactorRipple1::getWidth() const """ return _libBornAgainCore.FormFactorRipple1_getWidth(self) @@ -15321,7 +15321,7 @@ class FormFactorRipple1(IFormFactorBorn): """ radialExtension(FormFactorRipple1 self) -> double - double FormFactorRipple1::radialExtension() const override final + double FormFactorRipple1::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -15333,7 +15333,7 @@ class FormFactorRipple1(IFormFactorBorn): """ evaluate_for_q(FormFactorRipple1 self, cvector_t q) -> complex_t - complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -15399,7 +15399,7 @@ class FormFactorRipple2(IFormFactorBorn): """ clone(FormFactorRipple2 self) -> FormFactorRipple2 - FormFactorRipple2* FormFactorRipple2::clone() const override final + FormFactorRipple2* FormFactorRipple2::clone() const overridefinal Returns a clone of this ISample object. @@ -15411,7 +15411,7 @@ class FormFactorRipple2(IFormFactorBorn): """ accept(FormFactorRipple2 self, INodeVisitor visitor) - void FormFactorRipple2::accept(INodeVisitor *visitor) const override final + void FormFactorRipple2::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15423,7 +15423,7 @@ class FormFactorRipple2(IFormFactorBorn): """ getHeight(FormFactorRipple2 self) -> double - double FormFactorRipple2::getHeight() const + double FormFactorRipple2::getHeight() const """ return _libBornAgainCore.FormFactorRipple2_getHeight(self) @@ -15433,7 +15433,7 @@ class FormFactorRipple2(IFormFactorBorn): """ getWidth(FormFactorRipple2 self) -> double - double FormFactorRipple2::getWidth() const + double FormFactorRipple2::getWidth() const """ return _libBornAgainCore.FormFactorRipple2_getWidth(self) @@ -15443,7 +15443,7 @@ class FormFactorRipple2(IFormFactorBorn): """ getLength(FormFactorRipple2 self) -> double - double FormFactorRipple2::getLength() const + double FormFactorRipple2::getLength() const """ return _libBornAgainCore.FormFactorRipple2_getLength(self) @@ -15453,7 +15453,7 @@ class FormFactorRipple2(IFormFactorBorn): """ getAsymmetry(FormFactorRipple2 self) -> double - double FormFactorRipple2::getAsymmetry() const + double FormFactorRipple2::getAsymmetry() const """ return _libBornAgainCore.FormFactorRipple2_getAsymmetry(self) @@ -15463,7 +15463,7 @@ class FormFactorRipple2(IFormFactorBorn): """ radialExtension(FormFactorRipple2 self) -> double - double FormFactorRipple2::radialExtension() const override final + double FormFactorRipple2::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -15475,7 +15475,7 @@ class FormFactorRipple2(IFormFactorBorn): """ evaluate_for_q(FormFactorRipple2 self, cvector_t q) -> complex_t - complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -15524,7 +15524,7 @@ class FormFactorSphereGaussianRadius(IFormFactorBorn): """ clone(FormFactorSphereGaussianRadius self) -> FormFactorSphereGaussianRadius - FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const override final + FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const overridefinal Returns a clone of this ISample object. @@ -15536,7 +15536,7 @@ class FormFactorSphereGaussianRadius(IFormFactorBorn): """ accept(FormFactorSphereGaussianRadius self, INodeVisitor visitor) - void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const override final + void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15548,7 +15548,7 @@ class FormFactorSphereGaussianRadius(IFormFactorBorn): """ radialExtension(FormFactorSphereGaussianRadius self) -> double - double FormFactorSphereGaussianRadius::radialExtension() const override final + double FormFactorSphereGaussianRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -15560,7 +15560,7 @@ class FormFactorSphereGaussianRadius(IFormFactorBorn): """ evaluate_for_q(FormFactorSphereGaussianRadius self, cvector_t q) -> complex_t - complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -15609,7 +15609,7 @@ class FormFactorSphereLogNormalRadius(IFormFactorBorn): """ clone(FormFactorSphereLogNormalRadius self) -> FormFactorSphereLogNormalRadius - FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const override final + FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const overridefinal Returns a clone of this ISample object. @@ -15621,7 +15621,7 @@ class FormFactorSphereLogNormalRadius(IFormFactorBorn): """ accept(FormFactorSphereLogNormalRadius self, INodeVisitor visitor) - void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const override final + void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15633,7 +15633,7 @@ class FormFactorSphereLogNormalRadius(IFormFactorBorn): """ radialExtension(FormFactorSphereLogNormalRadius self) -> double - double FormFactorSphereLogNormalRadius::radialExtension() const override final + double FormFactorSphereLogNormalRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -15645,7 +15645,7 @@ class FormFactorSphereLogNormalRadius(IFormFactorBorn): """ evaluate_for_q(FormFactorSphereLogNormalRadius self, cvector_t q) -> complex_t - complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -15694,7 +15694,7 @@ class FormFactorSphereUniformRadius(IFormFactorBorn): """ clone(FormFactorSphereUniformRadius self) -> FormFactorSphereUniformRadius - FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const override final + FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const overridefinal Returns a clone of this ISample object. @@ -15706,7 +15706,7 @@ class FormFactorSphereUniformRadius(IFormFactorBorn): """ accept(FormFactorSphereUniformRadius self, INodeVisitor visitor) - void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const override final + void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15718,7 +15718,7 @@ class FormFactorSphereUniformRadius(IFormFactorBorn): """ radialExtension(FormFactorSphereUniformRadius self) -> double - double FormFactorSphereUniformRadius::radialExtension() const override final + double FormFactorSphereUniformRadius::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -15730,7 +15730,7 @@ class FormFactorSphereUniformRadius(IFormFactorBorn): """ evaluate_for_q(FormFactorSphereUniformRadius self, cvector_t q) -> complex_t - complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -15793,7 +15793,7 @@ class FormFactorTetrahedron(FormFactorPolyhedron): """ clone(FormFactorTetrahedron self) -> FormFactorTetrahedron - FormFactorTetrahedron* FormFactorTetrahedron::clone() const override final + FormFactorTetrahedron* FormFactorTetrahedron::clone() const overridefinal Returns a clone of this ISample object. @@ -15805,7 +15805,7 @@ class FormFactorTetrahedron(FormFactorPolyhedron): """ accept(FormFactorTetrahedron self, INodeVisitor visitor) - void FormFactorTetrahedron::accept(INodeVisitor *visitor) const override final + void FormFactorTetrahedron::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15817,7 +15817,7 @@ class FormFactorTetrahedron(FormFactorPolyhedron): """ getBaseEdge(FormFactorTetrahedron self) -> double - double FormFactorTetrahedron::getBaseEdge() const + double FormFactorTetrahedron::getBaseEdge() const """ return _libBornAgainCore.FormFactorTetrahedron_getBaseEdge(self) @@ -15827,7 +15827,7 @@ class FormFactorTetrahedron(FormFactorPolyhedron): """ getHeight(FormFactorTetrahedron self) -> double - double FormFactorTetrahedron::getHeight() const + double FormFactorTetrahedron::getHeight() const """ return _libBornAgainCore.FormFactorTetrahedron_getHeight(self) @@ -15837,7 +15837,7 @@ class FormFactorTetrahedron(FormFactorPolyhedron): """ getAlpha(FormFactorTetrahedron self) -> double - double FormFactorTetrahedron::getAlpha() const + double FormFactorTetrahedron::getAlpha() const """ return _libBornAgainCore.FormFactorTetrahedron_getAlpha(self) @@ -15895,7 +15895,7 @@ class FormFactorTruncatedCube(FormFactorPolyhedron): """ clone(FormFactorTruncatedCube self) -> FormFactorTruncatedCube - FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const override final + FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const overridefinal Returns a clone of this ISample object. @@ -15907,7 +15907,7 @@ class FormFactorTruncatedCube(FormFactorPolyhedron): """ accept(FormFactorTruncatedCube self, INodeVisitor visitor) - void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const override final + void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -15919,7 +15919,7 @@ class FormFactorTruncatedCube(FormFactorPolyhedron): """ getLength(FormFactorTruncatedCube self) -> double - double FormFactorTruncatedCube::getLength() const + double FormFactorTruncatedCube::getLength() const """ return _libBornAgainCore.FormFactorTruncatedCube_getLength(self) @@ -15929,7 +15929,7 @@ class FormFactorTruncatedCube(FormFactorPolyhedron): """ getRemovedLength(FormFactorTruncatedCube self) -> double - double FormFactorTruncatedCube::getRemovedLength() const + double FormFactorTruncatedCube::getRemovedLength() const """ return _libBornAgainCore.FormFactorTruncatedCube_getRemovedLength(self) @@ -15991,7 +15991,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ clone(FormFactorTruncatedSphere self) -> FormFactorTruncatedSphere - FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const override final + FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const overridefinal Returns a clone of this ISample object. @@ -16003,7 +16003,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ accept(FormFactorTruncatedSphere self, INodeVisitor visitor) - void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const override final + void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -16015,7 +16015,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ getHeight(FormFactorTruncatedSphere self) -> double - double FormFactorTruncatedSphere::getHeight() const + double FormFactorTruncatedSphere::getHeight() const """ return _libBornAgainCore.FormFactorTruncatedSphere_getHeight(self) @@ -16025,7 +16025,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ getRadius(FormFactorTruncatedSphere self) -> double - double FormFactorTruncatedSphere::getRadius() const + double FormFactorTruncatedSphere::getRadius() const """ return _libBornAgainCore.FormFactorTruncatedSphere_getRadius(self) @@ -16035,7 +16035,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ getRemovedTop(FormFactorTruncatedSphere self) -> double - double FormFactorTruncatedSphere::getRemovedTop() const + double FormFactorTruncatedSphere::getRemovedTop() const """ return _libBornAgainCore.FormFactorTruncatedSphere_getRemovedTop(self) @@ -16045,7 +16045,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ radialExtension(FormFactorTruncatedSphere self) -> double - double FormFactorTruncatedSphere::radialExtension() const override final + double FormFactorTruncatedSphere::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -16057,7 +16057,7 @@ class FormFactorTruncatedSphere(IFormFactorBorn): """ evaluate_for_q(FormFactorTruncatedSphere self, cvector_t q) -> complex_t - complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const overridefinal Complex formfactor. @@ -16124,7 +16124,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ clone(FormFactorTruncatedSpheroid self) -> FormFactorTruncatedSpheroid - FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const override final + FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const overridefinal Returns a clone of this ISample object. @@ -16136,7 +16136,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ accept(FormFactorTruncatedSpheroid self, INodeVisitor visitor) - void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const override final + void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -16148,7 +16148,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ getRadius(FormFactorTruncatedSpheroid self) -> double - double FormFactorTruncatedSpheroid::getRadius() const + double FormFactorTruncatedSpheroid::getRadius() const """ return _libBornAgainCore.FormFactorTruncatedSpheroid_getRadius(self) @@ -16158,7 +16158,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ getHeight(FormFactorTruncatedSpheroid self) -> double - double FormFactorTruncatedSpheroid::getHeight() const + double FormFactorTruncatedSpheroid::getHeight() const """ return _libBornAgainCore.FormFactorTruncatedSpheroid_getHeight(self) @@ -16168,7 +16168,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ getHeightFlattening(FormFactorTruncatedSpheroid self) -> double - double FormFactorTruncatedSpheroid::getHeightFlattening() const + double FormFactorTruncatedSpheroid::getHeightFlattening() const """ return _libBornAgainCore.FormFactorTruncatedSpheroid_getHeightFlattening(self) @@ -16178,7 +16178,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ getRemovedTop(FormFactorTruncatedSpheroid self) -> double - double FormFactorTruncatedSpheroid::getRemovedTop() const + double FormFactorTruncatedSpheroid::getRemovedTop() const """ return _libBornAgainCore.FormFactorTruncatedSpheroid_getRemovedTop(self) @@ -16188,7 +16188,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ radialExtension(FormFactorTruncatedSpheroid self) -> double - double FormFactorTruncatedSpheroid::radialExtension() const override final + double FormFactorTruncatedSpheroid::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -16200,7 +16200,7 @@ class FormFactorTruncatedSpheroid(IFormFactorBorn): """ evaluate_for_q(FormFactorTruncatedSpheroid self, cvector_t q) -> complex_t - complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const override final + complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const overridefinal Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. @@ -16253,7 +16253,7 @@ class FormFactorWeighted(IFormFactor): """ clone(FormFactorWeighted self) -> FormFactorWeighted - FormFactorWeighted * FormFactorWeighted::clone() const override final + FormFactorWeighted * FormFactorWeighted::clone() const overridefinal Returns a clone of this ISample object. @@ -16265,7 +16265,7 @@ class FormFactorWeighted(IFormFactor): """ accept(FormFactorWeighted self, INodeVisitor visitor) - void FormFactorWeighted::accept(INodeVisitor *visitor) const override final + void FormFactorWeighted::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -16277,7 +16277,7 @@ class FormFactorWeighted(IFormFactor): """ radialExtension(FormFactorWeighted self) -> double - double FormFactorWeighted::radialExtension() const override final + double FormFactorWeighted::radialExtension() const overridefinal Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations @@ -16289,7 +16289,7 @@ class FormFactorWeighted(IFormFactor): """ bottomZ(FormFactorWeighted self, IRotation rotation) -> double - double FormFactorWeighted::bottomZ(const IRotation &rotation) const override final + double FormFactorWeighted::bottomZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. @@ -16301,7 +16301,7 @@ class FormFactorWeighted(IFormFactor): """ topZ(FormFactorWeighted self, IRotation rotation) -> double - double FormFactorWeighted::topZ(const IRotation &rotation) const override final + double FormFactorWeighted::topZ(const IRotation &rotation) const overridefinal Returns the z-coordinate of the lowest point in this shape after a given rotation. @@ -16324,7 +16324,7 @@ class FormFactorWeighted(IFormFactor): """ setAmbientMaterial(FormFactorWeighted self, Material material) - void FormFactorWeighted::setAmbientMaterial(Material material) override final + void FormFactorWeighted::setAmbientMaterial(Material material) overridefinal Passes the material in which this particle is embedded. @@ -16336,7 +16336,7 @@ class FormFactorWeighted(IFormFactor): """ evaluate(FormFactorWeighted self, WavevectorInfo wavevectors) -> complex_t - complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const override final + complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const overridefinal Returns scattering amplitude for complex wavevectors ki, kf. @@ -16395,7 +16395,7 @@ class IFootprintFactor(ICloneable, INode): """ widthRatio(IFootprintFactor self) -> double - double IFootprintFactor::widthRatio() const + double IFootprintFactor::widthRatio() const """ return _libBornAgainCore.IFootprintFactor_widthRatio(self) @@ -16653,7 +16653,7 @@ class Simulation(ICloneable, INode): """ getBeamIntensity(Simulation self) -> double - double Simulation::getBeamIntensity() const + double Simulation::getBeamIntensity() const """ return _libBornAgainCore.Simulation_getBeamIntensity(self) @@ -16719,7 +16719,7 @@ class Simulation(ICloneable, INode): """ sample(Simulation self) -> MultiLayer - const MultiLayer * Simulation::sample() const + const MultiLayer * Simulation::sample() const """ return _libBornAgainCore.Simulation_sample(self) @@ -16749,7 +16749,7 @@ class Simulation(ICloneable, INode): """ background(Simulation self) -> IBackground - const IBackground* Simulation::background() const + const IBackground* Simulation::background() const """ return _libBornAgainCore.Simulation_background(self) @@ -16794,7 +16794,7 @@ class Simulation(ICloneable, INode): """ getDistributionHandler(Simulation self) -> DistributionHandler const & - const DistributionHandler& Simulation::getDistributionHandler() const + const DistributionHandler& Simulation::getDistributionHandler() const """ return _libBornAgainCore.Simulation_getDistributionHandler(self) @@ -17037,7 +17037,7 @@ class SimulationOptions(_object): """ isIntegrate(SimulationOptions self) -> bool - bool SimulationOptions::isIntegrate() const + bool SimulationOptions::isIntegrate() const """ return _libBornAgainCore.SimulationOptions_isIntegrate(self) @@ -17047,7 +17047,7 @@ class SimulationOptions(_object): """ getMcPoints(SimulationOptions self) -> size_t - size_t SimulationOptions::getMcPoints() const + size_t SimulationOptions::getMcPoints() const """ return _libBornAgainCore.SimulationOptions_getMcPoints(self) @@ -17092,7 +17092,7 @@ class SimulationOptions(_object): """ getNumberOfThreads(SimulationOptions self) -> unsigned int - unsigned SimulationOptions::getNumberOfThreads() const + unsigned SimulationOptions::getNumberOfThreads() const """ return _libBornAgainCore.SimulationOptions_getNumberOfThreads(self) @@ -17114,7 +17114,7 @@ class SimulationOptions(_object): """ getNumberOfBatches(SimulationOptions self) -> unsigned int - unsigned SimulationOptions::getNumberOfBatches() const + unsigned SimulationOptions::getNumberOfBatches() const """ return _libBornAgainCore.SimulationOptions_getNumberOfBatches(self) @@ -17124,7 +17124,7 @@ class SimulationOptions(_object): """ getCurrentBatch(SimulationOptions self) -> unsigned int - unsigned SimulationOptions::getCurrentBatch() const + unsigned SimulationOptions::getCurrentBatch() const """ return _libBornAgainCore.SimulationOptions_getCurrentBatch(self) @@ -17146,7 +17146,7 @@ class SimulationOptions(_object): """ getHardwareConcurrency(SimulationOptions self) -> unsigned int - unsigned SimulationOptions::getHardwareConcurrency() const + unsigned SimulationOptions::getHardwareConcurrency() const """ return _libBornAgainCore.SimulationOptions_getHardwareConcurrency(self) @@ -17166,7 +17166,7 @@ class SimulationOptions(_object): """ includeSpecular(SimulationOptions self) -> bool - bool SimulationOptions::includeSpecular() const + bool SimulationOptions::includeSpecular() const """ return _libBornAgainCore.SimulationOptions_includeSpecular(self) @@ -17186,7 +17186,7 @@ class SimulationOptions(_object): """ useAvgMaterials(SimulationOptions self) -> bool - bool SimulationOptions::useAvgMaterials() const + bool SimulationOptions::useAvgMaterials() const """ return _libBornAgainCore.SimulationOptions_useAvgMaterials(self) @@ -18287,7 +18287,7 @@ class SimulationResult(_object): data(SimulationResult self, AxesUnits units) -> IntensityData data(SimulationResult self) -> IntensityData - OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const + OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const """ return _libBornAgainCore.SimulationResult_data(self, *args) @@ -18298,7 +18298,7 @@ class SimulationResult(_object): histogram1d(SimulationResult self, AxesUnits units) -> Histogram1D histogram1d(SimulationResult self) -> Histogram1D - Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const + Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const """ return _libBornAgainCore.SimulationResult_histogram1d(self, *args) @@ -18309,7 +18309,7 @@ class SimulationResult(_object): histogram2d(SimulationResult self, AxesUnits units) -> Histogram2D histogram2d(SimulationResult self) -> Histogram2D - Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const + Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const """ return _libBornAgainCore.SimulationResult_histogram2d(self, *args) @@ -18332,7 +18332,7 @@ class SimulationResult(_object): """ size(SimulationResult self) -> size_t - size_t SimulationResult::size() const + size_t SimulationResult::size() const """ return _libBornAgainCore.SimulationResult_size(self) @@ -18433,7 +18433,7 @@ class ConstantBackground(IBackground): """ clone(ConstantBackground self) -> ConstantBackground - ConstantBackground * ConstantBackground::clone() const override final + ConstantBackground * ConstantBackground::clone() const overridefinal """ return _libBornAgainCore.ConstantBackground_clone(self) @@ -18443,7 +18443,7 @@ class ConstantBackground(IBackground): """ backgroundValue(ConstantBackground self) -> double - double ConstantBackground::backgroundValue() const + double ConstantBackground::backgroundValue() const """ return _libBornAgainCore.ConstantBackground_backgroundValue(self) @@ -18465,7 +18465,7 @@ class ConstantBackground(IBackground): """ addBackGround(ConstantBackground self, double intensity) -> double - double ConstantBackground::addBackGround(double intensity) const override final + double ConstantBackground::addBackGround(double intensity) const overridefinal """ return _libBornAgainCore.ConstantBackground_addBackGround(self, intensity) @@ -18544,7 +18544,7 @@ class IDetector(ICloneable, INode): """ getAxis(IDetector self, size_t index) -> IAxis - const IAxis & IDetector::getAxis(size_t index) const + const IAxis & IDetector::getAxis(size_t index) const """ return _libBornAgainCore.IDetector_getAxis(self, index) @@ -19282,7 +19282,7 @@ class IAbstractParticle(ISample): """ abundance(IAbstractParticle self) -> double - double IAbstractParticle::abundance() const + double IAbstractParticle::abundance() const """ return _libBornAgainCore.IAbstractParticle_abundance(self) @@ -19382,7 +19382,7 @@ class IParameterReal(INamed): """ getData(IParameterReal self) -> double & - T& IParameter< T >::getData() const + T& IParameter< T >::getData() const """ return _libBornAgainCore.IParameterReal_getData(self) @@ -19557,7 +19557,7 @@ class IParticle(IAbstractParticle): """ translate(IParticle self, kvector_t translation) - void IParticle::translate(kvector_t translation) override final + void IParticle::translate(kvector_t translation) overridefinal Translates the particle. @@ -19593,7 +19593,7 @@ class IParticle(IAbstractParticle): """ rotate(IParticle self, IRotation rotation) - void IParticle::rotate(const IRotation &rotation) override final + void IParticle::rotate(const IRotation &rotation) overridefinal Rotates the particle. @@ -20005,7 +20005,7 @@ class RotationX(IRotation): """ getAngle(RotationX self) -> double - double RotationX::getAngle() const + double RotationX::getAngle() const """ return _libBornAgainCore.RotationX_getAngle(self) @@ -20101,7 +20101,7 @@ class RotationY(IRotation): """ getAngle(RotationY self) -> double - double RotationY::getAngle() const + double RotationY::getAngle() const """ return _libBornAgainCore.RotationY_getAngle(self) @@ -20198,7 +20198,7 @@ class RotationZ(IRotation): """ getAngle(RotationZ self) -> double - double RotationZ::getAngle() const + double RotationZ::getAngle() const """ return _libBornAgainCore.RotationZ_getAngle(self) @@ -20300,7 +20300,7 @@ class RotationEuler(IRotation): """ getAlpha(RotationEuler self) -> double - double RotationEuler::getAlpha() const + double RotationEuler::getAlpha() const """ return _libBornAgainCore.RotationEuler_getAlpha(self) @@ -20310,7 +20310,7 @@ class RotationEuler(IRotation): """ getBeta(RotationEuler self) -> double - double RotationEuler::getBeta() const + double RotationEuler::getBeta() const """ return _libBornAgainCore.RotationEuler_getBeta(self) @@ -20320,7 +20320,7 @@ class RotationEuler(IRotation): """ getGamma(RotationEuler self) -> double - double RotationEuler::getGamma() const + double RotationEuler::getGamma() const """ return _libBornAgainCore.RotationEuler_getGamma(self) @@ -20424,7 +20424,7 @@ class SimpleSelectionRule(ISelectionRule): """ clone(SimpleSelectionRule self) -> SimpleSelectionRule - SimpleSelectionRule * SimpleSelectionRule::clone() const + SimpleSelectionRule * SimpleSelectionRule::clone() const """ return _libBornAgainCore.SimpleSelectionRule_clone(self) @@ -20434,7 +20434,7 @@ class SimpleSelectionRule(ISelectionRule): """ coordinateSelected(SimpleSelectionRule self, ivector_t const & coordinate) -> bool - bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const + bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const """ return _libBornAgainCore.SimpleSelectionRule_coordinateSelected(self, coordinate) @@ -20495,7 +20495,7 @@ class Instrument(INode): getBeam(Instrument self) -> Beam getBeam(Instrument self) -> Beam - const Beam& Instrument::getBeam() const + const Beam& Instrument::getBeam() const """ return _libBornAgainCore.Instrument_getBeam(self, *args) @@ -20574,7 +20574,7 @@ class Instrument(INode): """ getDetectorMask(Instrument self) -> DetectorMask - const DetectorMask * Instrument::getDetectorMask() const + const DetectorMask * Instrument::getDetectorMask() const """ return _libBornAgainCore.Instrument_getDetectorMask(self) @@ -20974,7 +20974,7 @@ class InterferenceFunction1DLattice(IInterferenceFunction): """ getLatticeParameters(InterferenceFunction1DLattice self) -> Lattice1DParameters - Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const + Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const """ return _libBornAgainCore.InterferenceFunction1DLattice_getLatticeParameters(self) @@ -21127,7 +21127,7 @@ class InterferenceFunctionRadialParaCrystal(IInterferenceFunction): """ domainSize(InterferenceFunctionRadialParaCrystal self) -> double - double InterferenceFunctionRadialParaCrystal::domainSize() const + double InterferenceFunctionRadialParaCrystal::domainSize() const """ return _libBornAgainCore.InterferenceFunctionRadialParaCrystal_domainSize(self) @@ -21149,7 +21149,7 @@ class InterferenceFunctionRadialParaCrystal(IInterferenceFunction): """ FTPDF(InterferenceFunctionRadialParaCrystal self, double qpar) -> complex_t - complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const + complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const """ return _libBornAgainCore.InterferenceFunctionRadialParaCrystal_FTPDF(self, qpar) @@ -21177,7 +21177,7 @@ class InterferenceFunctionRadialParaCrystal(IInterferenceFunction): """ peakDistance(InterferenceFunctionRadialParaCrystal self) -> double - double InterferenceFunctionRadialParaCrystal::peakDistance() const + double InterferenceFunctionRadialParaCrystal::peakDistance() const """ return _libBornAgainCore.InterferenceFunctionRadialParaCrystal_peakDistance(self) @@ -21187,7 +21187,7 @@ class InterferenceFunctionRadialParaCrystal(IInterferenceFunction): """ dampingLength(InterferenceFunctionRadialParaCrystal self) -> double - double InterferenceFunctionRadialParaCrystal::dampingLength() const + double InterferenceFunctionRadialParaCrystal::dampingLength() const """ return _libBornAgainCore.InterferenceFunctionRadialParaCrystal_dampingLength(self) @@ -21353,7 +21353,7 @@ class InterferenceFunction2DLattice(IInterferenceFunction): """ integrationOverXi(InterferenceFunction2DLattice self) -> bool - bool InterferenceFunction2DLattice::integrationOverXi() const + bool InterferenceFunction2DLattice::integrationOverXi() const """ return _libBornAgainCore.InterferenceFunction2DLattice_integrationOverXi(self) @@ -21363,7 +21363,7 @@ class InterferenceFunction2DLattice(IInterferenceFunction): """ lattice(InterferenceFunction2DLattice self) -> Lattice2D - const Lattice2D & InterferenceFunction2DLattice::lattice() const + const Lattice2D & InterferenceFunction2DLattice::lattice() const """ return _libBornAgainCore.InterferenceFunction2DLattice_lattice(self) @@ -21397,7 +21397,7 @@ class InterferenceFunction2DLattice(IInterferenceFunction): """ onChange(InterferenceFunction2DLattice self) - void InterferenceFunction2DLattice::onChange() override final + void InterferenceFunction2DLattice::onChange() overridefinal Action to be taken in inherited class when a parameter has changed. @@ -21608,7 +21608,7 @@ class InterferenceFunction2DParaCrystal(IInterferenceFunction): """ domainSizes(InterferenceFunction2DParaCrystal self) -> vdouble1d_t - std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const + std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const """ return _libBornAgainCore.InterferenceFunction2DParaCrystal_domainSizes(self) @@ -21636,7 +21636,7 @@ class InterferenceFunction2DParaCrystal(IInterferenceFunction): """ integrationOverXi(InterferenceFunction2DParaCrystal self) -> bool - bool InterferenceFunction2DParaCrystal::integrationOverXi() const + bool InterferenceFunction2DParaCrystal::integrationOverXi() const """ return _libBornAgainCore.InterferenceFunction2DParaCrystal_integrationOverXi(self) @@ -21646,7 +21646,7 @@ class InterferenceFunction2DParaCrystal(IInterferenceFunction): """ dampingLength(InterferenceFunction2DParaCrystal self) -> double - double InterferenceFunction2DParaCrystal::dampingLength() const + double InterferenceFunction2DParaCrystal::dampingLength() const """ return _libBornAgainCore.InterferenceFunction2DParaCrystal_dampingLength(self) @@ -21656,7 +21656,7 @@ class InterferenceFunction2DParaCrystal(IInterferenceFunction): """ lattice(InterferenceFunction2DParaCrystal self) -> Lattice2D - const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const + const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const """ return _libBornAgainCore.InterferenceFunction2DParaCrystal_lattice(self) @@ -22417,7 +22417,7 @@ class Lattice2D(ICloneable, INode): """ rotationAngle(Lattice2D self) -> double - double Lattice2D::rotationAngle() const + double Lattice2D::rotationAngle() const """ return _libBornAgainCore.Lattice2D_rotationAngle(self) @@ -22427,7 +22427,7 @@ class Lattice2D(ICloneable, INode): """ reciprocalBases(Lattice2D self) -> Lattice2D::ReciprocalBases - Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const + Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const """ return _libBornAgainCore.Lattice2D_reciprocalBases(self) @@ -22478,7 +22478,7 @@ class BasicLattice(Lattice2D): """ clone(BasicLattice self) -> BasicLattice - BasicLattice * BasicLattice::clone() const + BasicLattice * BasicLattice::clone() const """ return _libBornAgainCore.BasicLattice_clone(self) @@ -22500,7 +22500,7 @@ class BasicLattice(Lattice2D): """ length1(BasicLattice self) -> double - virtual double BasicLattice::length1() const + virtual double BasicLattice::length1() const """ return _libBornAgainCore.BasicLattice_length1(self) @@ -22510,7 +22510,7 @@ class BasicLattice(Lattice2D): """ length2(BasicLattice self) -> double - virtual double BasicLattice::length2() const + virtual double BasicLattice::length2() const """ return _libBornAgainCore.BasicLattice_length2(self) @@ -22520,7 +22520,7 @@ class BasicLattice(Lattice2D): """ latticeAngle(BasicLattice self) -> double - virtual double BasicLattice::latticeAngle() const + virtual double BasicLattice::latticeAngle() const """ return _libBornAgainCore.BasicLattice_latticeAngle(self) @@ -22530,7 +22530,7 @@ class BasicLattice(Lattice2D): """ unitCellArea(BasicLattice self) -> double - double BasicLattice::unitCellArea() const + double BasicLattice::unitCellArea() const """ return _libBornAgainCore.BasicLattice_unitCellArea(self) @@ -22571,7 +22571,7 @@ class SquareLattice(Lattice2D): """ clone(SquareLattice self) -> SquareLattice - SquareLattice * SquareLattice::clone() const + SquareLattice * SquareLattice::clone() const """ return _libBornAgainCore.SquareLattice_clone(self) @@ -22593,7 +22593,7 @@ class SquareLattice(Lattice2D): """ length1(SquareLattice self) -> double - virtual double SquareLattice::length1() const + virtual double SquareLattice::length1() const """ return _libBornAgainCore.SquareLattice_length1(self) @@ -22603,7 +22603,7 @@ class SquareLattice(Lattice2D): """ length2(SquareLattice self) -> double - virtual double SquareLattice::length2() const + virtual double SquareLattice::length2() const """ return _libBornAgainCore.SquareLattice_length2(self) @@ -22613,7 +22613,7 @@ class SquareLattice(Lattice2D): """ latticeAngle(SquareLattice self) -> double - double SquareLattice::latticeAngle() const + double SquareLattice::latticeAngle() const """ return _libBornAgainCore.SquareLattice_latticeAngle(self) @@ -22623,7 +22623,7 @@ class SquareLattice(Lattice2D): """ unitCellArea(SquareLattice self) -> double - double SquareLattice::unitCellArea() const + double SquareLattice::unitCellArea() const """ return _libBornAgainCore.SquareLattice_unitCellArea(self) @@ -22664,7 +22664,7 @@ class HexagonalLattice(Lattice2D): """ clone(HexagonalLattice self) -> HexagonalLattice - HexagonalLattice * HexagonalLattice::clone() const + HexagonalLattice * HexagonalLattice::clone() const """ return _libBornAgainCore.HexagonalLattice_clone(self) @@ -22686,7 +22686,7 @@ class HexagonalLattice(Lattice2D): """ length1(HexagonalLattice self) -> double - virtual double HexagonalLattice::length1() const + virtual double HexagonalLattice::length1() const """ return _libBornAgainCore.HexagonalLattice_length1(self) @@ -22696,7 +22696,7 @@ class HexagonalLattice(Lattice2D): """ length2(HexagonalLattice self) -> double - virtual double HexagonalLattice::length2() const + virtual double HexagonalLattice::length2() const """ return _libBornAgainCore.HexagonalLattice_length2(self) @@ -22706,7 +22706,7 @@ class HexagonalLattice(Lattice2D): """ latticeAngle(HexagonalLattice self) -> double - double HexagonalLattice::latticeAngle() const + double HexagonalLattice::latticeAngle() const """ return _libBornAgainCore.HexagonalLattice_latticeAngle(self) @@ -22716,7 +22716,7 @@ class HexagonalLattice(Lattice2D): """ unitCellArea(HexagonalLattice self) -> double - double HexagonalLattice::unitCellArea() const + double HexagonalLattice::unitCellArea() const """ return _libBornAgainCore.HexagonalLattice_unitCellArea(self) @@ -22781,7 +22781,7 @@ class Layer(ISample): """ clone(Layer self) -> Layer - Layer * Layer::clone() const override final + Layer * Layer::clone() const overridefinal Returns a clone of this ISample object. @@ -22793,7 +22793,7 @@ class Layer(ISample): """ cloneInvertB(Layer self) -> Layer - Layer * Layer::cloneInvertB() const + Layer * Layer::cloneInvertB() const """ return _libBornAgainCore.Layer_cloneInvertB(self) @@ -22803,7 +22803,7 @@ class Layer(ISample): """ accept(Layer self, INodeVisitor visitor) - void Layer::accept(INodeVisitor *visitor) const override final + void Layer::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -22827,7 +22827,7 @@ class Layer(ISample): """ thickness(Layer self) -> double - double Layer::thickness() const + double Layer::thickness() const """ return _libBornAgainCore.Layer_thickness(self) @@ -22837,7 +22837,7 @@ class Layer(ISample): """ material(Layer self) -> Material - const Material* Layer::material() const override final + const Material* Layer::material() const overridefinal Returns nullptr, unless overwritten to return a specific material. @@ -22869,7 +22869,7 @@ class Layer(ISample): """ numberOfLayouts(Layer self) -> size_t - size_t Layer::numberOfLayouts() const + size_t Layer::numberOfLayouts() const """ return _libBornAgainCore.Layer_numberOfLayouts(self) @@ -22879,7 +22879,7 @@ class Layer(ISample): """ layouts(Layer self) -> std::vector< ILayout const *,std::allocator< ILayout const * > > - std::vector< const ILayout * > Layer::layouts() const + std::vector< const ILayout * > Layer::layouts() const """ return _libBornAgainCore.Layer_layouts(self) @@ -22889,7 +22889,7 @@ class Layer(ISample): """ getChildren(Layer self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > Layer::getChildren() const override final + std::vector< const INode * > Layer::getChildren() const overridefinal Returns a vector of children (const). @@ -22922,7 +22922,7 @@ class Layer(ISample): """ numberOfSlices(Layer self) -> unsigned int - unsigned int Layer::numberOfSlices() const + unsigned int Layer::numberOfSlices() const """ return _libBornAgainCore.Layer_numberOfSlices(self) @@ -22932,7 +22932,7 @@ class Layer(ISample): """ slice(Layer self, ZLimits limits, Layer::ELayerType layer_type) -> SafePointerVector< Layer > - SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const + SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const """ return _libBornAgainCore.Layer_slice(self, limits, layer_type) @@ -23180,7 +23180,7 @@ class Line(IShape2D): """ clone(Line self) -> Line - Line* Line::clone() const + Line* Line::clone() const """ return _libBornAgainCore.Line_clone(self) @@ -23246,7 +23246,7 @@ class VerticalLine(IShape2D): """ clone(VerticalLine self) -> VerticalLine - VerticalLine* VerticalLine::clone() const + VerticalLine* VerticalLine::clone() const """ return _libBornAgainCore.VerticalLine_clone(self) @@ -23269,7 +23269,7 @@ class VerticalLine(IShape2D): """ getXpos(VerticalLine self) -> double - double VerticalLine::getXpos() const + double VerticalLine::getXpos() const """ return _libBornAgainCore.VerticalLine_getXpos(self) @@ -23322,7 +23322,7 @@ class HorizontalLine(IShape2D): """ clone(HorizontalLine self) -> HorizontalLine - HorizontalLine* HorizontalLine::clone() const + HorizontalLine* HorizontalLine::clone() const """ return _libBornAgainCore.HorizontalLine_clone(self) @@ -23345,7 +23345,7 @@ class HorizontalLine(IShape2D): """ getYpos(HorizontalLine self) -> double - double HorizontalLine::getYpos() const + double HorizontalLine::getYpos() const """ return _libBornAgainCore.HorizontalLine_getYpos(self) @@ -23439,7 +23439,7 @@ class Material(_object): """ isMagneticMaterial(Material self) -> bool - bool Material::isMagneticMaterial() const + bool Material::isMagneticMaterial() const """ return _libBornAgainCore.Material_isMagneticMaterial(self) @@ -23521,7 +23521,7 @@ class Material(_object): """ transformedMaterial(Material self, Transform3D const & transform) -> Material - Material Material::transformedMaterial(const Transform3D &transform) const + Material Material::transformedMaterial(const Transform3D &transform) const """ return _libBornAgainCore.Material_transformedMaterial(self, transform) @@ -23613,7 +23613,7 @@ class MesoCrystal(IParticle): """ clone(MesoCrystal self) -> MesoCrystal - MesoCrystal * MesoCrystal::clone() const override final + MesoCrystal * MesoCrystal::clone() const overridefinal Returns a clone of this ISample object. @@ -23625,7 +23625,7 @@ class MesoCrystal(IParticle): """ accept(MesoCrystal self, INodeVisitor visitor) - void MesoCrystal::accept(INodeVisitor *visitor) const override final + void MesoCrystal::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -23637,7 +23637,7 @@ class MesoCrystal(IParticle): """ createSlicedParticle(MesoCrystal self, ZLimits limits) -> SlicedParticle - SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const override final + SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. @@ -23649,7 +23649,7 @@ class MesoCrystal(IParticle): """ getChildren(MesoCrystal self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > MesoCrystal::getChildren() const override final + std::vector< const INode * > MesoCrystal::getChildren() const overridefinal Returns a vector of children (const). @@ -23700,7 +23700,7 @@ class MultiLayer(ISample): """ accept(MultiLayer self, INodeVisitor visitor) - void MultiLayer::accept(INodeVisitor *visitor) const final override + void MultiLayer::accept(INodeVisitor *visitor) const finaloverride Calls the INodeVisitor's visit method. @@ -23712,7 +23712,7 @@ class MultiLayer(ISample): """ numberOfLayers(MultiLayer self) -> size_t - size_t MultiLayer::numberOfLayers() const + size_t MultiLayer::numberOfLayers() const """ return _libBornAgainCore.MultiLayer_numberOfLayers(self) @@ -23722,7 +23722,7 @@ class MultiLayer(ISample): """ numberOfInterfaces(MultiLayer self) -> size_t - size_t MultiLayer::numberOfInterfaces() const + size_t MultiLayer::numberOfInterfaces() const """ return _libBornAgainCore.MultiLayer_numberOfInterfaces(self) @@ -23870,7 +23870,7 @@ class MultiLayer(ISample): """ clone(MultiLayer self) -> MultiLayer - MultiLayer * MultiLayer::clone() const final override + MultiLayer * MultiLayer::clone() const finaloverride Returns a clone of multilayer with clones of all layers and recreated interfaces between layers @@ -24004,7 +24004,7 @@ class MultiLayer(ISample): """ containsMagneticMaterial(MultiLayer self) -> bool - bool MultiLayer::containsMagneticMaterial() const + bool MultiLayer::containsMagneticMaterial() const """ return _libBornAgainCore.MultiLayer_containsMagneticMaterial(self) @@ -24038,7 +24038,7 @@ class MultiLayer(ISample): """ hasRoughness(MultiLayer self) -> bool - bool MultiLayer::hasRoughness() const + bool MultiLayer::hasRoughness() const """ return _libBornAgainCore.MultiLayer_hasRoughness(self) @@ -24048,7 +24048,7 @@ class MultiLayer(ISample): """ totalNofLayouts(MultiLayer self) -> size_t - size_t MultiLayer::totalNofLayouts() const + size_t MultiLayer::totalNofLayouts() const """ return _libBornAgainCore.MultiLayer_totalNofLayouts(self) @@ -24058,7 +24058,7 @@ class MultiLayer(ISample): """ getChildren(MultiLayer self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > MultiLayer::getChildren() const final override + std::vector< const INode * > MultiLayer::getChildren() const finaloverride Returns a vector of children (const). @@ -24224,7 +24224,7 @@ class IntensityData(_object): """ clone(IntensityData self) -> IntensityData - OutputData< T > * OutputData< T >::clone() const + OutputData< T > * OutputData< T >::clone() const """ return _libBornAgainCore.IntensityData_clone(self) @@ -24244,7 +24244,7 @@ class IntensityData(_object): """ meanValues(IntensityData self) -> IntensityData - OutputData< double > * OutputData< T >::meanValues() const + OutputData< double > * OutputData< T >::meanValues() const """ return _libBornAgainCore.IntensityData_meanValues(self) @@ -24776,7 +24776,7 @@ class ParameterDistribution(IParameterized): """ getLimits(ParameterDistribution self) -> RealLimits - RealLimits ParameterDistribution::getLimits() const + RealLimits ParameterDistribution::getLimits() const """ return _libBornAgainCore.ParameterDistribution_getLimits(self) @@ -24786,7 +24786,7 @@ class ParameterDistribution(IParameterized): """ getMinValue(ParameterDistribution self) -> double - double ParameterDistribution::getMinValue() const + double ParameterDistribution::getMinValue() const """ return _libBornAgainCore.ParameterDistribution_getMinValue(self) @@ -24796,7 +24796,7 @@ class ParameterDistribution(IParameterized): """ getMaxValue(ParameterDistribution self) -> double - double ParameterDistribution::getMaxValue() const + double ParameterDistribution::getMaxValue() const """ return _libBornAgainCore.ParameterDistribution_getMaxValue(self) @@ -24992,7 +24992,7 @@ class ParameterPool(ICloneable): """ parameterNames(ParameterPool self) -> vector_string_t - std::vector< std::string > ParameterPool::parameterNames() const + std::vector< std::string > ParameterPool::parameterNames() const """ return _libBornAgainCore.ParameterPool_parameterNames(self) @@ -25316,7 +25316,7 @@ class Particle(IParticle): """ clone(Particle self) -> Particle - Particle * Particle::clone() const override final + Particle * Particle::clone() const overridefinal Returns a clone of this ISample object. @@ -25328,7 +25328,7 @@ class Particle(IParticle): """ accept(Particle self, INodeVisitor visitor) - void Particle::accept(INodeVisitor *visitor) const override final + void Particle::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -25340,7 +25340,7 @@ class Particle(IParticle): """ createSlicedParticle(Particle self, ZLimits limits) -> SlicedParticle - SlicedParticle Particle::createSlicedParticle(ZLimits limits) const override final + SlicedParticle Particle::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. @@ -25362,7 +25362,7 @@ class Particle(IParticle): """ material(Particle self) -> Material - const Material* Particle::material() const override final + const Material* Particle::material() const overridefinal Returns nullptr, unless overwritten to return a specific material. @@ -25384,7 +25384,7 @@ class Particle(IParticle): """ getChildren(Particle self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > Particle::getChildren() const override final + std::vector< const INode * > Particle::getChildren() const overridefinal Returns a vector of children (const). @@ -25436,7 +25436,7 @@ class ParticleComposition(IParticle): """ clone(ParticleComposition self) -> ParticleComposition - ParticleComposition * ParticleComposition::clone() const override final + ParticleComposition * ParticleComposition::clone() const overridefinal Returns a clone of this ISample object. @@ -25448,7 +25448,7 @@ class ParticleComposition(IParticle): """ accept(ParticleComposition self, INodeVisitor visitor) - void ParticleComposition::accept(INodeVisitor *visitor) const override final + void ParticleComposition::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -25460,7 +25460,7 @@ class ParticleComposition(IParticle): """ createFormFactor(ParticleComposition self) -> IFormFactor - IFormFactor * ParticleComposition::createFormFactor() const override final + IFormFactor * ParticleComposition::createFormFactor() const overridefinal Create a form factor for this particle. @@ -25505,7 +25505,7 @@ class ParticleComposition(IParticle): """ getChildren(ParticleComposition self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > ParticleComposition::getChildren() const override final + std::vector< const INode * > ParticleComposition::getChildren() const overridefinal Returns a vector of children (const). @@ -25517,7 +25517,7 @@ class ParticleComposition(IParticle): """ decompose(ParticleComposition self) -> SafePointerVector< IParticle > - SafePointerVector< IParticle > ParticleComposition::decompose() const override final + SafePointerVector< IParticle > ParticleComposition::decompose() const overridefinal Decompose in constituent IParticle objects. @@ -25529,7 +25529,7 @@ class ParticleComposition(IParticle): """ bottomTopZ(ParticleComposition self) -> ParticleLimits - ParticleLimits ParticleComposition::bottomTopZ() const override final + ParticleLimits ParticleComposition::bottomTopZ() const overridefinal Top and bottom z-coordinate. @@ -25579,7 +25579,7 @@ class ParticleCoreShell(IParticle): """ clone(ParticleCoreShell self) -> ParticleCoreShell - ParticleCoreShell * ParticleCoreShell::clone() const override final + ParticleCoreShell * ParticleCoreShell::clone() const overridefinal Returns a clone of this ISample object. @@ -25591,7 +25591,7 @@ class ParticleCoreShell(IParticle): """ accept(ParticleCoreShell self, INodeVisitor visitor) - void ParticleCoreShell::accept(INodeVisitor *visitor) const override final + void ParticleCoreShell::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -25603,7 +25603,7 @@ class ParticleCoreShell(IParticle): """ createSlicedParticle(ParticleCoreShell self, ZLimits limits) -> SlicedParticle - SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const override final + SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const overridefinal Create a sliced form factor for this particle. @@ -25615,7 +25615,7 @@ class ParticleCoreShell(IParticle): """ coreParticle(ParticleCoreShell self) -> Particle - const Particle * ParticleCoreShell::coreParticle() const + const Particle * ParticleCoreShell::coreParticle() const """ return _libBornAgainCore.ParticleCoreShell_coreParticle(self) @@ -25625,7 +25625,7 @@ class ParticleCoreShell(IParticle): """ shellParticle(ParticleCoreShell self) -> Particle - const Particle * ParticleCoreShell::shellParticle() const + const Particle * ParticleCoreShell::shellParticle() const """ return _libBornAgainCore.ParticleCoreShell_shellParticle(self) @@ -25635,7 +25635,7 @@ class ParticleCoreShell(IParticle): """ getChildren(ParticleCoreShell self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > ParticleCoreShell::getChildren() const override final + std::vector< const INode * > ParticleCoreShell::getChildren() const overridefinal Returns a vector of children (const). @@ -25682,7 +25682,7 @@ class ParticleDistribution(IAbstractParticle): """ clone(ParticleDistribution self) -> ParticleDistribution - ParticleDistribution * ParticleDistribution::clone() const override final + ParticleDistribution * ParticleDistribution::clone() const overridefinal Returns a clone of this ISample object. @@ -25694,7 +25694,7 @@ class ParticleDistribution(IAbstractParticle): """ accept(ParticleDistribution self, INodeVisitor visitor) - void ParticleDistribution::accept(INodeVisitor *visitor) const override final + void ParticleDistribution::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -25706,7 +25706,7 @@ class ParticleDistribution(IAbstractParticle): """ translate(ParticleDistribution self, kvector_t translation) - void ParticleDistribution::translate(kvector_t translation) override final + void ParticleDistribution::translate(kvector_t translation) overridefinal Translates the particle with the given vector. @@ -25718,7 +25718,7 @@ class ParticleDistribution(IAbstractParticle): """ rotate(ParticleDistribution self, IRotation rotation) - void ParticleDistribution::rotate(const IRotation &rotation) override final + void ParticleDistribution::rotate(const IRotation &rotation) overridefinal Applies the given rotation to the particle. @@ -25768,7 +25768,7 @@ class ParticleDistribution(IAbstractParticle): """ getChildren(ParticleDistribution self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > ParticleDistribution::getChildren() const override final + std::vector< const INode * > ParticleDistribution::getChildren() const overridefinal Returns a vector of children (const). @@ -25821,7 +25821,7 @@ class ParticleLayout(ILayout): """ clone(ParticleLayout self) -> ParticleLayout - ParticleLayout * ParticleLayout::clone() const final override + ParticleLayout * ParticleLayout::clone() const finaloverride Returns a clone of this ISample object. @@ -25833,7 +25833,7 @@ class ParticleLayout(ILayout): """ cloneWithOffset(ParticleLayout self, double offset) -> ParticleLayout - ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const final override + ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const finaloverride """ return _libBornAgainCore.ParticleLayout_cloneWithOffset(self, offset) @@ -25843,7 +25843,7 @@ class ParticleLayout(ILayout): """ accept(ParticleLayout self, INodeVisitor visitor) - void ParticleLayout::accept(INodeVisitor *visitor) const final override + void ParticleLayout::accept(INodeVisitor *visitor) const finaloverride Calls the INodeVisitor's visit method. @@ -25885,7 +25885,7 @@ class ParticleLayout(ILayout): """ particles(ParticleLayout self) -> SafePointerVector< IParticle const > - SafePointerVector< const IParticle > ParticleLayout::particles() const final override + SafePointerVector< const IParticle > ParticleLayout::particles() const finaloverride Returns information on all particles (type and abundance) and generates new particles if an IAbstractParticle denotes a collection @@ -25897,7 +25897,7 @@ class ParticleLayout(ILayout): """ getTotalAbundance(ParticleLayout self) -> double - double ParticleLayout::getTotalAbundance() const final override + double ParticleLayout::getTotalAbundance() const finaloverride Get total abundance of all particles. @@ -25921,7 +25921,7 @@ class ParticleLayout(ILayout): """ totalParticleSurfaceDensity(ParticleLayout self) -> double - double ParticleLayout::totalParticleSurfaceDensity() const final override + double ParticleLayout::totalParticleSurfaceDensity() const finaloverride Returns surface density of all particles. @@ -25933,7 +25933,7 @@ class ParticleLayout(ILayout): """ setTotalParticleSurfaceDensity(ParticleLayout self, double particle_density) - void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) final override + void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) finaloverride Sets total particle surface density. particle_density: number of particles per square nanometer @@ -25945,7 +25945,7 @@ class ParticleLayout(ILayout): """ getChildren(ParticleLayout self) -> swig_dummy_type_const_inode_vector - std::vector< const INode * > ParticleLayout::getChildren() const final override + std::vector< const INode * > ParticleLayout::getChildren() const finaloverride Returns a vector of children (const). @@ -25994,7 +25994,7 @@ class PoissonNoiseBackground(IBackground): """ clone(PoissonNoiseBackground self) -> PoissonNoiseBackground - PoissonNoiseBackground * PoissonNoiseBackground::clone() const override final + PoissonNoiseBackground * PoissonNoiseBackground::clone() const overridefinal """ return _libBornAgainCore.PoissonNoiseBackground_clone(self) @@ -26016,7 +26016,7 @@ class PoissonNoiseBackground(IBackground): """ addBackGround(PoissonNoiseBackground self, double intensity) -> double - double PoissonNoiseBackground::addBackGround(double intensity) const override final + double PoissonNoiseBackground::addBackGround(double intensity) const overridefinal """ return _libBornAgainCore.PoissonNoiseBackground_addBackGround(self, intensity) @@ -26065,7 +26065,7 @@ class Polygon(IShape2D): """ clone(Polygon self) -> Polygon - virtual Polygon* Polygon::clone() const + virtual Polygon* Polygon::clone() const """ return _libBornAgainCore.Polygon_clone(self) @@ -26088,7 +26088,7 @@ class Polygon(IShape2D): """ getArea(Polygon self) -> double - double Polygon::getArea() const + double Polygon::getArea() const """ return _libBornAgainCore.Polygon_getArea(self) @@ -26098,7 +26098,7 @@ class Polygon(IShape2D): """ getPoints(Polygon self, vdouble1d_t xpos, vdouble1d_t ypos) - void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const + void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const """ return _libBornAgainCore.Polygon_getPoints(self, xpos, ypos) @@ -26148,7 +26148,7 @@ class RealParameter(IParameterReal): clone(RealParameter self, std::string const & new_name) -> RealParameter clone(RealParameter self) -> RealParameter - RealParameter * RealParameter::clone(const std::string &new_name="") const + RealParameter * RealParameter::clone(const std::string &new_name="") const """ return _libBornAgainCore.RealParameter_clone(self, *args) @@ -26192,7 +26192,7 @@ class RealParameter(IParameterReal): """ limits(RealParameter self) -> RealLimits - RealLimits RealParameter::limits() const + RealLimits RealParameter::limits() const """ return _libBornAgainCore.RealParameter_limits(self) @@ -26242,7 +26242,7 @@ class RealParameter(IParameterReal): """ unit(RealParameter self) -> std::string - std::string RealParameter::unit() const + std::string RealParameter::unit() const """ return _libBornAgainCore.RealParameter_unit(self) @@ -26304,7 +26304,7 @@ class Rectangle(IShape2D): """ clone(Rectangle self) -> Rectangle - Rectangle* Rectangle::clone() const + Rectangle* Rectangle::clone() const """ return _libBornAgainCore.Rectangle_clone(self) @@ -26327,7 +26327,7 @@ class Rectangle(IShape2D): """ getArea(Rectangle self) -> double - double Rectangle::getArea() const + double Rectangle::getArea() const """ return _libBornAgainCore.Rectangle_getArea(self) @@ -26337,7 +26337,7 @@ class Rectangle(IShape2D): """ getXlow(Rectangle self) -> double - double Rectangle::getXlow() const + double Rectangle::getXlow() const """ return _libBornAgainCore.Rectangle_getXlow(self) @@ -26347,7 +26347,7 @@ class Rectangle(IShape2D): """ getYlow(Rectangle self) -> double - double Rectangle::getYlow() const + double Rectangle::getYlow() const """ return _libBornAgainCore.Rectangle_getYlow(self) @@ -26357,7 +26357,7 @@ class Rectangle(IShape2D): """ getXup(Rectangle self) -> double - double Rectangle::getXup() const + double Rectangle::getXup() const """ return _libBornAgainCore.Rectangle_getXup(self) @@ -26367,7 +26367,7 @@ class Rectangle(IShape2D): """ getYup(Rectangle self) -> double - double Rectangle::getYup() const + double Rectangle::getYup() const """ return _libBornAgainCore.Rectangle_getYup(self) @@ -26457,7 +26457,7 @@ class RectangularDetector(IDetector2D): setPosition(RectangularDetector self, kvector_t normal_to_detector, double u0, double v0, kvector_t direction) setPosition(RectangularDetector self, kvector_t normal_to_detector, double u0, double v0) - void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0, -1.0, 0.0)) + void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0,-1.0, 0.0)) """ return _libBornAgainCore.RectangularDetector_setPosition(self, *args) @@ -26509,7 +26509,7 @@ class RectangularDetector(IDetector2D): """ getWidth(RectangularDetector self) -> double - double RectangularDetector::getWidth() const + double RectangularDetector::getWidth() const """ return _libBornAgainCore.RectangularDetector_getWidth(self) @@ -26519,7 +26519,7 @@ class RectangularDetector(IDetector2D): """ getHeight(RectangularDetector self) -> double - double RectangularDetector::getHeight() const + double RectangularDetector::getHeight() const """ return _libBornAgainCore.RectangularDetector_getHeight(self) @@ -26529,7 +26529,7 @@ class RectangularDetector(IDetector2D): """ getNbinsX(RectangularDetector self) -> size_t - size_t RectangularDetector::getNbinsX() const + size_t RectangularDetector::getNbinsX() const """ return _libBornAgainCore.RectangularDetector_getNbinsX(self) @@ -26539,7 +26539,7 @@ class RectangularDetector(IDetector2D): """ getNbinsY(RectangularDetector self) -> size_t - size_t RectangularDetector::getNbinsY() const + size_t RectangularDetector::getNbinsY() const """ return _libBornAgainCore.RectangularDetector_getNbinsY(self) @@ -26549,7 +26549,7 @@ class RectangularDetector(IDetector2D): """ getNormalVector(RectangularDetector self) -> kvector_t - kvector_t RectangularDetector::getNormalVector() const + kvector_t RectangularDetector::getNormalVector() const """ return _libBornAgainCore.RectangularDetector_getNormalVector(self) @@ -26559,7 +26559,7 @@ class RectangularDetector(IDetector2D): """ getU0(RectangularDetector self) -> double - double RectangularDetector::getU0() const + double RectangularDetector::getU0() const """ return _libBornAgainCore.RectangularDetector_getU0(self) @@ -26569,7 +26569,7 @@ class RectangularDetector(IDetector2D): """ getV0(RectangularDetector self) -> double - double RectangularDetector::getV0() const + double RectangularDetector::getV0() const """ return _libBornAgainCore.RectangularDetector_getV0(self) @@ -26579,7 +26579,7 @@ class RectangularDetector(IDetector2D): """ getDirectionVector(RectangularDetector self) -> kvector_t - kvector_t RectangularDetector::getDirectionVector() const + kvector_t RectangularDetector::getDirectionVector() const """ return _libBornAgainCore.RectangularDetector_getDirectionVector(self) @@ -26589,7 +26589,7 @@ class RectangularDetector(IDetector2D): """ getDistance(RectangularDetector self) -> double - double RectangularDetector::getDistance() const + double RectangularDetector::getDistance() const """ return _libBornAgainCore.RectangularDetector_getDistance(self) @@ -26599,7 +26599,7 @@ class RectangularDetector(IDetector2D): """ getDirectBeamU0(RectangularDetector self) -> double - double RectangularDetector::getDirectBeamU0() const + double RectangularDetector::getDirectBeamU0() const """ return _libBornAgainCore.RectangularDetector_getDirectBeamU0(self) @@ -26609,7 +26609,7 @@ class RectangularDetector(IDetector2D): """ getDirectBeamV0(RectangularDetector self) -> double - double RectangularDetector::getDirectBeamV0() const + double RectangularDetector::getDirectBeamV0() const """ return _libBornAgainCore.RectangularDetector_getDirectBeamV0(self) @@ -26619,7 +26619,7 @@ class RectangularDetector(IDetector2D): """ getDetectorArrangment(RectangularDetector self) -> RectangularDetector::EDetectorArrangement - RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const + RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const """ return _libBornAgainCore.RectangularDetector_getDetectorArrangment(self) @@ -26653,7 +26653,7 @@ class RectangularDetector(IDetector2D): """ regionOfInterestPixel(RectangularDetector self) -> RectangularPixel - RectangularPixel * RectangularDetector::regionOfInterestPixel() const + RectangularPixel * RectangularDetector::regionOfInterestPixel() const """ return _libBornAgainCore.RectangularDetector_regionOfInterestPixel(self) @@ -26723,7 +26723,7 @@ class RectangularPixel(IPixel): """ getPosition(RectangularPixel self, double x, double y) -> kvector_t - kvector_t RectangularPixel::getPosition(double x, double y) const + kvector_t RectangularPixel::getPosition(double x, double y) const """ return _libBornAgainCore.RectangularPixel_getPosition(self, x, y) @@ -26788,7 +26788,7 @@ class ResolutionFunction2DGaussian(IResolutionFunction2D): """ evaluateCDF(ResolutionFunction2DGaussian self, double x, double y) -> double - double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const + double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const """ return _libBornAgainCore.ResolutionFunction2DGaussian_evaluateCDF(self, x, y) @@ -26798,7 +26798,7 @@ class ResolutionFunction2DGaussian(IResolutionFunction2D): """ clone(ResolutionFunction2DGaussian self) -> ResolutionFunction2DGaussian - ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const + ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const """ return _libBornAgainCore.ResolutionFunction2DGaussian_clone(self) @@ -26820,7 +26820,7 @@ class ResolutionFunction2DGaussian(IResolutionFunction2D): """ getSigmaX(ResolutionFunction2DGaussian self) -> double - double ResolutionFunction2DGaussian::getSigmaX() const + double ResolutionFunction2DGaussian::getSigmaX() const """ return _libBornAgainCore.ResolutionFunction2DGaussian_getSigmaX(self) @@ -26830,7 +26830,7 @@ class ResolutionFunction2DGaussian(IResolutionFunction2D): """ getSigmaY(ResolutionFunction2DGaussian self) -> double - double ResolutionFunction2DGaussian::getSigmaY() const + double ResolutionFunction2DGaussian::getSigmaY() const """ return _libBornAgainCore.ResolutionFunction2DGaussian_getSigmaY(self) @@ -26903,7 +26903,7 @@ class SpecularSimulation(Simulation): """ accept(SpecularSimulation self, INodeVisitor visitor) - void SpecularSimulation::accept(INodeVisitor *visitor) const override final + void SpecularSimulation::accept(INodeVisitor *visitor) const overridefinal Calls the INodeVisitor's visit method. @@ -27068,7 +27068,7 @@ class SampleBuilderFactoryTemp(_object): """ contains(SampleBuilderFactoryTemp self, std::string const & item_key) -> bool - bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const + bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const """ return _libBornAgainCore.SampleBuilderFactoryTemp_contains(self, item_key) @@ -27092,7 +27092,7 @@ class SampleBuilderFactoryTemp(_object): """ begin(SampleBuilderFactoryTemp self) -> IFactory< std::string,IMultiLayerBuilder >::const_iterator - const_iterator IFactory< Key, AbstractProduct >::begin() const + const_iterator IFactory< Key, AbstractProduct >::begin() const """ return _libBornAgainCore.SampleBuilderFactoryTemp_begin(self) @@ -27102,7 +27102,7 @@ class SampleBuilderFactoryTemp(_object): """ end(SampleBuilderFactoryTemp self) -> IFactory< std::string,IMultiLayerBuilder >::const_iterator - const_iterator IFactory< Key, AbstractProduct >::end() const + const_iterator IFactory< Key, AbstractProduct >::end() const """ return _libBornAgainCore.SampleBuilderFactoryTemp_end(self) @@ -27217,7 +27217,7 @@ class SimulationFactoryTemp(_object): """ contains(SimulationFactoryTemp self, std::string const & item_key) -> bool - bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const + bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const """ return _libBornAgainCore.SimulationFactoryTemp_contains(self, item_key) @@ -27241,7 +27241,7 @@ class SimulationFactoryTemp(_object): """ begin(SimulationFactoryTemp self) -> IFactory< std::string,Simulation >::const_iterator - const_iterator IFactory< Key, AbstractProduct >::begin() const + const_iterator IFactory< Key, AbstractProduct >::begin() const """ return _libBornAgainCore.SimulationFactoryTemp_begin(self) @@ -27251,7 +27251,7 @@ class SimulationFactoryTemp(_object): """ end(SimulationFactoryTemp self) -> IFactory< std::string,Simulation >::const_iterator - const_iterator IFactory< Key, AbstractProduct >::end() const + const_iterator IFactory< Key, AbstractProduct >::end() const """ return _libBornAgainCore.SimulationFactoryTemp_end(self) diff --git a/auto/Wrap/libBornAgainCore_wrap.cpp b/auto/Wrap/libBornAgainCore_wrap.cpp index d56fa8a335f6c688b454128d65ff3d158bb6b0e0..b0cd668bfca33e978e41bf7c6032f3f2a80853c6 100644 --- a/auto/Wrap/libBornAgainCore_wrap.cpp +++ b/auto/Wrap/libBornAgainCore_wrap.cpp @@ -115966,7 +115966,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"INamed_getName", _wrap_INamed_getName, METH_VARARGS, (char *)"\n" "INamed_getName(INamed self) -> std::string\n" "\n" - "std::string INamed::getName() const\n" + "std::string INamed::getName() const \n" "\n" ""}, { (char *)"disown_INamed", _wrap_disown_INamed, METH_VARARGS, NULL}, @@ -116817,31 +116817,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"WavevectorInfo_transformed", _wrap_WavevectorInfo_transformed, METH_VARARGS, (char *)"\n" "WavevectorInfo_transformed(WavevectorInfo self, Transform3D const & transform) -> WavevectorInfo\n" "\n" - "WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const\n" + "WavevectorInfo WavevectorInfo::transformed(const Transform3D &transform) const \n" "\n" ""}, { (char *)"WavevectorInfo_getKi", _wrap_WavevectorInfo_getKi, METH_VARARGS, (char *)"\n" "WavevectorInfo_getKi(WavevectorInfo self) -> cvector_t\n" "\n" - "cvector_t WavevectorInfo::getKi() const\n" + "cvector_t WavevectorInfo::getKi() const \n" "\n" ""}, { (char *)"WavevectorInfo_getKf", _wrap_WavevectorInfo_getKf, METH_VARARGS, (char *)"\n" "WavevectorInfo_getKf(WavevectorInfo self) -> cvector_t\n" "\n" - "cvector_t WavevectorInfo::getKf() const\n" + "cvector_t WavevectorInfo::getKf() const \n" "\n" ""}, { (char *)"WavevectorInfo_getQ", _wrap_WavevectorInfo_getQ, METH_VARARGS, (char *)"\n" "WavevectorInfo_getQ(WavevectorInfo self) -> cvector_t\n" "\n" - "cvector_t WavevectorInfo::getQ() const\n" + "cvector_t WavevectorInfo::getQ() const \n" "\n" ""}, { (char *)"WavevectorInfo_getWavelength", _wrap_WavevectorInfo_getWavelength, METH_VARARGS, (char *)"\n" "WavevectorInfo_getWavelength(WavevectorInfo self) -> double\n" "\n" - "double WavevectorInfo::getWavelength() const\n" + "double WavevectorInfo::getWavelength() const \n" "\n" ""}, { (char *)"delete_WavevectorInfo", _wrap_delete_WavevectorInfo, METH_VARARGS, (char *)"delete_WavevectorInfo(WavevectorInfo self)"}, @@ -116926,25 +116926,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"Beam_getBlochVector", _wrap_Beam_getBlochVector, METH_VARARGS, (char *)"\n" "Beam_getBlochVector(Beam self) -> kvector_t\n" "\n" - "kvector_t Beam::getBlochVector() const\n" + "kvector_t Beam::getBlochVector() const \n" "\n" ""}, { (char *)"Beam_getWavelength", _wrap_Beam_getWavelength, METH_VARARGS, (char *)"\n" "Beam_getWavelength(Beam self) -> double\n" "\n" - "double Beam::getWavelength() const\n" + "double Beam::getWavelength() const \n" "\n" ""}, { (char *)"Beam_getAlpha", _wrap_Beam_getAlpha, METH_VARARGS, (char *)"\n" "Beam_getAlpha(Beam self) -> double\n" "\n" - "double Beam::getAlpha() const\n" + "double Beam::getAlpha() const \n" "\n" ""}, { (char *)"Beam_getPhi", _wrap_Beam_getPhi, METH_VARARGS, (char *)"\n" "Beam_getPhi(Beam self) -> double\n" "\n" - "double Beam::getPhi() const\n" + "double Beam::getPhi() const \n" "\n" ""}, { (char *)"Beam_accept", _wrap_Beam_accept, METH_VARARGS, (char *)"\n" @@ -116958,7 +116958,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Beam_getChildren", _wrap_Beam_getChildren, METH_VARARGS, (char *)"\n" "Beam_getChildren(Beam self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > INode::getChildren() const\n" + "std::vector< const INode * > Beam::getChildren() const override\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -116978,13 +116978,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Bin1D_getMidPoint", _wrap_Bin1D_getMidPoint, METH_VARARGS, (char *)"\n" "Bin1D_getMidPoint(Bin1D self) -> double\n" "\n" - "double Bin1D::getMidPoint() const\n" + "double Bin1D::getMidPoint() const \n" "\n" ""}, { (char *)"Bin1D_getBinSize", _wrap_Bin1D_getBinSize, METH_VARARGS, (char *)"\n" "Bin1D_getBinSize(Bin1D self) -> double\n" "\n" - "double Bin1D::getBinSize() const\n" + "double Bin1D::getBinSize() const \n" "\n" ""}, { (char *)"delete_Bin1D", _wrap_delete_Bin1D, METH_VARARGS, (char *)"delete_Bin1D(Bin1D self)"}, @@ -117010,13 +117010,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Bin1DKVector_getMidPoint", _wrap_Bin1DKVector_getMidPoint, METH_VARARGS, (char *)"\n" "Bin1DKVector_getMidPoint(Bin1DKVector self) -> kvector_t\n" "\n" - "kvector_t Bin1DKVector::getMidPoint() const\n" + "kvector_t Bin1DKVector::getMidPoint() const \n" "\n" ""}, { (char *)"Bin1DKVector_getDelta", _wrap_Bin1DKVector_getDelta, METH_VARARGS, (char *)"\n" "Bin1DKVector_getDelta(Bin1DKVector self) -> kvector_t\n" "\n" - "kvector_t Bin1DKVector::getDelta() const\n" + "kvector_t Bin1DKVector::getDelta() const \n" "\n" ""}, { (char *)"Bin1DKVector_m_q_lower_set", _wrap_Bin1DKVector_m_q_lower_set, METH_VARARGS, (char *)"Bin1DKVector_m_q_lower_set(Bin1DKVector self, kvector_t m_q_lower)"}, @@ -117038,13 +117038,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Bin1DCVector_getMidPoint", _wrap_Bin1DCVector_getMidPoint, METH_VARARGS, (char *)"\n" "Bin1DCVector_getMidPoint(Bin1DCVector self) -> cvector_t\n" "\n" - "cvector_t Bin1DCVector::getMidPoint() const\n" + "cvector_t Bin1DCVector::getMidPoint() const \n" "\n" ""}, { (char *)"Bin1DCVector_getDelta", _wrap_Bin1DCVector_getDelta, METH_VARARGS, (char *)"\n" "Bin1DCVector_getDelta(Bin1DCVector self) -> cvector_t\n" "\n" - "cvector_t Bin1DCVector::getDelta() const\n" + "cvector_t Bin1DCVector::getDelta() const \n" "\n" ""}, { (char *)"Bin1DCVector_m_q_lower_set", _wrap_Bin1DCVector_m_q_lower_set, METH_VARARGS, (char *)"Bin1DCVector_m_q_lower_set(Bin1DCVector self, cvector_t m_q_lower)"}, @@ -117152,13 +117152,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"IAxis_getBinCenters", _wrap_IAxis_getBinCenters, METH_VARARGS, (char *)"\n" "IAxis_getBinCenters(IAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > IAxis::getBinCenters() const\n" + "std::vector< double > IAxis::getBinCenters() const \n" "\n" ""}, { (char *)"IAxis_getBinBoundaries", _wrap_IAxis_getBinBoundaries, METH_VARARGS, (char *)"\n" "IAxis_getBinBoundaries(IAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > IAxis::getBinBoundaries() const\n" + "std::vector< double > IAxis::getBinBoundaries() const \n" "\n" ""}, { (char *)"IAxis_createClippedAxis", _wrap_IAxis_createClippedAxis, METH_VARARGS, (char *)"\n" @@ -117255,7 +117255,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"VariableBinAxis_getBinCenter", _wrap_VariableBinAxis_getBinCenter, METH_VARARGS, (char *)"\n" "VariableBinAxis_getBinCenter(VariableBinAxis self, size_t index) -> double\n" "\n" - "double VariableBinAxis::getBinCenter(size_t index) const\n" + "double VariableBinAxis::getBinCenter(size_t index) const \n" "\n" ""}, { (char *)"VariableBinAxis_findClosestIndex", _wrap_VariableBinAxis_findClosestIndex, METH_VARARGS, (char *)"\n" @@ -117269,13 +117269,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"VariableBinAxis_getBinCenters", _wrap_VariableBinAxis_getBinCenters, METH_VARARGS, (char *)"\n" "VariableBinAxis_getBinCenters(VariableBinAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > VariableBinAxis::getBinCenters() const\n" + "std::vector< double > VariableBinAxis::getBinCenters() const \n" "\n" ""}, { (char *)"VariableBinAxis_getBinBoundaries", _wrap_VariableBinAxis_getBinBoundaries, METH_VARARGS, (char *)"\n" "VariableBinAxis_getBinBoundaries(VariableBinAxis self) -> vdouble1d_t\n" "\n" - "std::vector<double> VariableBinAxis::getBinBoundaries() const\n" + "std::vector<double> VariableBinAxis::getBinBoundaries() const \n" "\n" ""}, { (char *)"VariableBinAxis_createClippedAxis", _wrap_VariableBinAxis_createClippedAxis, METH_VARARGS, (char *)"\n" @@ -117382,7 +117382,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"CustomBinAxis_getBinCenters", _wrap_CustomBinAxis_getBinCenters, METH_VARARGS, (char *)"\n" "CustomBinAxis_getBinCenters(CustomBinAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > CustomBinAxis::getBinCenters() const\n" + "std::vector< double > CustomBinAxis::getBinCenters() const \n" "\n" ""}, { (char *)"CustomBinAxis_createClippedAxis", _wrap_CustomBinAxis_createClippedAxis, METH_VARARGS, (char *)"\n" @@ -117625,7 +117625,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FitStrategyDefault_clone", _wrap_FitStrategyDefault_clone, METH_VARARGS, (char *)"\n" "FitStrategyDefault_clone(FitStrategyDefault self) -> FitStrategyDefault\n" "\n" - "FitStrategyDefault * FitStrategyDefault::clone() const\n" + "FitStrategyDefault * FitStrategyDefault::clone() const \n" "\n" ""}, { (char *)"FitStrategyDefault_execute", _wrap_FitStrategyDefault_execute, METH_VARARGS, (char *)"\n" @@ -117664,13 +117664,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityFunctionLog_clone", _wrap_IntensityFunctionLog_clone, METH_VARARGS, (char *)"\n" "IntensityFunctionLog_clone(IntensityFunctionLog self) -> IntensityFunctionLog\n" "\n" - "virtual IntensityFunctionLog* IntensityFunctionLog::clone() const\n" + "virtual IntensityFunctionLog* IntensityFunctionLog::clone() const \n" "\n" ""}, { (char *)"IntensityFunctionLog_evaluate", _wrap_IntensityFunctionLog_evaluate, METH_VARARGS, (char *)"\n" "IntensityFunctionLog_evaluate(IntensityFunctionLog self, double value) -> double\n" "\n" - "double IntensityFunctionLog::evaluate(double value) const\n" + "double IntensityFunctionLog::evaluate(double value) const \n" "\n" ""}, { (char *)"new_IntensityFunctionLog", _wrap_new_IntensityFunctionLog, METH_VARARGS, (char *)"\n" @@ -117693,13 +117693,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityFunctionSqrt_clone", _wrap_IntensityFunctionSqrt_clone, METH_VARARGS, (char *)"\n" "IntensityFunctionSqrt_clone(IntensityFunctionSqrt self) -> IntensityFunctionSqrt\n" "\n" - "virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const\n" + "virtual IntensityFunctionSqrt* IntensityFunctionSqrt::clone() const \n" "\n" ""}, { (char *)"IntensityFunctionSqrt_evaluate", _wrap_IntensityFunctionSqrt_evaluate, METH_VARARGS, (char *)"\n" "IntensityFunctionSqrt_evaluate(IntensityFunctionSqrt self, double value) -> double\n" "\n" - "double IntensityFunctionSqrt::evaluate(double value) const\n" + "double IntensityFunctionSqrt::evaluate(double value) const \n" "\n" ""}, { (char *)"new_IntensityFunctionSqrt", _wrap_new_IntensityFunctionSqrt, METH_VARARGS, (char *)"\n" @@ -117761,7 +117761,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityNormalizer_clone", _wrap_IntensityNormalizer_clone, METH_VARARGS, (char *)"\n" "IntensityNormalizer_clone(IntensityNormalizer self) -> IntensityNormalizer\n" "\n" - "IntensityNormalizer * IntensityNormalizer::clone() const\n" + "IntensityNormalizer * IntensityNormalizer::clone() const \n" "\n" ""}, { (char *)"IntensityNormalizer_accept", _wrap_IntensityNormalizer_accept, METH_VARARGS, (char *)"\n" @@ -117775,7 +117775,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityNormalizer_createNormalizedData", _wrap_IntensityNormalizer_createNormalizedData, METH_VARARGS, (char *)"\n" "IntensityNormalizer_createNormalizedData(IntensityNormalizer self, IntensityData data) -> IntensityData\n" "\n" - "OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const\n" + "OutputData< double > * IntensityNormalizer::createNormalizedData(const OutputData< double > &data) const \n" "\n" ""}, { (char *)"IntensityNormalizer_apply", _wrap_IntensityNormalizer_apply, METH_VARARGS, (char *)"\n" @@ -118128,7 +118128,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FitParameter_clone", _wrap_FitParameter_clone, METH_VARARGS, (char *)"\n" "FitParameter_clone(FitParameter self) -> FitParameter\n" "\n" - "FitParameter * FitParameter::clone() const\n" + "FitParameter * FitParameter::clone() const \n" "\n" ""}, { (char *)"FitParameter_setValue", _wrap_FitParameter_setValue, METH_VARARGS, (char *)"\n" @@ -118166,7 +118166,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FitParameter_patterns", _wrap_FitParameter_patterns, METH_VARARGS, (char *)"\n" "FitParameter_patterns(FitParameter self) -> vector_string_t\n" "\n" - "std::vector< std::string > FitParameter::patterns() const\n" + "std::vector< std::string > FitParameter::patterns() const \n" "\n" ""}, { (char *)"FitParameter_matchedParameterNames", _wrap_FitParameter_matchedParameterNames, METH_VARARGS, (char *)"\n" @@ -118442,7 +118442,7 @@ static PyMethodDef SwigMethods[] = { "getSimulationOutputData(size_t i_item=0) -> IntensityData\n" "FitSuite_getSimulationOutputData(FitSuite self) -> IntensityData\n" "\n" - "const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const\n" + "const OutputData< double > * FitSuite::getSimulationOutputData(size_t i_item=0) const \n" "\n" ""}, { (char *)"FitSuite_parametersToString", _wrap_FitSuite_parametersToString, METH_VARARGS, (char *)"\n" @@ -118581,7 +118581,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FitSuiteObjects_size", _wrap_FitSuiteObjects_size, METH_VARARGS, (char *)"\n" "FitSuiteObjects_size(FitSuiteObjects self) -> size_t\n" "\n" - "size_t FitSuiteObjects::size() const\n" + "size_t FitSuiteObjects::size() const \n" "\n" ""}, { (char *)"FitSuiteObjects_begin", _wrap_FitSuiteObjects_begin, METH_VARARGS, (char *)"\n" @@ -118752,7 +118752,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"AdjustMinimizerStrategy_clone", _wrap_AdjustMinimizerStrategy_clone, METH_VARARGS, (char *)"\n" "AdjustMinimizerStrategy_clone(AdjustMinimizerStrategy self) -> AdjustMinimizerStrategy\n" "\n" - "AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const\n" + "AdjustMinimizerStrategy * AdjustMinimizerStrategy::clone() const \n" "\n" ""}, { (char *)"AdjustMinimizerStrategy_setMinimizer", _wrap_AdjustMinimizerStrategy_setMinimizer, METH_VARARGS, (char *)"\n" @@ -119020,7 +119020,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Crystal_clone", _wrap_Crystal_clone, METH_VARARGS, (char *)"\n" "Crystal_clone(Crystal self) -> Crystal\n" "\n" - "Crystal * Crystal::clone() const override final\n" + "Crystal * Crystal::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -119028,7 +119028,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Crystal_accept", _wrap_Crystal_accept, METH_VARARGS, (char *)"\n" "Crystal_accept(Crystal self, INodeVisitor visitor)\n" "\n" - "void Crystal::accept(INodeVisitor *visitor) const override final\n" + "void Crystal::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -119036,7 +119036,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Crystal_createTotalFormFactor", _wrap_Crystal_createTotalFormFactor, METH_VARARGS, (char *)"\n" "Crystal_createTotalFormFactor(Crystal self, IFormFactor meso_crystal_form_factor, IRotation p_rotation, kvector_t translation) -> IFormFactor\n" "\n" - "IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const override final\n" + "IFormFactor * Crystal::createTotalFormFactor(const IFormFactor &meso_crystal_form_factor, const IRotation *p_rotation, const kvector_t &translation) const overridefinal\n" "\n" "Creates a total form factor for the mesocrystal with a specific shape and content The bulk content of the mesocrystal is encapsulated by the IClusteredParticles object itself \n" "\n" @@ -119044,7 +119044,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Crystal_homogeneousRegions", _wrap_Crystal_homogeneousRegions, METH_VARARGS, (char *)"\n" "Crystal_homogeneousRegions(Crystal self) -> std::vector< HomogeneousRegion,std::allocator< HomogeneousRegion > >\n" "\n" - "std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const override final\n" + "std::vector< HomogeneousRegion > Crystal::homogeneousRegions() const overridefinal\n" "\n" "Creates region information with volumetric densities instead of absolute volume These densities need to be multiplied by the total mesocrystal volume \n" "\n" @@ -119053,7 +119053,7 @@ static PyMethodDef SwigMethods[] = { "transformedLattice(IRotation p_rotation=None) -> Lattice\n" "Crystal_transformedLattice(Crystal self) -> Lattice\n" "\n" - "Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const\n" + "Lattice Crystal::transformedLattice(const IRotation *p_rotation=nullptr) const \n" "\n" ""}, { (char *)"Crystal_setDWFactor", _wrap_Crystal_setDWFactor, METH_VARARGS, (char *)"\n" @@ -119065,7 +119065,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Crystal_getChildren", _wrap_Crystal_getChildren, METH_VARARGS, (char *)"\n" "Crystal_getChildren(Crystal self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > Crystal::getChildren() const override final\n" + "std::vector< const INode * > Crystal::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -119189,13 +119189,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionGate_getMin", _wrap_DistributionGate_getMin, METH_VARARGS, (char *)"\n" "DistributionGate_getMin(DistributionGate self) -> double\n" "\n" - "double DistributionGate::getMin() const\n" + "double DistributionGate::getMin() const \n" "\n" ""}, { (char *)"DistributionGate_getMax", _wrap_DistributionGate_getMax, METH_VARARGS, (char *)"\n" "DistributionGate_getMax(DistributionGate self) -> double\n" "\n" - "double DistributionGate::getMax() const\n" + "double DistributionGate::getMax() const \n" "\n" ""}, { (char *)"DistributionGate_equidistantPoints", _wrap_DistributionGate_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119262,7 +119262,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionLorentz_getHWHM", _wrap_DistributionLorentz_getHWHM, METH_VARARGS, (char *)"\n" "DistributionLorentz_getHWHM(DistributionLorentz self) -> double\n" "\n" - "double DistributionLorentz::getHWHM() const\n" + "double DistributionLorentz::getHWHM() const \n" "\n" ""}, { (char *)"DistributionLorentz_equidistantPoints", _wrap_DistributionLorentz_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119329,7 +119329,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionGaussian_getStdDev", _wrap_DistributionGaussian_getStdDev, METH_VARARGS, (char *)"\n" "DistributionGaussian_getStdDev(DistributionGaussian self) -> double\n" "\n" - "double DistributionGaussian::getStdDev() const\n" + "double DistributionGaussian::getStdDev() const \n" "\n" ""}, { (char *)"DistributionGaussian_equidistantPoints", _wrap_DistributionGaussian_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119396,13 +119396,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionLogNormal_getMedian", _wrap_DistributionLogNormal_getMedian, METH_VARARGS, (char *)"\n" "DistributionLogNormal_getMedian(DistributionLogNormal self) -> double\n" "\n" - "double DistributionLogNormal::getMedian() const\n" + "double DistributionLogNormal::getMedian() const \n" "\n" ""}, { (char *)"DistributionLogNormal_getScalePar", _wrap_DistributionLogNormal_getScalePar, METH_VARARGS, (char *)"\n" "DistributionLogNormal_getScalePar(DistributionLogNormal self) -> double\n" "\n" - "double DistributionLogNormal::getScalePar() const\n" + "double DistributionLogNormal::getScalePar() const \n" "\n" ""}, { (char *)"DistributionLogNormal_equidistantPoints", _wrap_DistributionLogNormal_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119477,7 +119477,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionCosine_getSigma", _wrap_DistributionCosine_getSigma, METH_VARARGS, (char *)"\n" "DistributionCosine_getSigma(DistributionCosine self) -> double\n" "\n" - "double DistributionCosine::getSigma() const\n" + "double DistributionCosine::getSigma() const \n" "\n" ""}, { (char *)"DistributionCosine_equidistantPoints", _wrap_DistributionCosine_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119544,19 +119544,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"DistributionTrapezoid_getLeftWidth", _wrap_DistributionTrapezoid_getLeftWidth, METH_VARARGS, (char *)"\n" "DistributionTrapezoid_getLeftWidth(DistributionTrapezoid self) -> double\n" "\n" - "double DistributionTrapezoid::getLeftWidth() const\n" + "double DistributionTrapezoid::getLeftWidth() const \n" "\n" ""}, { (char *)"DistributionTrapezoid_getMiddleWidth", _wrap_DistributionTrapezoid_getMiddleWidth, METH_VARARGS, (char *)"\n" "DistributionTrapezoid_getMiddleWidth(DistributionTrapezoid self) -> double\n" "\n" - "double DistributionTrapezoid::getMiddleWidth() const\n" + "double DistributionTrapezoid::getMiddleWidth() const \n" "\n" ""}, { (char *)"DistributionTrapezoid_getRightWidth", _wrap_DistributionTrapezoid_getRightWidth, METH_VARARGS, (char *)"\n" "DistributionTrapezoid_getRightWidth(DistributionTrapezoid self) -> double\n" "\n" - "double DistributionTrapezoid::getRightWidth() const\n" + "double DistributionTrapezoid::getRightWidth() const \n" "\n" ""}, { (char *)"DistributionTrapezoid_equidistantPoints", _wrap_DistributionTrapezoid_equidistantPoints, METH_VARARGS, (char *)"\n" @@ -119619,19 +119619,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"DetectorMask_isMasked", _wrap_DetectorMask_isMasked, METH_VARARGS, (char *)"\n" "DetectorMask_isMasked(DetectorMask self, size_t index) -> bool\n" "\n" - "bool DetectorMask::isMasked(size_t index) const\n" + "bool DetectorMask::isMasked(size_t index) const \n" "\n" ""}, { (char *)"DetectorMask_getMaskData", _wrap_DetectorMask_getMaskData, METH_VARARGS, (char *)"\n" "DetectorMask_getMaskData(DetectorMask self) -> OutputData< bool > const *\n" "\n" - "const OutputData<bool>* DetectorMask::getMaskData() const\n" + "const OutputData<bool>* DetectorMask::getMaskData() const \n" "\n" ""}, { (char *)"DetectorMask_createHistogram", _wrap_DetectorMask_createHistogram, METH_VARARGS, (char *)"\n" "DetectorMask_createHistogram(DetectorMask self) -> Histogram2D\n" "\n" - "Histogram2D * DetectorMask::createHistogram() const\n" + "Histogram2D * DetectorMask::createHistogram() const \n" "\n" ""}, { (char *)"DetectorMask_removeMasks", _wrap_DetectorMask_removeMasks, METH_VARARGS, (char *)"\n" @@ -119653,19 +119653,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"DetectorMask_numberOfMaskedChannels", _wrap_DetectorMask_numberOfMaskedChannels, METH_VARARGS, (char *)"\n" "DetectorMask_numberOfMaskedChannels(DetectorMask self) -> int\n" "\n" - "int DetectorMask::numberOfMaskedChannels() const\n" + "int DetectorMask::numberOfMaskedChannels() const \n" "\n" ""}, { (char *)"DetectorMask_numberOfMasks", _wrap_DetectorMask_numberOfMasks, METH_VARARGS, (char *)"\n" "DetectorMask_numberOfMasks(DetectorMask self) -> size_t\n" "\n" - "size_t DetectorMask::numberOfMasks() const\n" + "size_t DetectorMask::numberOfMasks() const \n" "\n" ""}, { (char *)"DetectorMask_getMaskShape", _wrap_DetectorMask_getMaskShape, METH_VARARGS, (char *)"\n" "DetectorMask_getMaskShape(DetectorMask self, size_t mask_index, bool & mask_value) -> IShape2D\n" "\n" - "const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const\n" + "const IShape2D * DetectorMask::getMaskShape(size_t mask_index, bool &mask_value) const \n" "\n" ""}, { (char *)"delete_DetectorMask", _wrap_delete_DetectorMask, METH_VARARGS, (char *)"delete_DetectorMask(DetectorMask self)"}, @@ -119698,7 +119698,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Ellipse_clone", _wrap_Ellipse_clone, METH_VARARGS, (char *)"\n" "Ellipse_clone(Ellipse self) -> Ellipse\n" "\n" - "Ellipse* Ellipse::clone() const\n" + "Ellipse* Ellipse::clone() const \n" "\n" ""}, { (char *)"Ellipse_contains", _wrap_Ellipse_contains, METH_VARARGS, (char *)"\n" @@ -119713,31 +119713,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"Ellipse_getCenterX", _wrap_Ellipse_getCenterX, METH_VARARGS, (char *)"\n" "Ellipse_getCenterX(Ellipse self) -> double\n" "\n" - "double Ellipse::getCenterX() const\n" + "double Ellipse::getCenterX() const \n" "\n" ""}, { (char *)"Ellipse_getCenterY", _wrap_Ellipse_getCenterY, METH_VARARGS, (char *)"\n" "Ellipse_getCenterY(Ellipse self) -> double\n" "\n" - "double Ellipse::getCenterY() const\n" + "double Ellipse::getCenterY() const \n" "\n" ""}, { (char *)"Ellipse_getRadiusX", _wrap_Ellipse_getRadiusX, METH_VARARGS, (char *)"\n" "Ellipse_getRadiusX(Ellipse self) -> double\n" "\n" - "double Ellipse::getRadiusX() const\n" + "double Ellipse::getRadiusX() const \n" "\n" ""}, { (char *)"Ellipse_getRadiusY", _wrap_Ellipse_getRadiusY, METH_VARARGS, (char *)"\n" "Ellipse_getRadiusY(Ellipse self) -> double\n" "\n" - "double Ellipse::getRadiusY() const\n" + "double Ellipse::getRadiusY() const \n" "\n" ""}, { (char *)"Ellipse_getTheta", _wrap_Ellipse_getTheta, METH_VARARGS, (char *)"\n" "Ellipse_getTheta(Ellipse self) -> double\n" "\n" - "double Ellipse::getTheta() const\n" + "double Ellipse::getTheta() const \n" "\n" ""}, { (char *)"delete_Ellipse", _wrap_delete_Ellipse, METH_VARARGS, (char *)"delete_Ellipse(Ellipse self)"}, @@ -119757,7 +119757,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IFTDecayFunction1D_decayLength", _wrap_IFTDecayFunction1D_decayLength, METH_VARARGS, (char *)"\n" "IFTDecayFunction1D_decayLength(IFTDecayFunction1D self) -> double\n" "\n" - "double IFTDecayFunction1D::decayLength() const\n" + "double IFTDecayFunction1D::decayLength() const \n" "\n" ""}, { (char *)"delete_IFTDecayFunction1D", _wrap_delete_IFTDecayFunction1D, METH_VARARGS, (char *)"delete_IFTDecayFunction1D(IFTDecayFunction1D self)"}, @@ -119771,7 +119771,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction1DCauchy_clone", _wrap_FTDecayFunction1DCauchy_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction1DCauchy_clone(FTDecayFunction1DCauchy self) -> FTDecayFunction1DCauchy\n" "\n" - "FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const\n" + "FTDecayFunction1DCauchy * FTDecayFunction1DCauchy::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction1DCauchy_accept", _wrap_FTDecayFunction1DCauchy_accept, METH_VARARGS, (char *)"\n" @@ -119799,7 +119799,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction1DGauss_clone", _wrap_FTDecayFunction1DGauss_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction1DGauss_clone(FTDecayFunction1DGauss self) -> FTDecayFunction1DGauss\n" "\n" - "FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const\n" + "FTDecayFunction1DGauss * FTDecayFunction1DGauss::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction1DGauss_accept", _wrap_FTDecayFunction1DGauss_accept, METH_VARARGS, (char *)"\n" @@ -119827,7 +119827,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction1DTriangle_clone", _wrap_FTDecayFunction1DTriangle_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction1DTriangle_clone(FTDecayFunction1DTriangle self) -> FTDecayFunction1DTriangle\n" "\n" - "FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const\n" + "FTDecayFunction1DTriangle * FTDecayFunction1DTriangle::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction1DTriangle_accept", _wrap_FTDecayFunction1DTriangle_accept, METH_VARARGS, (char *)"\n" @@ -119866,7 +119866,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction1DVoigt_clone", _wrap_FTDecayFunction1DVoigt_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction1DVoigt_clone(FTDecayFunction1DVoigt self) -> FTDecayFunction1DVoigt\n" "\n" - "FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const\n" + "FTDecayFunction1DVoigt * FTDecayFunction1DVoigt::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction1DVoigt_accept", _wrap_FTDecayFunction1DVoigt_accept, METH_VARARGS, (char *)"\n" @@ -119886,7 +119886,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction1DVoigt_eEta", _wrap_FTDecayFunction1DVoigt_eEta, METH_VARARGS, (char *)"\n" "FTDecayFunction1DVoigt_eEta(FTDecayFunction1DVoigt self) -> double\n" "\n" - "double FTDecayFunction1DVoigt::eEta() const\n" + "double FTDecayFunction1DVoigt::eEta() const \n" "\n" ""}, { (char *)"delete_FTDecayFunction1DVoigt", _wrap_delete_FTDecayFunction1DVoigt, METH_VARARGS, (char *)"delete_FTDecayFunction1DVoigt(FTDecayFunction1DVoigt self)"}, @@ -119965,7 +119965,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction2DCauchy_clone", _wrap_FTDecayFunction2DCauchy_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction2DCauchy_clone(FTDecayFunction2DCauchy self) -> FTDecayFunction2DCauchy\n" "\n" - "FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const\n" + "FTDecayFunction2DCauchy * FTDecayFunction2DCauchy::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction2DCauchy_accept", _wrap_FTDecayFunction2DCauchy_accept, METH_VARARGS, (char *)"\n" @@ -119996,7 +119996,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction2DGauss_clone", _wrap_FTDecayFunction2DGauss_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction2DGauss_clone(FTDecayFunction2DGauss self) -> FTDecayFunction2DGauss\n" "\n" - "FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const\n" + "FTDecayFunction2DGauss * FTDecayFunction2DGauss::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction2DGauss_accept", _wrap_FTDecayFunction2DGauss_accept, METH_VARARGS, (char *)"\n" @@ -120044,7 +120044,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction2DVoigt_clone", _wrap_FTDecayFunction2DVoigt_clone, METH_VARARGS, (char *)"\n" "FTDecayFunction2DVoigt_clone(FTDecayFunction2DVoigt self) -> FTDecayFunction2DVoigt\n" "\n" - "FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const\n" + "FTDecayFunction2DVoigt * FTDecayFunction2DVoigt::clone() const \n" "\n" ""}, { (char *)"FTDecayFunction2DVoigt_accept", _wrap_FTDecayFunction2DVoigt_accept, METH_VARARGS, (char *)"\n" @@ -120066,7 +120066,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDecayFunction2DVoigt_eta", _wrap_FTDecayFunction2DVoigt_eta, METH_VARARGS, (char *)"\n" "FTDecayFunction2DVoigt_eta(FTDecayFunction2DVoigt self) -> double\n" "\n" - "double FTDecayFunction2DVoigt::eta() const\n" + "double FTDecayFunction2DVoigt::eta() const \n" "\n" ""}, { (char *)"delete_FTDecayFunction2DVoigt", _wrap_delete_FTDecayFunction2DVoigt, METH_VARARGS, (char *)"delete_FTDecayFunction2DVoigt(FTDecayFunction2DVoigt self)"}, @@ -120094,7 +120094,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IFTDistribution1D_omega", _wrap_IFTDistribution1D_omega, METH_VARARGS, (char *)"\n" "IFTDistribution1D_omega(IFTDistribution1D self) -> double\n" "\n" - "double IFTDistribution1D::omega() const\n" + "double IFTDistribution1D::omega() const \n" "\n" ""}, { (char *)"delete_IFTDistribution1D", _wrap_delete_IFTDistribution1D, METH_VARARGS, (char *)"delete_IFTDistribution1D(IFTDistribution1D self)"}, @@ -120291,7 +120291,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDistribution1DVoigt_eta", _wrap_FTDistribution1DVoigt_eta, METH_VARARGS, (char *)"\n" "FTDistribution1DVoigt_eta(FTDistribution1DVoigt self) -> double\n" "\n" - "double FTDistribution1DVoigt::eta() const\n" + "double FTDistribution1DVoigt::eta() const \n" "\n" ""}, { (char *)"delete_FTDistribution1DVoigt", _wrap_delete_FTDistribution1DVoigt, METH_VARARGS, (char *)"delete_FTDistribution1DVoigt(FTDistribution1DVoigt self)"}, @@ -120311,25 +120311,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"IFTDistribution2D_gamma", _wrap_IFTDistribution2D_gamma, METH_VARARGS, (char *)"\n" "IFTDistribution2D_gamma(IFTDistribution2D self) -> double\n" "\n" - "double IFTDistribution2D::gamma() const\n" + "double IFTDistribution2D::gamma() const \n" "\n" ""}, { (char *)"IFTDistribution2D_delta", _wrap_IFTDistribution2D_delta, METH_VARARGS, (char *)"\n" "IFTDistribution2D_delta(IFTDistribution2D self) -> double\n" "\n" - "double IFTDistribution2D::delta() const\n" + "double IFTDistribution2D::delta() const \n" "\n" ""}, { (char *)"IFTDistribution2D_omegaX", _wrap_IFTDistribution2D_omegaX, METH_VARARGS, (char *)"\n" "IFTDistribution2D_omegaX(IFTDistribution2D self) -> double\n" "\n" - "double IFTDistribution2D::omegaX() const\n" + "double IFTDistribution2D::omegaX() const \n" "\n" ""}, { (char *)"IFTDistribution2D_omegaY", _wrap_IFTDistribution2D_omegaY, METH_VARARGS, (char *)"\n" "IFTDistribution2D_omegaY(IFTDistribution2D self) -> double\n" "\n" - "double IFTDistribution2D::omegaY() const\n" + "double IFTDistribution2D::omegaY() const \n" "\n" ""}, { (char *)"IFTDistribution2D_evaluate", _wrap_IFTDistribution2D_evaluate, METH_VARARGS, (char *)"\n" @@ -120515,7 +120515,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FTDistribution2DVoigt_eta", _wrap_FTDistribution2DVoigt_eta, METH_VARARGS, (char *)"\n" "FTDistribution2DVoigt_eta(FTDistribution2DVoigt self) -> double\n" "\n" - "double FTDistribution2DVoigt::eta() const\n" + "double FTDistribution2DVoigt::eta() const \n" "\n" ""}, { (char *)"delete_FTDistribution2DVoigt", _wrap_delete_FTDistribution2DVoigt, METH_VARARGS, (char *)"delete_FTDistribution2DVoigt(FTDistribution2DVoigt self)"}, @@ -120592,7 +120592,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FixedBinAxis_getBinCenter", _wrap_FixedBinAxis_getBinCenter, METH_VARARGS, (char *)"\n" "FixedBinAxis_getBinCenter(FixedBinAxis self, size_t index) -> double\n" "\n" - "double FixedBinAxis::getBinCenter(size_t index) const\n" + "double FixedBinAxis::getBinCenter(size_t index) const \n" "\n" ""}, { (char *)"FixedBinAxis_findClosestIndex", _wrap_FixedBinAxis_findClosestIndex, METH_VARARGS, (char *)"\n" @@ -120606,13 +120606,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"FixedBinAxis_getBinCenters", _wrap_FixedBinAxis_getBinCenters, METH_VARARGS, (char *)"\n" "FixedBinAxis_getBinCenters(FixedBinAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > FixedBinAxis::getBinCenters() const\n" + "std::vector< double > FixedBinAxis::getBinCenters() const \n" "\n" ""}, { (char *)"FixedBinAxis_getBinBoundaries", _wrap_FixedBinAxis_getBinBoundaries, METH_VARARGS, (char *)"\n" "FixedBinAxis_getBinBoundaries(FixedBinAxis self) -> vdouble1d_t\n" "\n" - "std::vector< double > FixedBinAxis::getBinBoundaries() const\n" + "std::vector< double > FixedBinAxis::getBinBoundaries() const \n" "\n" ""}, { (char *)"FixedBinAxis_createClippedAxis", _wrap_FixedBinAxis_createClippedAxis, METH_VARARGS, (char *)"\n" @@ -120973,25 +120973,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"PolyhedralEdge_E", _wrap_PolyhedralEdge_E, METH_VARARGS, (char *)"\n" "PolyhedralEdge_E(PolyhedralEdge self) -> kvector_t\n" "\n" - "kvector_t PolyhedralEdge::E() const\n" + "kvector_t PolyhedralEdge::E() const \n" "\n" ""}, { (char *)"PolyhedralEdge_R", _wrap_PolyhedralEdge_R, METH_VARARGS, (char *)"\n" "PolyhedralEdge_R(PolyhedralEdge self) -> kvector_t\n" "\n" - "kvector_t PolyhedralEdge::R() const\n" + "kvector_t PolyhedralEdge::R() const \n" "\n" ""}, { (char *)"PolyhedralEdge_qE", _wrap_PolyhedralEdge_qE, METH_VARARGS, (char *)"\n" "PolyhedralEdge_qE(PolyhedralEdge self, cvector_t q) -> complex_t\n" "\n" - "complex_t PolyhedralEdge::qE(cvector_t q) const\n" + "complex_t PolyhedralEdge::qE(cvector_t q) const \n" "\n" ""}, { (char *)"PolyhedralEdge_qR", _wrap_PolyhedralEdge_qR, METH_VARARGS, (char *)"\n" "PolyhedralEdge_qR(PolyhedralEdge self, cvector_t q) -> complex_t\n" "\n" - "complex_t PolyhedralEdge::qR(cvector_t q) const\n" + "complex_t PolyhedralEdge::qR(cvector_t q) const \n" "\n" ""}, { (char *)"PolyhedralEdge_contrib", _wrap_PolyhedralEdge_contrib, METH_VARARGS, (char *)"\n" @@ -121027,25 +121027,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"PolyhedralFace_area", _wrap_PolyhedralFace_area, METH_VARARGS, (char *)"\n" "PolyhedralFace_area(PolyhedralFace self) -> double\n" "\n" - "double PolyhedralFace::area() const\n" + "double PolyhedralFace::area() const \n" "\n" ""}, { (char *)"PolyhedralFace_center", _wrap_PolyhedralFace_center, METH_VARARGS, (char *)"\n" "PolyhedralFace_center(PolyhedralFace self) -> kvector_t\n" "\n" - "kvector_t PolyhedralFace::center() const\n" + "kvector_t PolyhedralFace::center() const \n" "\n" ""}, { (char *)"PolyhedralFace_pyramidalVolume", _wrap_PolyhedralFace_pyramidalVolume, METH_VARARGS, (char *)"\n" "PolyhedralFace_pyramidalVolume(PolyhedralFace self) -> double\n" "\n" - "double PolyhedralFace::pyramidalVolume() const\n" + "double PolyhedralFace::pyramidalVolume() const \n" "\n" ""}, { (char *)"PolyhedralFace_radius3d", _wrap_PolyhedralFace_radius3d, METH_VARARGS, (char *)"\n" "PolyhedralFace_radius3d(PolyhedralFace self) -> double\n" "\n" - "double PolyhedralFace::radius3d() const\n" + "double PolyhedralFace::radius3d() const \n" "\n" ""}, { (char *)"PolyhedralFace_normalProjectionConj", _wrap_PolyhedralFace_normalProjectionConj, METH_VARARGS, (char *)"\n" @@ -121093,7 +121093,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolyhedron_evaluate_for_q", _wrap_FormFactorPolyhedron_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorPolyhedron_evaluate_for_q(FormFactorPolyhedron self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorPolyhedron::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns the form factor F(q) of this polyhedron, respecting the offset z_origin. \n" "\n" @@ -121109,7 +121109,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolyhedron_volume", _wrap_FormFactorPolyhedron_volume, METH_VARARGS, (char *)"\n" "FormFactorPolyhedron_volume(FormFactorPolyhedron self) -> double\n" "\n" - "double FormFactorPolyhedron::volume() const override final\n" + "double FormFactorPolyhedron::volume() const overridefinal\n" "\n" "Returns the total volume of the particle of this form factor's shape. \n" "\n" @@ -121117,7 +121117,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolyhedron_radialExtension", _wrap_FormFactorPolyhedron_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorPolyhedron_radialExtension(FormFactorPolyhedron self) -> double\n" "\n" - "double FormFactorPolyhedron::radialExtension() const override final\n" + "double FormFactorPolyhedron::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121135,7 +121135,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolygonalPrism_evaluate_for_q", _wrap_FormFactorPolygonalPrism_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorPolygonalPrism_evaluate_for_q(FormFactorPolygonalPrism self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorPolygonalPrism::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns the form factor F(q) of this polyhedron, respecting the offset height/2. \n" "\n" @@ -121143,7 +121143,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolygonalPrism_volume", _wrap_FormFactorPolygonalPrism_volume, METH_VARARGS, (char *)"\n" "FormFactorPolygonalPrism_volume(FormFactorPolygonalPrism self) -> double\n" "\n" - "double FormFactorPolygonalPrism::volume() const override final\n" + "double FormFactorPolygonalPrism::volume() const overridefinal\n" "\n" "Returns the volume of this prism. \n" "\n" @@ -121151,13 +121151,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolygonalPrism_getHeight", _wrap_FormFactorPolygonalPrism_getHeight, METH_VARARGS, (char *)"\n" "FormFactorPolygonalPrism_getHeight(FormFactorPolygonalPrism self) -> double\n" "\n" - "double FormFactorPolygonalPrism::getHeight() const\n" + "double FormFactorPolygonalPrism::getHeight() const \n" "\n" ""}, { (char *)"FormFactorPolygonalPrism_radialExtension", _wrap_FormFactorPolygonalPrism_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorPolygonalPrism_radialExtension(FormFactorPolygonalPrism self) -> double\n" "\n" - "double FormFactorPolygonalPrism::radialExtension() const override final\n" + "double FormFactorPolygonalPrism::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121167,7 +121167,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolygonalSurface_evaluate_for_q", _wrap_FormFactorPolygonalSurface_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorPolygonalSurface_evaluate_for_q(FormFactorPolygonalSurface self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorPolygonalSurface::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121183,7 +121183,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPolygonalSurface_radialExtension", _wrap_FormFactorPolygonalSurface_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorPolygonalSurface_radialExtension(FormFactorPolygonalSurface self) -> double\n" "\n" - "double FormFactorPolygonalSurface::radialExtension() const override final\n" + "double FormFactorPolygonalSurface::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121216,7 +121216,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorAnisoPyramid_clone", _wrap_FormFactorAnisoPyramid_clone, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_clone(FormFactorAnisoPyramid self) -> FormFactorAnisoPyramid\n" "\n" - "FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const override final\n" + "FormFactorAnisoPyramid* FormFactorAnisoPyramid::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121224,7 +121224,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorAnisoPyramid_accept", _wrap_FormFactorAnisoPyramid_accept, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_accept(FormFactorAnisoPyramid self, INodeVisitor visitor)\n" "\n" - "void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorAnisoPyramid::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121232,25 +121232,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorAnisoPyramid_getLength", _wrap_FormFactorAnisoPyramid_getLength, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_getLength(FormFactorAnisoPyramid self) -> double\n" "\n" - "double FormFactorAnisoPyramid::getLength() const\n" + "double FormFactorAnisoPyramid::getLength() const \n" "\n" ""}, { (char *)"FormFactorAnisoPyramid_getWidth", _wrap_FormFactorAnisoPyramid_getWidth, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_getWidth(FormFactorAnisoPyramid self) -> double\n" "\n" - "double FormFactorAnisoPyramid::getWidth() const\n" + "double FormFactorAnisoPyramid::getWidth() const \n" "\n" ""}, { (char *)"FormFactorAnisoPyramid_getHeight", _wrap_FormFactorAnisoPyramid_getHeight, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_getHeight(FormFactorAnisoPyramid self) -> double\n" "\n" - "double FormFactorAnisoPyramid::getHeight() const\n" + "double FormFactorAnisoPyramid::getHeight() const \n" "\n" ""}, { (char *)"FormFactorAnisoPyramid_getAlpha", _wrap_FormFactorAnisoPyramid_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorAnisoPyramid_getAlpha(FormFactorAnisoPyramid self) -> double\n" "\n" - "double FormFactorAnisoPyramid::getAlpha() const\n" + "double FormFactorAnisoPyramid::getAlpha() const \n" "\n" ""}, { (char *)"delete_FormFactorAnisoPyramid", _wrap_delete_FormFactorAnisoPyramid, METH_VARARGS, (char *)"delete_FormFactorAnisoPyramid(FormFactorAnisoPyramid self)"}, @@ -121278,7 +121278,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorBox_clone", _wrap_FormFactorBox_clone, METH_VARARGS, (char *)"\n" "FormFactorBox_clone(FormFactorBox self) -> FormFactorBox\n" "\n" - "FormFactorBox* FormFactorBox::clone() const override final\n" + "FormFactorBox* FormFactorBox::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121286,7 +121286,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorBox_accept", _wrap_FormFactorBox_accept, METH_VARARGS, (char *)"\n" "FormFactorBox_accept(FormFactorBox self, INodeVisitor visitor)\n" "\n" - "void FormFactorBox::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorBox::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121294,25 +121294,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorBox_getLength", _wrap_FormFactorBox_getLength, METH_VARARGS, (char *)"\n" "FormFactorBox_getLength(FormFactorBox self) -> double\n" "\n" - "double FormFactorBox::getLength() const\n" + "double FormFactorBox::getLength() const \n" "\n" ""}, { (char *)"FormFactorBox_getHeight", _wrap_FormFactorBox_getHeight, METH_VARARGS, (char *)"\n" "FormFactorBox_getHeight(FormFactorBox self) -> double\n" "\n" - "double FormFactorBox::getHeight() const\n" + "double FormFactorBox::getHeight() const \n" "\n" ""}, { (char *)"FormFactorBox_getWidth", _wrap_FormFactorBox_getWidth, METH_VARARGS, (char *)"\n" "FormFactorBox_getWidth(FormFactorBox self) -> double\n" "\n" - "double FormFactorBox::getWidth() const\n" + "double FormFactorBox::getWidth() const \n" "\n" ""}, { (char *)"FormFactorBox_radialExtension", _wrap_FormFactorBox_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorBox_radialExtension(FormFactorBox self) -> double\n" "\n" - "double FormFactorBox::radialExtension() const override final\n" + "double FormFactorBox::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121320,7 +121320,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorBox_evaluate_for_q", _wrap_FormFactorBox_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorBox_evaluate_for_q(FormFactorBox self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorBox::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorBox::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121350,7 +121350,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone_clone", _wrap_FormFactorCone_clone, METH_VARARGS, (char *)"\n" "FormFactorCone_clone(FormFactorCone self) -> FormFactorCone\n" "\n" - "FormFactorCone* FormFactorCone::clone() const override final\n" + "FormFactorCone* FormFactorCone::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121358,7 +121358,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone_accept", _wrap_FormFactorCone_accept, METH_VARARGS, (char *)"\n" "FormFactorCone_accept(FormFactorCone self, INodeVisitor visitor)\n" "\n" - "void FormFactorCone::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorCone::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121366,25 +121366,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone_getHeight", _wrap_FormFactorCone_getHeight, METH_VARARGS, (char *)"\n" "FormFactorCone_getHeight(FormFactorCone self) -> double\n" "\n" - "double FormFactorCone::getHeight() const\n" + "double FormFactorCone::getHeight() const \n" "\n" ""}, { (char *)"FormFactorCone_getAlpha", _wrap_FormFactorCone_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorCone_getAlpha(FormFactorCone self) -> double\n" "\n" - "double FormFactorCone::getAlpha() const\n" + "double FormFactorCone::getAlpha() const \n" "\n" ""}, { (char *)"FormFactorCone_getRadius", _wrap_FormFactorCone_getRadius, METH_VARARGS, (char *)"\n" "FormFactorCone_getRadius(FormFactorCone self) -> double\n" "\n" - "double FormFactorCone::getRadius() const\n" + "double FormFactorCone::getRadius() const \n" "\n" ""}, { (char *)"FormFactorCone_radialExtension", _wrap_FormFactorCone_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorCone_radialExtension(FormFactorCone self) -> double\n" "\n" - "double FormFactorCone::radialExtension() const override final\n" + "double FormFactorCone::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121392,7 +121392,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone_evaluate_for_q", _wrap_FormFactorCone_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorCone_evaluate_for_q(FormFactorCone self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorCone::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorCone::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121422,7 +121422,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone6_clone", _wrap_FormFactorCone6_clone, METH_VARARGS, (char *)"\n" "FormFactorCone6_clone(FormFactorCone6 self) -> FormFactorCone6\n" "\n" - "FormFactorCone6* FormFactorCone6::clone() const override final\n" + "FormFactorCone6* FormFactorCone6::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121430,7 +121430,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone6_accept", _wrap_FormFactorCone6_accept, METH_VARARGS, (char *)"\n" "FormFactorCone6_accept(FormFactorCone6 self, INodeVisitor visitor)\n" "\n" - "void FormFactorCone6::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorCone6::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121438,19 +121438,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCone6_getBaseEdge", _wrap_FormFactorCone6_getBaseEdge, METH_VARARGS, (char *)"\n" "FormFactorCone6_getBaseEdge(FormFactorCone6 self) -> double\n" "\n" - "double FormFactorCone6::getBaseEdge() const\n" + "double FormFactorCone6::getBaseEdge() const \n" "\n" ""}, { (char *)"FormFactorCone6_getHeight", _wrap_FormFactorCone6_getHeight, METH_VARARGS, (char *)"\n" "FormFactorCone6_getHeight(FormFactorCone6 self) -> double\n" "\n" - "double FormFactorCone6::getHeight() const\n" + "double FormFactorCone6::getHeight() const \n" "\n" ""}, { (char *)"FormFactorCone6_getAlpha", _wrap_FormFactorCone6_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorCone6_getAlpha(FormFactorCone6 self) -> double\n" "\n" - "double FormFactorCone6::getAlpha() const\n" + "double FormFactorCone6::getAlpha() const \n" "\n" ""}, { (char *)"delete_FormFactorCone6", _wrap_delete_FormFactorCone6, METH_VARARGS, (char *)"delete_FormFactorCone6(FormFactorCone6 self)"}, @@ -121464,13 +121464,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"delete_FormFactorCrystal", _wrap_delete_FormFactorCrystal, METH_VARARGS, (char *)"\n" "delete_FormFactorCrystal(FormFactorCrystal self)\n" "\n" - "FormFactorCrystal::~FormFactorCrystal() override final\n" + "FormFactorCrystal::~FormFactorCrystal() overridefinal\n" "\n" ""}, { (char *)"FormFactorCrystal_clone", _wrap_FormFactorCrystal_clone, METH_VARARGS, (char *)"\n" "FormFactorCrystal_clone(FormFactorCrystal self) -> FormFactorCrystal\n" "\n" - "FormFactorCrystal* FormFactorCrystal::clone() const override final\n" + "FormFactorCrystal* FormFactorCrystal::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121478,7 +121478,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCrystal_accept", _wrap_FormFactorCrystal_accept, METH_VARARGS, (char *)"\n" "FormFactorCrystal_accept(FormFactorCrystal self, INodeVisitor visitor)\n" "\n" - "void FormFactorCrystal::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorCrystal::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121494,7 +121494,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCrystal_volume", _wrap_FormFactorCrystal_volume, METH_VARARGS, (char *)"\n" "FormFactorCrystal_volume(FormFactorCrystal self) -> double\n" "\n" - "double FormFactorCrystal::volume() const override final\n" + "double FormFactorCrystal::volume() const overridefinal\n" "\n" "Returns the total volume of the particle of this form factor's shape. \n" "\n" @@ -121502,7 +121502,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCrystal_radialExtension", _wrap_FormFactorCrystal_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorCrystal_radialExtension(FormFactorCrystal self) -> double\n" "\n" - "double FormFactorCrystal::radialExtension() const override final\n" + "double FormFactorCrystal::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121518,7 +121518,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCrystal_topZ", _wrap_FormFactorCrystal_topZ, METH_VARARGS, (char *)"\n" "FormFactorCrystal_topZ(FormFactorCrystal self, IRotation rotation) -> double\n" "\n" - "double FormFactorCrystal::topZ(const IRotation &rotation) const override final\n" + "double FormFactorCrystal::topZ(const IRotation &rotation) const overridefinal\n" "\n" "Returns the z-coordinate of the lowest point in this shape after a given rotation. \n" "\n" @@ -121526,7 +121526,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCrystal_evaluate", _wrap_FormFactorCrystal_evaluate, METH_VARARGS, (char *)"\n" "FormFactorCrystal_evaluate(FormFactorCrystal self, WavevectorInfo wavevectors) -> complex_t\n" "\n" - "complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const override final\n" + "complex_t FormFactorCrystal::evaluate(const WavevectorInfo &wavevectors) const overridefinal\n" "\n" "Returns scattering amplitude for complex wavevectors ki, kf. \n" "\n" @@ -121558,7 +121558,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCuboctahedron_clone", _wrap_FormFactorCuboctahedron_clone, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_clone(FormFactorCuboctahedron self) -> FormFactorCuboctahedron\n" "\n" - "FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const override final\n" + "FormFactorCuboctahedron* FormFactorCuboctahedron::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121566,7 +121566,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCuboctahedron_accept", _wrap_FormFactorCuboctahedron_accept, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_accept(FormFactorCuboctahedron self, INodeVisitor visitor)\n" "\n" - "void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorCuboctahedron::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121574,25 +121574,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCuboctahedron_getLength", _wrap_FormFactorCuboctahedron_getLength, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_getLength(FormFactorCuboctahedron self) -> double\n" "\n" - "double FormFactorCuboctahedron::getLength() const\n" + "double FormFactorCuboctahedron::getLength() const \n" "\n" ""}, { (char *)"FormFactorCuboctahedron_getHeight", _wrap_FormFactorCuboctahedron_getHeight, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_getHeight(FormFactorCuboctahedron self) -> double\n" "\n" - "double FormFactorCuboctahedron::getHeight() const\n" + "double FormFactorCuboctahedron::getHeight() const \n" "\n" ""}, { (char *)"FormFactorCuboctahedron_getHeightRatio", _wrap_FormFactorCuboctahedron_getHeightRatio, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_getHeightRatio(FormFactorCuboctahedron self) -> double\n" "\n" - "double FormFactorCuboctahedron::getHeightRatio() const\n" + "double FormFactorCuboctahedron::getHeightRatio() const \n" "\n" ""}, { (char *)"FormFactorCuboctahedron_getAlpha", _wrap_FormFactorCuboctahedron_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorCuboctahedron_getAlpha(FormFactorCuboctahedron self) -> double\n" "\n" - "double FormFactorCuboctahedron::getAlpha() const\n" + "double FormFactorCuboctahedron::getAlpha() const \n" "\n" ""}, { (char *)"delete_FormFactorCuboctahedron", _wrap_delete_FormFactorCuboctahedron, METH_VARARGS, (char *)"delete_FormFactorCuboctahedron(FormFactorCuboctahedron self)"}, @@ -121617,7 +121617,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCylinder_clone", _wrap_FormFactorCylinder_clone, METH_VARARGS, (char *)"\n" "FormFactorCylinder_clone(FormFactorCylinder self) -> FormFactorCylinder\n" "\n" - "FormFactorCylinder* FormFactorCylinder::clone() const override final\n" + "FormFactorCylinder* FormFactorCylinder::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121625,7 +121625,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCylinder_accept", _wrap_FormFactorCylinder_accept, METH_VARARGS, (char *)"\n" "FormFactorCylinder_accept(FormFactorCylinder self, INodeVisitor visitor)\n" "\n" - "void FormFactorCylinder::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorCylinder::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121633,19 +121633,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCylinder_getHeight", _wrap_FormFactorCylinder_getHeight, METH_VARARGS, (char *)"\n" "FormFactorCylinder_getHeight(FormFactorCylinder self) -> double\n" "\n" - "double FormFactorCylinder::getHeight() const\n" + "double FormFactorCylinder::getHeight() const \n" "\n" ""}, { (char *)"FormFactorCylinder_getRadius", _wrap_FormFactorCylinder_getRadius, METH_VARARGS, (char *)"\n" "FormFactorCylinder_getRadius(FormFactorCylinder self) -> double\n" "\n" - "double FormFactorCylinder::getRadius() const\n" + "double FormFactorCylinder::getRadius() const \n" "\n" ""}, { (char *)"FormFactorCylinder_radialExtension", _wrap_FormFactorCylinder_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorCylinder_radialExtension(FormFactorCylinder self) -> double\n" "\n" - "double FormFactorCylinder::radialExtension() const override final\n" + "double FormFactorCylinder::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121653,7 +121653,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorCylinder_evaluate_for_q", _wrap_FormFactorCylinder_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorCylinder_evaluate_for_q(FormFactorCylinder self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorCylinder::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121672,7 +121672,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDecoratorDebyeWaller_clone", _wrap_FormFactorDecoratorDebyeWaller_clone, METH_VARARGS, (char *)"\n" "FormFactorDecoratorDebyeWaller_clone(FormFactorDecoratorDebyeWaller self) -> FormFactorDecoratorDebyeWaller\n" "\n" - "FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const override final\n" + "FormFactorDecoratorDebyeWaller* FormFactorDecoratorDebyeWaller::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121680,7 +121680,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDecoratorDebyeWaller_accept", _wrap_FormFactorDecoratorDebyeWaller_accept, METH_VARARGS, (char *)"\n" "FormFactorDecoratorDebyeWaller_accept(FormFactorDecoratorDebyeWaller self, INodeVisitor visitor)\n" "\n" - "void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorDecoratorDebyeWaller::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121688,7 +121688,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDecoratorDebyeWaller_evaluate", _wrap_FormFactorDecoratorDebyeWaller_evaluate, METH_VARARGS, (char *)"\n" "FormFactorDecoratorDebyeWaller_evaluate(FormFactorDecoratorDebyeWaller self, WavevectorInfo wavevectors) -> complex_t\n" "\n" - "complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const override final\n" + "complex_t FormFactorDecoratorDebyeWaller::evaluate(const WavevectorInfo &wavevectors) const overridefinal\n" "\n" "Returns scattering amplitude for complex wavevectors ki, kf. \n" "\n" @@ -121720,7 +121720,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDodecahedron_clone", _wrap_FormFactorDodecahedron_clone, METH_VARARGS, (char *)"\n" "FormFactorDodecahedron_clone(FormFactorDodecahedron self) -> FormFactorDodecahedron\n" "\n" - "FormFactorDodecahedron* FormFactorDodecahedron::clone() const override final\n" + "FormFactorDodecahedron* FormFactorDodecahedron::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121728,7 +121728,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDodecahedron_accept", _wrap_FormFactorDodecahedron_accept, METH_VARARGS, (char *)"\n" "FormFactorDodecahedron_accept(FormFactorDodecahedron self, INodeVisitor visitor)\n" "\n" - "void FormFactorDodecahedron::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorDodecahedron::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121736,7 +121736,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDodecahedron_getEdge", _wrap_FormFactorDodecahedron_getEdge, METH_VARARGS, (char *)"\n" "FormFactorDodecahedron_getEdge(FormFactorDodecahedron self) -> double\n" "\n" - "double FormFactorDodecahedron::getEdge() const\n" + "double FormFactorDodecahedron::getEdge() const \n" "\n" ""}, { (char *)"delete_FormFactorDodecahedron", _wrap_delete_FormFactorDodecahedron, METH_VARARGS, (char *)"delete_FormFactorDodecahedron(FormFactorDodecahedron self)"}, @@ -121750,7 +121750,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDot_clone", _wrap_FormFactorDot_clone, METH_VARARGS, (char *)"\n" "FormFactorDot_clone(FormFactorDot self) -> FormFactorDot\n" "\n" - "FormFactorDot* FormFactorDot::clone() const override final\n" + "FormFactorDot* FormFactorDot::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121758,7 +121758,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDot_accept", _wrap_FormFactorDot_accept, METH_VARARGS, (char *)"\n" "FormFactorDot_accept(FormFactorDot self, INodeVisitor visitor)\n" "\n" - "void FormFactorDot::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorDot::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121766,7 +121766,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDot_radialExtension", _wrap_FormFactorDot_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorDot_radialExtension(FormFactorDot self) -> double\n" "\n" - "double FormFactorDot::radialExtension() const override final\n" + "double FormFactorDot::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121774,7 +121774,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorDot_evaluate_for_q", _wrap_FormFactorDot_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorDot_evaluate_for_q(FormFactorDot self, cvector_t arg3) -> complex_t\n" "\n" - "complex_t FormFactorDot::evaluate_for_q(cvector_t) const override final\n" + "complex_t FormFactorDot::evaluate_for_q(cvector_t) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121804,7 +121804,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorEllipsoidalCylinder_clone", _wrap_FormFactorEllipsoidalCylinder_clone, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_clone(FormFactorEllipsoidalCylinder self) -> FormFactorEllipsoidalCylinder\n" "\n" - "FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const override final\n" + "FormFactorEllipsoidalCylinder* FormFactorEllipsoidalCylinder::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121812,7 +121812,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorEllipsoidalCylinder_accept", _wrap_FormFactorEllipsoidalCylinder_accept, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_accept(FormFactorEllipsoidalCylinder self, INodeVisitor visitor)\n" "\n" - "void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorEllipsoidalCylinder::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121820,25 +121820,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorEllipsoidalCylinder_getRadiusX", _wrap_FormFactorEllipsoidalCylinder_getRadiusX, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_getRadiusX(FormFactorEllipsoidalCylinder self) -> double\n" "\n" - "double FormFactorEllipsoidalCylinder::getRadiusX() const\n" + "double FormFactorEllipsoidalCylinder::getRadiusX() const \n" "\n" ""}, { (char *)"FormFactorEllipsoidalCylinder_getRadiusY", _wrap_FormFactorEllipsoidalCylinder_getRadiusY, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_getRadiusY(FormFactorEllipsoidalCylinder self) -> double\n" "\n" - "double FormFactorEllipsoidalCylinder::getRadiusY() const\n" + "double FormFactorEllipsoidalCylinder::getRadiusY() const \n" "\n" ""}, { (char *)"FormFactorEllipsoidalCylinder_getHeight", _wrap_FormFactorEllipsoidalCylinder_getHeight, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_getHeight(FormFactorEllipsoidalCylinder self) -> double\n" "\n" - "double FormFactorEllipsoidalCylinder::getHeight() const\n" + "double FormFactorEllipsoidalCylinder::getHeight() const \n" "\n" ""}, { (char *)"FormFactorEllipsoidalCylinder_radialExtension", _wrap_FormFactorEllipsoidalCylinder_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_radialExtension(FormFactorEllipsoidalCylinder self) -> double\n" "\n" - "double FormFactorEllipsoidalCylinder::radialExtension() const override final\n" + "double FormFactorEllipsoidalCylinder::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121846,7 +121846,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorEllipsoidalCylinder_evaluate_for_q", _wrap_FormFactorEllipsoidalCylinder_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorEllipsoidalCylinder_evaluate_for_q(FormFactorEllipsoidalCylinder self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorEllipsoidalCylinder::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121870,7 +121870,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_clone", _wrap_FormFactorFullSphere_clone, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_clone(FormFactorFullSphere self) -> FormFactorFullSphere\n" "\n" - "FormFactorFullSphere* FormFactorFullSphere::clone() const override final\n" + "FormFactorFullSphere* FormFactorFullSphere::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121878,7 +121878,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_accept", _wrap_FormFactorFullSphere_accept, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_accept(FormFactorFullSphere self, INodeVisitor visitor)\n" "\n" - "void FormFactorFullSphere::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorFullSphere::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121886,13 +121886,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_getRadius", _wrap_FormFactorFullSphere_getRadius, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_getRadius(FormFactorFullSphere self) -> double\n" "\n" - "double FormFactorFullSphere::getRadius() const\n" + "double FormFactorFullSphere::getRadius() const \n" "\n" ""}, { (char *)"FormFactorFullSphere_radialExtension", _wrap_FormFactorFullSphere_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_radialExtension(FormFactorFullSphere self) -> double\n" "\n" - "double FormFactorFullSphere::radialExtension() const override final\n" + "double FormFactorFullSphere::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121900,7 +121900,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_bottomZ", _wrap_FormFactorFullSphere_bottomZ, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_bottomZ(FormFactorFullSphere self, IRotation rotation) -> double\n" "\n" - "double FormFactorFullSphere::bottomZ(const IRotation &rotation) const override final\n" + "double FormFactorFullSphere::bottomZ(const IRotation &rotation) const overridefinal\n" "\n" "Returns the z-coordinate of the lowest point in this shape after a given rotation. \n" "\n" @@ -121908,7 +121908,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_topZ", _wrap_FormFactorFullSphere_topZ, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_topZ(FormFactorFullSphere self, IRotation rotation) -> double\n" "\n" - "double FormFactorFullSphere::topZ(const IRotation &rotation) const override final\n" + "double FormFactorFullSphere::topZ(const IRotation &rotation) const overridefinal\n" "\n" "Returns the z-coordinate of the lowest point in this shape after a given rotation. \n" "\n" @@ -121916,7 +121916,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSphere_evaluate_for_q", _wrap_FormFactorFullSphere_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorFullSphere_evaluate_for_q(FormFactorFullSphere self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorFullSphere::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121943,7 +121943,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSpheroid_clone", _wrap_FormFactorFullSpheroid_clone, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_clone(FormFactorFullSpheroid self) -> FormFactorFullSpheroid\n" "\n" - "FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const override final\n" + "FormFactorFullSpheroid* FormFactorFullSpheroid::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -121951,7 +121951,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSpheroid_accept", _wrap_FormFactorFullSpheroid_accept, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_accept(FormFactorFullSpheroid self, INodeVisitor visitor)\n" "\n" - "void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorFullSpheroid::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -121959,19 +121959,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSpheroid_getHeight", _wrap_FormFactorFullSpheroid_getHeight, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_getHeight(FormFactorFullSpheroid self) -> double\n" "\n" - "double FormFactorFullSpheroid::getHeight() const\n" + "double FormFactorFullSpheroid::getHeight() const \n" "\n" ""}, { (char *)"FormFactorFullSpheroid_getRadius", _wrap_FormFactorFullSpheroid_getRadius, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_getRadius(FormFactorFullSpheroid self) -> double\n" "\n" - "double FormFactorFullSpheroid::getRadius() const\n" + "double FormFactorFullSpheroid::getRadius() const \n" "\n" ""}, { (char *)"FormFactorFullSpheroid_radialExtension", _wrap_FormFactorFullSpheroid_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_radialExtension(FormFactorFullSpheroid self) -> double\n" "\n" - "double FormFactorFullSpheroid::radialExtension() const override final\n" + "double FormFactorFullSpheroid::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -121979,7 +121979,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorFullSpheroid_evaluate_for_q", _wrap_FormFactorFullSpheroid_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorFullSpheroid_evaluate_for_q(FormFactorFullSpheroid self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorFullSpheroid::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -121996,7 +121996,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorGauss_clone", _wrap_FormFactorGauss_clone, METH_VARARGS, (char *)"\n" "FormFactorGauss_clone(FormFactorGauss self) -> FormFactorGauss\n" "\n" - "FormFactorGauss* FormFactorGauss::clone() const override final\n" + "FormFactorGauss* FormFactorGauss::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122004,7 +122004,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorGauss_accept", _wrap_FormFactorGauss_accept, METH_VARARGS, (char *)"\n" "FormFactorGauss_accept(FormFactorGauss self, INodeVisitor visitor)\n" "\n" - "void FormFactorGauss::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorGauss::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122012,19 +122012,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorGauss_getWidth", _wrap_FormFactorGauss_getWidth, METH_VARARGS, (char *)"\n" "FormFactorGauss_getWidth(FormFactorGauss self) -> double\n" "\n" - "double FormFactorGauss::getWidth() const\n" + "double FormFactorGauss::getWidth() const \n" "\n" ""}, { (char *)"FormFactorGauss_getHeight", _wrap_FormFactorGauss_getHeight, METH_VARARGS, (char *)"\n" "FormFactorGauss_getHeight(FormFactorGauss self) -> double\n" "\n" - "double FormFactorGauss::getHeight() const\n" + "double FormFactorGauss::getHeight() const \n" "\n" ""}, { (char *)"FormFactorGauss_radialExtension", _wrap_FormFactorGauss_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorGauss_radialExtension(FormFactorGauss self) -> double\n" "\n" - "double FormFactorGauss::radialExtension() const override final\n" + "double FormFactorGauss::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122032,7 +122032,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorGauss_evaluate_for_q", _wrap_FormFactorGauss_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorGauss_evaluate_for_q(FormFactorGauss self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorGauss::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122068,7 +122068,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorHemiEllipsoid_clone", _wrap_FormFactorHemiEllipsoid_clone, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_clone(FormFactorHemiEllipsoid self) -> FormFactorHemiEllipsoid\n" "\n" - "FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const override final\n" + "FormFactorHemiEllipsoid* FormFactorHemiEllipsoid::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122076,7 +122076,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorHemiEllipsoid_accept", _wrap_FormFactorHemiEllipsoid_accept, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_accept(FormFactorHemiEllipsoid self, INodeVisitor visitor)\n" "\n" - "void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorHemiEllipsoid::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122084,25 +122084,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorHemiEllipsoid_getHeight", _wrap_FormFactorHemiEllipsoid_getHeight, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_getHeight(FormFactorHemiEllipsoid self) -> double\n" "\n" - "double FormFactorHemiEllipsoid::getHeight() const\n" + "double FormFactorHemiEllipsoid::getHeight() const \n" "\n" ""}, { (char *)"FormFactorHemiEllipsoid_getRadiusX", _wrap_FormFactorHemiEllipsoid_getRadiusX, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_getRadiusX(FormFactorHemiEllipsoid self) -> double\n" "\n" - "double FormFactorHemiEllipsoid::getRadiusX() const\n" + "double FormFactorHemiEllipsoid::getRadiusX() const \n" "\n" ""}, { (char *)"FormFactorHemiEllipsoid_getRadiusY", _wrap_FormFactorHemiEllipsoid_getRadiusY, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_getRadiusY(FormFactorHemiEllipsoid self) -> double\n" "\n" - "double FormFactorHemiEllipsoid::getRadiusY() const\n" + "double FormFactorHemiEllipsoid::getRadiusY() const \n" "\n" ""}, { (char *)"FormFactorHemiEllipsoid_radialExtension", _wrap_FormFactorHemiEllipsoid_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_radialExtension(FormFactorHemiEllipsoid self) -> double\n" "\n" - "double FormFactorHemiEllipsoid::radialExtension() const override final\n" + "double FormFactorHemiEllipsoid::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122110,7 +122110,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorHemiEllipsoid_evaluate_for_q", _wrap_FormFactorHemiEllipsoid_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorHemiEllipsoid_evaluate_for_q(FormFactorHemiEllipsoid self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorHemiEllipsoid::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122133,7 +122133,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorIcosahedron_clone", _wrap_FormFactorIcosahedron_clone, METH_VARARGS, (char *)"\n" "FormFactorIcosahedron_clone(FormFactorIcosahedron self) -> FormFactorIcosahedron\n" "\n" - "FormFactorIcosahedron* FormFactorIcosahedron::clone() const override final\n" + "FormFactorIcosahedron* FormFactorIcosahedron::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122141,7 +122141,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorIcosahedron_accept", _wrap_FormFactorIcosahedron_accept, METH_VARARGS, (char *)"\n" "FormFactorIcosahedron_accept(FormFactorIcosahedron self, INodeVisitor visitor)\n" "\n" - "void FormFactorIcosahedron::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorIcosahedron::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122149,7 +122149,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorIcosahedron_getEdge", _wrap_FormFactorIcosahedron_getEdge, METH_VARARGS, (char *)"\n" "FormFactorIcosahedron_getEdge(FormFactorIcosahedron self) -> double\n" "\n" - "double FormFactorIcosahedron::getEdge() const\n" + "double FormFactorIcosahedron::getEdge() const \n" "\n" ""}, { (char *)"delete_FormFactorIcosahedron", _wrap_delete_FormFactorIcosahedron, METH_VARARGS, (char *)"delete_FormFactorIcosahedron(FormFactorIcosahedron self)"}, @@ -122177,7 +122177,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxGauss_clone", _wrap_FormFactorLongBoxGauss_clone, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_clone(FormFactorLongBoxGauss self) -> FormFactorLongBoxGauss\n" "\n" - "FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const override final\n" + "FormFactorLongBoxGauss* FormFactorLongBoxGauss::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122185,7 +122185,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxGauss_accept", _wrap_FormFactorLongBoxGauss_accept, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_accept(FormFactorLongBoxGauss self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongBoxGauss::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122193,25 +122193,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxGauss_getLength", _wrap_FormFactorLongBoxGauss_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_getLength(FormFactorLongBoxGauss self) -> double\n" "\n" - "double FormFactorLongBoxGauss::getLength() const\n" + "double FormFactorLongBoxGauss::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongBoxGauss_getHeight", _wrap_FormFactorLongBoxGauss_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_getHeight(FormFactorLongBoxGauss self) -> double\n" "\n" - "double FormFactorLongBoxGauss::getHeight() const\n" + "double FormFactorLongBoxGauss::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongBoxGauss_getWidth", _wrap_FormFactorLongBoxGauss_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_getWidth(FormFactorLongBoxGauss self) -> double\n" "\n" - "double FormFactorLongBoxGauss::getWidth() const\n" + "double FormFactorLongBoxGauss::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongBoxGauss_radialExtension", _wrap_FormFactorLongBoxGauss_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_radialExtension(FormFactorLongBoxGauss self) -> double\n" "\n" - "double FormFactorLongBoxGauss::radialExtension() const override final\n" + "double FormFactorLongBoxGauss::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122219,7 +122219,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxGauss_evaluate_for_q", _wrap_FormFactorLongBoxGauss_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongBoxGauss_evaluate_for_q(FormFactorLongBoxGauss self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongBoxGauss::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122249,7 +122249,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxLorentz_clone", _wrap_FormFactorLongBoxLorentz_clone, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_clone(FormFactorLongBoxLorentz self) -> FormFactorLongBoxLorentz\n" "\n" - "FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const override final\n" + "FormFactorLongBoxLorentz* FormFactorLongBoxLorentz::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122257,7 +122257,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxLorentz_accept", _wrap_FormFactorLongBoxLorentz_accept, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_accept(FormFactorLongBoxLorentz self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongBoxLorentz::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122265,25 +122265,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxLorentz_getLength", _wrap_FormFactorLongBoxLorentz_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_getLength(FormFactorLongBoxLorentz self) -> double\n" "\n" - "double FormFactorLongBoxLorentz::getLength() const\n" + "double FormFactorLongBoxLorentz::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongBoxLorentz_getHeight", _wrap_FormFactorLongBoxLorentz_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_getHeight(FormFactorLongBoxLorentz self) -> double\n" "\n" - "double FormFactorLongBoxLorentz::getHeight() const\n" + "double FormFactorLongBoxLorentz::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongBoxLorentz_getWidth", _wrap_FormFactorLongBoxLorentz_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_getWidth(FormFactorLongBoxLorentz self) -> double\n" "\n" - "double FormFactorLongBoxLorentz::getWidth() const\n" + "double FormFactorLongBoxLorentz::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongBoxLorentz_radialExtension", _wrap_FormFactorLongBoxLorentz_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_radialExtension(FormFactorLongBoxLorentz self) -> double\n" "\n" - "double FormFactorLongBoxLorentz::radialExtension() const override final\n" + "double FormFactorLongBoxLorentz::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122291,7 +122291,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongBoxLorentz_evaluate_for_q", _wrap_FormFactorLongBoxLorentz_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongBoxLorentz_evaluate_for_q(FormFactorLongBoxLorentz self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongBoxLorentz::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122321,7 +122321,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Gauss_clone", _wrap_FormFactorLongRipple1Gauss_clone, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_clone(FormFactorLongRipple1Gauss self) -> FormFactorLongRipple1Gauss\n" "\n" - "FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const override final\n" + "FormFactorLongRipple1Gauss* FormFactorLongRipple1Gauss::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122329,7 +122329,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Gauss_accept", _wrap_FormFactorLongRipple1Gauss_accept, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_accept(FormFactorLongRipple1Gauss self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongRipple1Gauss::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122337,25 +122337,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Gauss_getHeight", _wrap_FormFactorLongRipple1Gauss_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_getHeight(FormFactorLongRipple1Gauss self) -> double\n" "\n" - "double FormFactorLongRipple1Gauss::getHeight() const\n" + "double FormFactorLongRipple1Gauss::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Gauss_getWidth", _wrap_FormFactorLongRipple1Gauss_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_getWidth(FormFactorLongRipple1Gauss self) -> double\n" "\n" - "double FormFactorLongRipple1Gauss::getWidth() const\n" + "double FormFactorLongRipple1Gauss::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Gauss_getLength", _wrap_FormFactorLongRipple1Gauss_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_getLength(FormFactorLongRipple1Gauss self) -> double\n" "\n" - "double FormFactorLongRipple1Gauss::getLength() const\n" + "double FormFactorLongRipple1Gauss::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Gauss_radialExtension", _wrap_FormFactorLongRipple1Gauss_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_radialExtension(FormFactorLongRipple1Gauss self) -> double\n" "\n" - "double FormFactorLongRipple1Gauss::radialExtension() const override final\n" + "double FormFactorLongRipple1Gauss::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122363,7 +122363,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Gauss_evaluate_for_q", _wrap_FormFactorLongRipple1Gauss_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Gauss_evaluate_for_q(FormFactorLongRipple1Gauss self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongRipple1Gauss::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122393,7 +122393,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Lorentz_clone", _wrap_FormFactorLongRipple1Lorentz_clone, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_clone(FormFactorLongRipple1Lorentz self) -> FormFactorLongRipple1Lorentz\n" "\n" - "FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const override final\n" + "FormFactorLongRipple1Lorentz* FormFactorLongRipple1Lorentz::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122401,7 +122401,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Lorentz_accept", _wrap_FormFactorLongRipple1Lorentz_accept, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_accept(FormFactorLongRipple1Lorentz self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongRipple1Lorentz::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122409,7 +122409,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Lorentz_radialExtension", _wrap_FormFactorLongRipple1Lorentz_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_radialExtension(FormFactorLongRipple1Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple1Lorentz::radialExtension() const override final\n" + "double FormFactorLongRipple1Lorentz::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122417,25 +122417,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple1Lorentz_getHeight", _wrap_FormFactorLongRipple1Lorentz_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_getHeight(FormFactorLongRipple1Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple1Lorentz::getHeight() const\n" + "double FormFactorLongRipple1Lorentz::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Lorentz_getWidth", _wrap_FormFactorLongRipple1Lorentz_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_getWidth(FormFactorLongRipple1Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple1Lorentz::getWidth() const\n" + "double FormFactorLongRipple1Lorentz::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Lorentz_getLength", _wrap_FormFactorLongRipple1Lorentz_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_getLength(FormFactorLongRipple1Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple1Lorentz::getLength() const\n" + "double FormFactorLongRipple1Lorentz::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongRipple1Lorentz_evaluate_for_q", _wrap_FormFactorLongRipple1Lorentz_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongRipple1Lorentz_evaluate_for_q(FormFactorLongRipple1Lorentz self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongRipple1Lorentz::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122468,7 +122468,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Gauss_clone", _wrap_FormFactorLongRipple2Gauss_clone, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_clone(FormFactorLongRipple2Gauss self) -> FormFactorLongRipple2Gauss\n" "\n" - "FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const override final\n" + "FormFactorLongRipple2Gauss* FormFactorLongRipple2Gauss::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122476,7 +122476,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Gauss_accept", _wrap_FormFactorLongRipple2Gauss_accept, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_accept(FormFactorLongRipple2Gauss self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongRipple2Gauss::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122484,31 +122484,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Gauss_getHeight", _wrap_FormFactorLongRipple2Gauss_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_getHeight(FormFactorLongRipple2Gauss self) -> double\n" "\n" - "double FormFactorLongRipple2Gauss::getHeight() const\n" + "double FormFactorLongRipple2Gauss::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Gauss_getWidth", _wrap_FormFactorLongRipple2Gauss_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_getWidth(FormFactorLongRipple2Gauss self) -> double\n" "\n" - "double FormFactorLongRipple2Gauss::getWidth() const\n" + "double FormFactorLongRipple2Gauss::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Gauss_getLength", _wrap_FormFactorLongRipple2Gauss_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_getLength(FormFactorLongRipple2Gauss self) -> double\n" "\n" - "double FormFactorLongRipple2Gauss::getLength() const\n" + "double FormFactorLongRipple2Gauss::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Gauss_getAsymmetry", _wrap_FormFactorLongRipple2Gauss_getAsymmetry, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_getAsymmetry(FormFactorLongRipple2Gauss self) -> double\n" "\n" - "double FormFactorLongRipple2Gauss::getAsymmetry() const\n" + "double FormFactorLongRipple2Gauss::getAsymmetry() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Gauss_radialExtension", _wrap_FormFactorLongRipple2Gauss_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_radialExtension(FormFactorLongRipple2Gauss self) -> double\n" "\n" - "double FormFactorLongRipple2Gauss::radialExtension() const override final\n" + "double FormFactorLongRipple2Gauss::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122516,7 +122516,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Gauss_evaluate_for_q", _wrap_FormFactorLongRipple2Gauss_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Gauss_evaluate_for_q(FormFactorLongRipple2Gauss self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongRipple2Gauss::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122547,7 +122547,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Lorentz_clone", _wrap_FormFactorLongRipple2Lorentz_clone, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_clone(FormFactorLongRipple2Lorentz self) -> FormFactorLongRipple2Lorentz\n" "\n" - "FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const override final\n" + "FormFactorLongRipple2Lorentz* FormFactorLongRipple2Lorentz::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122555,7 +122555,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Lorentz_accept", _wrap_FormFactorLongRipple2Lorentz_accept, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_accept(FormFactorLongRipple2Lorentz self, INodeVisitor visitor)\n" "\n" - "void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLongRipple2Lorentz::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122563,31 +122563,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Lorentz_getHeight", _wrap_FormFactorLongRipple2Lorentz_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_getHeight(FormFactorLongRipple2Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple2Lorentz::getHeight() const\n" + "double FormFactorLongRipple2Lorentz::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Lorentz_getWidth", _wrap_FormFactorLongRipple2Lorentz_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_getWidth(FormFactorLongRipple2Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple2Lorentz::getWidth() const\n" + "double FormFactorLongRipple2Lorentz::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Lorentz_getLength", _wrap_FormFactorLongRipple2Lorentz_getLength, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_getLength(FormFactorLongRipple2Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple2Lorentz::getLength() const\n" + "double FormFactorLongRipple2Lorentz::getLength() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Lorentz_getAsymmetry", _wrap_FormFactorLongRipple2Lorentz_getAsymmetry, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_getAsymmetry(FormFactorLongRipple2Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple2Lorentz::getAsymmetry() const\n" + "double FormFactorLongRipple2Lorentz::getAsymmetry() const \n" "\n" ""}, { (char *)"FormFactorLongRipple2Lorentz_radialExtension", _wrap_FormFactorLongRipple2Lorentz_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_radialExtension(FormFactorLongRipple2Lorentz self) -> double\n" "\n" - "double FormFactorLongRipple2Lorentz::radialExtension() const override final\n" + "double FormFactorLongRipple2Lorentz::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122595,7 +122595,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLongRipple2Lorentz_evaluate_for_q", _wrap_FormFactorLongRipple2Lorentz_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLongRipple2Lorentz_evaluate_for_q(FormFactorLongRipple2Lorentz self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLongRipple2Lorentz::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122612,7 +122612,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLorentz_clone", _wrap_FormFactorLorentz_clone, METH_VARARGS, (char *)"\n" "FormFactorLorentz_clone(FormFactorLorentz self) -> FormFactorLorentz\n" "\n" - "FormFactorLorentz* FormFactorLorentz::clone() const override final\n" + "FormFactorLorentz* FormFactorLorentz::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122620,7 +122620,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLorentz_accept", _wrap_FormFactorLorentz_accept, METH_VARARGS, (char *)"\n" "FormFactorLorentz_accept(FormFactorLorentz self, INodeVisitor visitor)\n" "\n" - "void FormFactorLorentz::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorLorentz::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122628,19 +122628,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLorentz_getWidth", _wrap_FormFactorLorentz_getWidth, METH_VARARGS, (char *)"\n" "FormFactorLorentz_getWidth(FormFactorLorentz self) -> double\n" "\n" - "double FormFactorLorentz::getWidth() const\n" + "double FormFactorLorentz::getWidth() const \n" "\n" ""}, { (char *)"FormFactorLorentz_getHeight", _wrap_FormFactorLorentz_getHeight, METH_VARARGS, (char *)"\n" "FormFactorLorentz_getHeight(FormFactorLorentz self) -> double\n" "\n" - "double FormFactorLorentz::getHeight() const\n" + "double FormFactorLorentz::getHeight() const \n" "\n" ""}, { (char *)"FormFactorLorentz_radialExtension", _wrap_FormFactorLorentz_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorLorentz_radialExtension(FormFactorLorentz self) -> double\n" "\n" - "double FormFactorLorentz::radialExtension() const override final\n" + "double FormFactorLorentz::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122648,7 +122648,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorLorentz_evaluate_for_q", _wrap_FormFactorLorentz_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorLorentz_evaluate_for_q(FormFactorLorentz self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorLorentz::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122675,7 +122675,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism3_clone", _wrap_FormFactorPrism3_clone, METH_VARARGS, (char *)"\n" "FormFactorPrism3_clone(FormFactorPrism3 self) -> FormFactorPrism3\n" "\n" - "FormFactorPrism3* FormFactorPrism3::clone() const override final\n" + "FormFactorPrism3* FormFactorPrism3::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122683,7 +122683,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism3_accept", _wrap_FormFactorPrism3_accept, METH_VARARGS, (char *)"\n" "FormFactorPrism3_accept(FormFactorPrism3 self, INodeVisitor visitor)\n" "\n" - "void FormFactorPrism3::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorPrism3::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122691,7 +122691,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism3_getBaseEdge", _wrap_FormFactorPrism3_getBaseEdge, METH_VARARGS, (char *)"\n" "FormFactorPrism3_getBaseEdge(FormFactorPrism3 self) -> double\n" "\n" - "double FormFactorPrism3::getBaseEdge() const\n" + "double FormFactorPrism3::getBaseEdge() const \n" "\n" ""}, { (char *)"delete_FormFactorPrism3", _wrap_delete_FormFactorPrism3, METH_VARARGS, (char *)"delete_FormFactorPrism3(FormFactorPrism3 self)"}, @@ -122716,7 +122716,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism6_clone", _wrap_FormFactorPrism6_clone, METH_VARARGS, (char *)"\n" "FormFactorPrism6_clone(FormFactorPrism6 self) -> FormFactorPrism6\n" "\n" - "FormFactorPrism6* FormFactorPrism6::clone() const override final\n" + "FormFactorPrism6* FormFactorPrism6::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122724,7 +122724,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism6_accept", _wrap_FormFactorPrism6_accept, METH_VARARGS, (char *)"\n" "FormFactorPrism6_accept(FormFactorPrism6 self, INodeVisitor visitor)\n" "\n" - "void FormFactorPrism6::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorPrism6::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122732,7 +122732,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPrism6_getBaseEdge", _wrap_FormFactorPrism6_getBaseEdge, METH_VARARGS, (char *)"\n" "FormFactorPrism6_getBaseEdge(FormFactorPrism6 self) -> double\n" "\n" - "double FormFactorPrism6::getBaseEdge() const\n" + "double FormFactorPrism6::getBaseEdge() const \n" "\n" ""}, { (char *)"delete_FormFactorPrism6", _wrap_delete_FormFactorPrism6, METH_VARARGS, (char *)"delete_FormFactorPrism6(FormFactorPrism6 self)"}, @@ -122760,7 +122760,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPyramid_clone", _wrap_FormFactorPyramid_clone, METH_VARARGS, (char *)"\n" "FormFactorPyramid_clone(FormFactorPyramid self) -> FormFactorPyramid\n" "\n" - "FormFactorPyramid* FormFactorPyramid::clone() const override final\n" + "FormFactorPyramid* FormFactorPyramid::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122768,7 +122768,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPyramid_accept", _wrap_FormFactorPyramid_accept, METH_VARARGS, (char *)"\n" "FormFactorPyramid_accept(FormFactorPyramid self, INodeVisitor visitor)\n" "\n" - "void FormFactorPyramid::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorPyramid::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122776,19 +122776,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorPyramid_getHeight", _wrap_FormFactorPyramid_getHeight, METH_VARARGS, (char *)"\n" "FormFactorPyramid_getHeight(FormFactorPyramid self) -> double\n" "\n" - "double FormFactorPyramid::getHeight() const\n" + "double FormFactorPyramid::getHeight() const \n" "\n" ""}, { (char *)"FormFactorPyramid_getBaseEdge", _wrap_FormFactorPyramid_getBaseEdge, METH_VARARGS, (char *)"\n" "FormFactorPyramid_getBaseEdge(FormFactorPyramid self) -> double\n" "\n" - "double FormFactorPyramid::getBaseEdge() const\n" + "double FormFactorPyramid::getBaseEdge() const \n" "\n" ""}, { (char *)"FormFactorPyramid_getAlpha", _wrap_FormFactorPyramid_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorPyramid_getAlpha(FormFactorPyramid self) -> double\n" "\n" - "double FormFactorPyramid::getAlpha() const\n" + "double FormFactorPyramid::getAlpha() const \n" "\n" ""}, { (char *)"delete_FormFactorPyramid", _wrap_delete_FormFactorPyramid, METH_VARARGS, (char *)"delete_FormFactorPyramid(FormFactorPyramid self)"}, @@ -122816,7 +122816,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple1_clone", _wrap_FormFactorRipple1_clone, METH_VARARGS, (char *)"\n" "FormFactorRipple1_clone(FormFactorRipple1 self) -> FormFactorRipple1\n" "\n" - "FormFactorRipple1* FormFactorRipple1::clone() const override final\n" + "FormFactorRipple1* FormFactorRipple1::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122824,7 +122824,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple1_accept", _wrap_FormFactorRipple1_accept, METH_VARARGS, (char *)"\n" "FormFactorRipple1_accept(FormFactorRipple1 self, INodeVisitor visitor)\n" "\n" - "void FormFactorRipple1::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorRipple1::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122832,25 +122832,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple1_getLength", _wrap_FormFactorRipple1_getLength, METH_VARARGS, (char *)"\n" "FormFactorRipple1_getLength(FormFactorRipple1 self) -> double\n" "\n" - "double FormFactorRipple1::getLength() const\n" + "double FormFactorRipple1::getLength() const \n" "\n" ""}, { (char *)"FormFactorRipple1_getHeight", _wrap_FormFactorRipple1_getHeight, METH_VARARGS, (char *)"\n" "FormFactorRipple1_getHeight(FormFactorRipple1 self) -> double\n" "\n" - "double FormFactorRipple1::getHeight() const\n" + "double FormFactorRipple1::getHeight() const \n" "\n" ""}, { (char *)"FormFactorRipple1_getWidth", _wrap_FormFactorRipple1_getWidth, METH_VARARGS, (char *)"\n" "FormFactorRipple1_getWidth(FormFactorRipple1 self) -> double\n" "\n" - "double FormFactorRipple1::getWidth() const\n" + "double FormFactorRipple1::getWidth() const \n" "\n" ""}, { (char *)"FormFactorRipple1_radialExtension", _wrap_FormFactorRipple1_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorRipple1_radialExtension(FormFactorRipple1 self) -> double\n" "\n" - "double FormFactorRipple1::radialExtension() const override final\n" + "double FormFactorRipple1::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122858,7 +122858,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple1_evaluate_for_q", _wrap_FormFactorRipple1_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorRipple1_evaluate_for_q(FormFactorRipple1 self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorRipple1::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122891,7 +122891,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple2_clone", _wrap_FormFactorRipple2_clone, METH_VARARGS, (char *)"\n" "FormFactorRipple2_clone(FormFactorRipple2 self) -> FormFactorRipple2\n" "\n" - "FormFactorRipple2* FormFactorRipple2::clone() const override final\n" + "FormFactorRipple2* FormFactorRipple2::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122899,7 +122899,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple2_accept", _wrap_FormFactorRipple2_accept, METH_VARARGS, (char *)"\n" "FormFactorRipple2_accept(FormFactorRipple2 self, INodeVisitor visitor)\n" "\n" - "void FormFactorRipple2::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorRipple2::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122907,31 +122907,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple2_getHeight", _wrap_FormFactorRipple2_getHeight, METH_VARARGS, (char *)"\n" "FormFactorRipple2_getHeight(FormFactorRipple2 self) -> double\n" "\n" - "double FormFactorRipple2::getHeight() const\n" + "double FormFactorRipple2::getHeight() const \n" "\n" ""}, { (char *)"FormFactorRipple2_getWidth", _wrap_FormFactorRipple2_getWidth, METH_VARARGS, (char *)"\n" "FormFactorRipple2_getWidth(FormFactorRipple2 self) -> double\n" "\n" - "double FormFactorRipple2::getWidth() const\n" + "double FormFactorRipple2::getWidth() const \n" "\n" ""}, { (char *)"FormFactorRipple2_getLength", _wrap_FormFactorRipple2_getLength, METH_VARARGS, (char *)"\n" "FormFactorRipple2_getLength(FormFactorRipple2 self) -> double\n" "\n" - "double FormFactorRipple2::getLength() const\n" + "double FormFactorRipple2::getLength() const \n" "\n" ""}, { (char *)"FormFactorRipple2_getAsymmetry", _wrap_FormFactorRipple2_getAsymmetry, METH_VARARGS, (char *)"\n" "FormFactorRipple2_getAsymmetry(FormFactorRipple2 self) -> double\n" "\n" - "double FormFactorRipple2::getAsymmetry() const\n" + "double FormFactorRipple2::getAsymmetry() const \n" "\n" ""}, { (char *)"FormFactorRipple2_radialExtension", _wrap_FormFactorRipple2_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorRipple2_radialExtension(FormFactorRipple2 self) -> double\n" "\n" - "double FormFactorRipple2::radialExtension() const override final\n" + "double FormFactorRipple2::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122939,7 +122939,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorRipple2_evaluate_for_q", _wrap_FormFactorRipple2_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorRipple2_evaluate_for_q(FormFactorRipple2 self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorRipple2::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -122955,7 +122955,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereGaussianRadius_clone", _wrap_FormFactorSphereGaussianRadius_clone, METH_VARARGS, (char *)"\n" "FormFactorSphereGaussianRadius_clone(FormFactorSphereGaussianRadius self) -> FormFactorSphereGaussianRadius\n" "\n" - "FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const override final\n" + "FormFactorSphereGaussianRadius* FormFactorSphereGaussianRadius::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -122963,7 +122963,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereGaussianRadius_accept", _wrap_FormFactorSphereGaussianRadius_accept, METH_VARARGS, (char *)"\n" "FormFactorSphereGaussianRadius_accept(FormFactorSphereGaussianRadius self, INodeVisitor visitor)\n" "\n" - "void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorSphereGaussianRadius::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -122971,7 +122971,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereGaussianRadius_radialExtension", _wrap_FormFactorSphereGaussianRadius_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorSphereGaussianRadius_radialExtension(FormFactorSphereGaussianRadius self) -> double\n" "\n" - "double FormFactorSphereGaussianRadius::radialExtension() const override final\n" + "double FormFactorSphereGaussianRadius::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -122979,7 +122979,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereGaussianRadius_evaluate_for_q", _wrap_FormFactorSphereGaussianRadius_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorSphereGaussianRadius_evaluate_for_q(FormFactorSphereGaussianRadius self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorSphereGaussianRadius::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -122995,7 +122995,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereLogNormalRadius_clone", _wrap_FormFactorSphereLogNormalRadius_clone, METH_VARARGS, (char *)"\n" "FormFactorSphereLogNormalRadius_clone(FormFactorSphereLogNormalRadius self) -> FormFactorSphereLogNormalRadius\n" "\n" - "FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const override final\n" + "FormFactorSphereLogNormalRadius* FormFactorSphereLogNormalRadius::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123003,7 +123003,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereLogNormalRadius_accept", _wrap_FormFactorSphereLogNormalRadius_accept, METH_VARARGS, (char *)"\n" "FormFactorSphereLogNormalRadius_accept(FormFactorSphereLogNormalRadius self, INodeVisitor visitor)\n" "\n" - "void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorSphereLogNormalRadius::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123011,7 +123011,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereLogNormalRadius_radialExtension", _wrap_FormFactorSphereLogNormalRadius_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorSphereLogNormalRadius_radialExtension(FormFactorSphereLogNormalRadius self) -> double\n" "\n" - "double FormFactorSphereLogNormalRadius::radialExtension() const override final\n" + "double FormFactorSphereLogNormalRadius::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -123019,7 +123019,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereLogNormalRadius_evaluate_for_q", _wrap_FormFactorSphereLogNormalRadius_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorSphereLogNormalRadius_evaluate_for_q(FormFactorSphereLogNormalRadius self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorSphereLogNormalRadius::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -123035,7 +123035,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereUniformRadius_clone", _wrap_FormFactorSphereUniformRadius_clone, METH_VARARGS, (char *)"\n" "FormFactorSphereUniformRadius_clone(FormFactorSphereUniformRadius self) -> FormFactorSphereUniformRadius\n" "\n" - "FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const override final\n" + "FormFactorSphereUniformRadius* FormFactorSphereUniformRadius::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123043,7 +123043,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereUniformRadius_accept", _wrap_FormFactorSphereUniformRadius_accept, METH_VARARGS, (char *)"\n" "FormFactorSphereUniformRadius_accept(FormFactorSphereUniformRadius self, INodeVisitor visitor)\n" "\n" - "void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorSphereUniformRadius::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123051,7 +123051,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereUniformRadius_radialExtension", _wrap_FormFactorSphereUniformRadius_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorSphereUniformRadius_radialExtension(FormFactorSphereUniformRadius self) -> double\n" "\n" - "double FormFactorSphereUniformRadius::radialExtension() const override final\n" + "double FormFactorSphereUniformRadius::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -123059,7 +123059,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorSphereUniformRadius_evaluate_for_q", _wrap_FormFactorSphereUniformRadius_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorSphereUniformRadius_evaluate_for_q(FormFactorSphereUniformRadius self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorSphereUniformRadius::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -123089,7 +123089,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTetrahedron_clone", _wrap_FormFactorTetrahedron_clone, METH_VARARGS, (char *)"\n" "FormFactorTetrahedron_clone(FormFactorTetrahedron self) -> FormFactorTetrahedron\n" "\n" - "FormFactorTetrahedron* FormFactorTetrahedron::clone() const override final\n" + "FormFactorTetrahedron* FormFactorTetrahedron::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123097,7 +123097,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTetrahedron_accept", _wrap_FormFactorTetrahedron_accept, METH_VARARGS, (char *)"\n" "FormFactorTetrahedron_accept(FormFactorTetrahedron self, INodeVisitor visitor)\n" "\n" - "void FormFactorTetrahedron::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorTetrahedron::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123105,19 +123105,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTetrahedron_getBaseEdge", _wrap_FormFactorTetrahedron_getBaseEdge, METH_VARARGS, (char *)"\n" "FormFactorTetrahedron_getBaseEdge(FormFactorTetrahedron self) -> double\n" "\n" - "double FormFactorTetrahedron::getBaseEdge() const\n" + "double FormFactorTetrahedron::getBaseEdge() const \n" "\n" ""}, { (char *)"FormFactorTetrahedron_getHeight", _wrap_FormFactorTetrahedron_getHeight, METH_VARARGS, (char *)"\n" "FormFactorTetrahedron_getHeight(FormFactorTetrahedron self) -> double\n" "\n" - "double FormFactorTetrahedron::getHeight() const\n" + "double FormFactorTetrahedron::getHeight() const \n" "\n" ""}, { (char *)"FormFactorTetrahedron_getAlpha", _wrap_FormFactorTetrahedron_getAlpha, METH_VARARGS, (char *)"\n" "FormFactorTetrahedron_getAlpha(FormFactorTetrahedron self) -> double\n" "\n" - "double FormFactorTetrahedron::getAlpha() const\n" + "double FormFactorTetrahedron::getAlpha() const \n" "\n" ""}, { (char *)"delete_FormFactorTetrahedron", _wrap_delete_FormFactorTetrahedron, METH_VARARGS, (char *)"delete_FormFactorTetrahedron(FormFactorTetrahedron self)"}, @@ -123142,7 +123142,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedCube_clone", _wrap_FormFactorTruncatedCube_clone, METH_VARARGS, (char *)"\n" "FormFactorTruncatedCube_clone(FormFactorTruncatedCube self) -> FormFactorTruncatedCube\n" "\n" - "FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const override final\n" + "FormFactorTruncatedCube* FormFactorTruncatedCube::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123150,7 +123150,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedCube_accept", _wrap_FormFactorTruncatedCube_accept, METH_VARARGS, (char *)"\n" "FormFactorTruncatedCube_accept(FormFactorTruncatedCube self, INodeVisitor visitor)\n" "\n" - "void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorTruncatedCube::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123158,13 +123158,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedCube_getLength", _wrap_FormFactorTruncatedCube_getLength, METH_VARARGS, (char *)"\n" "FormFactorTruncatedCube_getLength(FormFactorTruncatedCube self) -> double\n" "\n" - "double FormFactorTruncatedCube::getLength() const\n" + "double FormFactorTruncatedCube::getLength() const \n" "\n" ""}, { (char *)"FormFactorTruncatedCube_getRemovedLength", _wrap_FormFactorTruncatedCube_getRemovedLength, METH_VARARGS, (char *)"\n" "FormFactorTruncatedCube_getRemovedLength(FormFactorTruncatedCube self) -> double\n" "\n" - "double FormFactorTruncatedCube::getRemovedLength() const\n" + "double FormFactorTruncatedCube::getRemovedLength() const \n" "\n" ""}, { (char *)"delete_FormFactorTruncatedCube", _wrap_delete_FormFactorTruncatedCube, METH_VARARGS, (char *)"delete_FormFactorTruncatedCube(FormFactorTruncatedCube self)"}, @@ -123193,7 +123193,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSphere_clone", _wrap_FormFactorTruncatedSphere_clone, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_clone(FormFactorTruncatedSphere self) -> FormFactorTruncatedSphere\n" "\n" - "FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const override final\n" + "FormFactorTruncatedSphere* FormFactorTruncatedSphere::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123201,7 +123201,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSphere_accept", _wrap_FormFactorTruncatedSphere_accept, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_accept(FormFactorTruncatedSphere self, INodeVisitor visitor)\n" "\n" - "void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorTruncatedSphere::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123209,25 +123209,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSphere_getHeight", _wrap_FormFactorTruncatedSphere_getHeight, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_getHeight(FormFactorTruncatedSphere self) -> double\n" "\n" - "double FormFactorTruncatedSphere::getHeight() const\n" + "double FormFactorTruncatedSphere::getHeight() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSphere_getRadius", _wrap_FormFactorTruncatedSphere_getRadius, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_getRadius(FormFactorTruncatedSphere self) -> double\n" "\n" - "double FormFactorTruncatedSphere::getRadius() const\n" + "double FormFactorTruncatedSphere::getRadius() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSphere_getRemovedTop", _wrap_FormFactorTruncatedSphere_getRemovedTop, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_getRemovedTop(FormFactorTruncatedSphere self) -> double\n" "\n" - "double FormFactorTruncatedSphere::getRemovedTop() const\n" + "double FormFactorTruncatedSphere::getRemovedTop() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSphere_radialExtension", _wrap_FormFactorTruncatedSphere_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_radialExtension(FormFactorTruncatedSphere self) -> double\n" "\n" - "double FormFactorTruncatedSphere::radialExtension() const override final\n" + "double FormFactorTruncatedSphere::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -123235,7 +123235,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSphere_evaluate_for_q", _wrap_FormFactorTruncatedSphere_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSphere_evaluate_for_q(FormFactorTruncatedSphere self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorTruncatedSphere::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Complex formfactor. \n" "\n" @@ -123269,7 +123269,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSpheroid_clone", _wrap_FormFactorTruncatedSpheroid_clone, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_clone(FormFactorTruncatedSpheroid self) -> FormFactorTruncatedSpheroid\n" "\n" - "FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const override final\n" + "FormFactorTruncatedSpheroid* FormFactorTruncatedSpheroid::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123277,7 +123277,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSpheroid_accept", _wrap_FormFactorTruncatedSpheroid_accept, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_accept(FormFactorTruncatedSpheroid self, INodeVisitor visitor)\n" "\n" - "void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorTruncatedSpheroid::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123285,31 +123285,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSpheroid_getRadius", _wrap_FormFactorTruncatedSpheroid_getRadius, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_getRadius(FormFactorTruncatedSpheroid self) -> double\n" "\n" - "double FormFactorTruncatedSpheroid::getRadius() const\n" + "double FormFactorTruncatedSpheroid::getRadius() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSpheroid_getHeight", _wrap_FormFactorTruncatedSpheroid_getHeight, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_getHeight(FormFactorTruncatedSpheroid self) -> double\n" "\n" - "double FormFactorTruncatedSpheroid::getHeight() const\n" + "double FormFactorTruncatedSpheroid::getHeight() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSpheroid_getHeightFlattening", _wrap_FormFactorTruncatedSpheroid_getHeightFlattening, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_getHeightFlattening(FormFactorTruncatedSpheroid self) -> double\n" "\n" - "double FormFactorTruncatedSpheroid::getHeightFlattening() const\n" + "double FormFactorTruncatedSpheroid::getHeightFlattening() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSpheroid_getRemovedTop", _wrap_FormFactorTruncatedSpheroid_getRemovedTop, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_getRemovedTop(FormFactorTruncatedSpheroid self) -> double\n" "\n" - "double FormFactorTruncatedSpheroid::getRemovedTop() const\n" + "double FormFactorTruncatedSpheroid::getRemovedTop() const \n" "\n" ""}, { (char *)"FormFactorTruncatedSpheroid_radialExtension", _wrap_FormFactorTruncatedSpheroid_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_radialExtension(FormFactorTruncatedSpheroid self) -> double\n" "\n" - "double FormFactorTruncatedSpheroid::radialExtension() const override final\n" + "double FormFactorTruncatedSpheroid::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -123317,7 +123317,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorTruncatedSpheroid_evaluate_for_q", _wrap_FormFactorTruncatedSpheroid_evaluate_for_q, METH_VARARGS, (char *)"\n" "FormFactorTruncatedSpheroid_evaluate_for_q(FormFactorTruncatedSpheroid self, cvector_t q) -> complex_t\n" "\n" - "complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const override final\n" + "complex_t FormFactorTruncatedSpheroid::evaluate_for_q(cvector_t q) const overridefinal\n" "\n" "Returns scattering amplitude for complex scattering wavevector q=k_i-k_f. This method is public only for convenience of plotting form factors in Python. \n" "\n" @@ -123333,13 +123333,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"delete_FormFactorWeighted", _wrap_delete_FormFactorWeighted, METH_VARARGS, (char *)"\n" "delete_FormFactorWeighted(FormFactorWeighted self)\n" "\n" - "FormFactorWeighted::~FormFactorWeighted() override final\n" + "FormFactorWeighted::~FormFactorWeighted() overridefinal\n" "\n" ""}, { (char *)"FormFactorWeighted_clone", _wrap_FormFactorWeighted_clone, METH_VARARGS, (char *)"\n" "FormFactorWeighted_clone(FormFactorWeighted self) -> FormFactorWeighted\n" "\n" - "FormFactorWeighted * FormFactorWeighted::clone() const override final\n" + "FormFactorWeighted * FormFactorWeighted::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -123347,7 +123347,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_accept", _wrap_FormFactorWeighted_accept, METH_VARARGS, (char *)"\n" "FormFactorWeighted_accept(FormFactorWeighted self, INodeVisitor visitor)\n" "\n" - "void FormFactorWeighted::accept(INodeVisitor *visitor) const override final\n" + "void FormFactorWeighted::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -123355,7 +123355,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_radialExtension", _wrap_FormFactorWeighted_radialExtension, METH_VARARGS, (char *)"\n" "FormFactorWeighted_radialExtension(FormFactorWeighted self) -> double\n" "\n" - "double FormFactorWeighted::radialExtension() const override final\n" + "double FormFactorWeighted::radialExtension() const overridefinal\n" "\n" "Returns the (approximate in some cases) radial size of the particle of this form factor's shape. This is used for SSCA calculations \n" "\n" @@ -123363,7 +123363,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_bottomZ", _wrap_FormFactorWeighted_bottomZ, METH_VARARGS, (char *)"\n" "FormFactorWeighted_bottomZ(FormFactorWeighted self, IRotation rotation) -> double\n" "\n" - "double FormFactorWeighted::bottomZ(const IRotation &rotation) const override final\n" + "double FormFactorWeighted::bottomZ(const IRotation &rotation) const overridefinal\n" "\n" "Returns the z-coordinate of the lowest point in this shape after a given rotation. \n" "\n" @@ -123371,7 +123371,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_topZ", _wrap_FormFactorWeighted_topZ, METH_VARARGS, (char *)"\n" "FormFactorWeighted_topZ(FormFactorWeighted self, IRotation rotation) -> double\n" "\n" - "double FormFactorWeighted::topZ(const IRotation &rotation) const override final\n" + "double FormFactorWeighted::topZ(const IRotation &rotation) const overridefinal\n" "\n" "Returns the z-coordinate of the lowest point in this shape after a given rotation. \n" "\n" @@ -123386,7 +123386,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_setAmbientMaterial", _wrap_FormFactorWeighted_setAmbientMaterial, METH_VARARGS, (char *)"\n" "FormFactorWeighted_setAmbientMaterial(FormFactorWeighted self, Material material)\n" "\n" - "void FormFactorWeighted::setAmbientMaterial(Material material) override final\n" + "void FormFactorWeighted::setAmbientMaterial(Material material) overridefinal\n" "\n" "Passes the material in which this particle is embedded. \n" "\n" @@ -123394,7 +123394,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"FormFactorWeighted_evaluate", _wrap_FormFactorWeighted_evaluate, METH_VARARGS, (char *)"\n" "FormFactorWeighted_evaluate(FormFactorWeighted self, WavevectorInfo wavevectors) -> complex_t\n" "\n" - "complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const override final\n" + "complex_t FormFactorWeighted::evaluate(const WavevectorInfo &wavevectors) const overridefinal\n" "\n" "Returns scattering amplitude for complex wavevectors ki, kf. \n" "\n" @@ -123421,7 +123421,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IFootprintFactor_widthRatio", _wrap_IFootprintFactor_widthRatio, METH_VARARGS, (char *)"\n" "IFootprintFactor_widthRatio(IFootprintFactor self) -> double\n" "\n" - "double IFootprintFactor::widthRatio() const\n" + "double IFootprintFactor::widthRatio() const \n" "\n" ""}, { (char *)"IFootprintFactor_calculate", _wrap_IFootprintFactor_calculate, METH_VARARGS, (char *)"\n" @@ -123545,7 +123545,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Simulation_getBeamIntensity", _wrap_Simulation_getBeamIntensity, METH_VARARGS, (char *)"\n" "Simulation_getBeamIntensity(Simulation self) -> double\n" "\n" - "double Simulation::getBeamIntensity() const\n" + "double Simulation::getBeamIntensity() const \n" "\n" ""}, { (char *)"Simulation_setBeamPolarization", _wrap_Simulation_setBeamPolarization, METH_VARARGS, (char *)"\n" @@ -123587,7 +123587,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Simulation_sample", _wrap_Simulation_sample, METH_VARARGS, (char *)"\n" "Simulation_sample(Simulation self) -> MultiLayer\n" "\n" - "const MultiLayer * Simulation::sample() const\n" + "const MultiLayer * Simulation::sample() const \n" "\n" ""}, { (char *)"Simulation_setSampleBuilderCpp", _wrap_Simulation_setSampleBuilderCpp, METH_VARARGS, (char *)"\n" @@ -123605,7 +123605,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Simulation_background", _wrap_Simulation_background, METH_VARARGS, (char *)"\n" "Simulation_background(Simulation self) -> IBackground\n" "\n" - "const IBackground* Simulation::background() const\n" + "const IBackground* Simulation::background() const \n" "\n" ""}, { (char *)"Simulation_numberOfSimulationElements", _wrap_Simulation_numberOfSimulationElements, METH_VARARGS, (char *)"\n" @@ -123634,7 +123634,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Simulation_getDistributionHandler", _wrap_Simulation_getDistributionHandler, METH_VARARGS, (char *)"\n" "Simulation_getDistributionHandler(Simulation self) -> DistributionHandler const &\n" "\n" - "const DistributionHandler& Simulation::getDistributionHandler() const\n" + "const DistributionHandler& Simulation::getDistributionHandler() const \n" "\n" ""}, { (char *)"Simulation_setOptions", _wrap_Simulation_setOptions, METH_VARARGS, (char *)"\n" @@ -123774,13 +123774,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_isIntegrate", _wrap_SimulationOptions_isIntegrate, METH_VARARGS, (char *)"\n" "SimulationOptions_isIntegrate(SimulationOptions self) -> bool\n" "\n" - "bool SimulationOptions::isIntegrate() const\n" + "bool SimulationOptions::isIntegrate() const \n" "\n" ""}, { (char *)"SimulationOptions_getMcPoints", _wrap_SimulationOptions_getMcPoints, METH_VARARGS, (char *)"\n" "SimulationOptions_getMcPoints(SimulationOptions self) -> size_t\n" "\n" - "size_t SimulationOptions::getMcPoints() const\n" + "size_t SimulationOptions::getMcPoints() const \n" "\n" ""}, { (char *)"SimulationOptions_setMonteCarloIntegration", _wrap_SimulationOptions_setMonteCarloIntegration, METH_VARARGS, (char *)"\n" @@ -123813,7 +123813,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_getNumberOfThreads", _wrap_SimulationOptions_getNumberOfThreads, METH_VARARGS, (char *)"\n" "SimulationOptions_getNumberOfThreads(SimulationOptions self) -> unsigned int\n" "\n" - "unsigned SimulationOptions::getNumberOfThreads() const\n" + "unsigned SimulationOptions::getNumberOfThreads() const \n" "\n" ""}, { (char *)"SimulationOptions_setNumberOfBatches", _wrap_SimulationOptions_setNumberOfBatches, METH_VARARGS, (char *)"\n" @@ -123827,13 +123827,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_getNumberOfBatches", _wrap_SimulationOptions_getNumberOfBatches, METH_VARARGS, (char *)"\n" "SimulationOptions_getNumberOfBatches(SimulationOptions self) -> unsigned int\n" "\n" - "unsigned SimulationOptions::getNumberOfBatches() const\n" + "unsigned SimulationOptions::getNumberOfBatches() const \n" "\n" ""}, { (char *)"SimulationOptions_getCurrentBatch", _wrap_SimulationOptions_getCurrentBatch, METH_VARARGS, (char *)"\n" "SimulationOptions_getCurrentBatch(SimulationOptions self) -> unsigned int\n" "\n" - "unsigned SimulationOptions::getCurrentBatch() const\n" + "unsigned SimulationOptions::getCurrentBatch() const \n" "\n" ""}, { (char *)"SimulationOptions_setThreadInfo", _wrap_SimulationOptions_setThreadInfo, METH_VARARGS, (char *)"\n" @@ -123847,7 +123847,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_getHardwareConcurrency", _wrap_SimulationOptions_getHardwareConcurrency, METH_VARARGS, (char *)"\n" "SimulationOptions_getHardwareConcurrency(SimulationOptions self) -> unsigned int\n" "\n" - "unsigned SimulationOptions::getHardwareConcurrency() const\n" + "unsigned SimulationOptions::getHardwareConcurrency() const \n" "\n" ""}, { (char *)"SimulationOptions_setIncludeSpecular", _wrap_SimulationOptions_setIncludeSpecular, METH_VARARGS, (char *)"\n" @@ -123859,7 +123859,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_includeSpecular", _wrap_SimulationOptions_includeSpecular, METH_VARARGS, (char *)"\n" "SimulationOptions_includeSpecular(SimulationOptions self) -> bool\n" "\n" - "bool SimulationOptions::includeSpecular() const\n" + "bool SimulationOptions::includeSpecular() const \n" "\n" ""}, { (char *)"SimulationOptions_setUseAvgMaterials", _wrap_SimulationOptions_setUseAvgMaterials, METH_VARARGS, (char *)"\n" @@ -123871,7 +123871,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationOptions_useAvgMaterials", _wrap_SimulationOptions_useAvgMaterials, METH_VARARGS, (char *)"\n" "SimulationOptions_useAvgMaterials(SimulationOptions self) -> bool\n" "\n" - "bool SimulationOptions::useAvgMaterials() const\n" + "bool SimulationOptions::useAvgMaterials() const \n" "\n" ""}, { (char *)"delete_SimulationOptions", _wrap_delete_SimulationOptions, METH_VARARGS, (char *)"delete_SimulationOptions(SimulationOptions self)"}, @@ -124511,21 +124511,21 @@ static PyMethodDef SwigMethods[] = { "data(AxesUnits units) -> IntensityData\n" "SimulationResult_data(SimulationResult self) -> IntensityData\n" "\n" - "OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const\n" + "OutputData< double > * SimulationResult::data(AxesUnits units=AxesUnits::DEFAULT) const \n" "\n" ""}, { (char *)"SimulationResult_histogram1d", _wrap_SimulationResult_histogram1d, METH_VARARGS, (char *)"\n" "histogram1d(AxesUnits units) -> Histogram1D\n" "SimulationResult_histogram1d(SimulationResult self) -> Histogram1D\n" "\n" - "Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const\n" + "Histogram1D * SimulationResult::histogram1d(AxesUnits units=AxesUnits::DEFAULT) const \n" "\n" ""}, { (char *)"SimulationResult_histogram2d", _wrap_SimulationResult_histogram2d, METH_VARARGS, (char *)"\n" "histogram2d(AxesUnits units) -> Histogram2D\n" "SimulationResult_histogram2d(SimulationResult self) -> Histogram2D\n" "\n" - "Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const\n" + "Histogram2D * SimulationResult::histogram2d(AxesUnits units=AxesUnits::DEFAULT) const \n" "\n" ""}, { (char *)"SimulationResult_axisInfo", _wrap_SimulationResult_axisInfo, METH_VARARGS, (char *)"\n" @@ -124540,7 +124540,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationResult_size", _wrap_SimulationResult_size, METH_VARARGS, (char *)"\n" "SimulationResult_size(SimulationResult self) -> size_t\n" "\n" - "size_t SimulationResult::size() const\n" + "size_t SimulationResult::size() const \n" "\n" ""}, { (char *)"SimulationResult_array", _wrap_SimulationResult_array, METH_VARARGS, (char *)"SimulationResult_array(SimulationResult self) -> PyObject *"}, @@ -124580,13 +124580,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"ConstantBackground_clone", _wrap_ConstantBackground_clone, METH_VARARGS, (char *)"\n" "ConstantBackground_clone(ConstantBackground self) -> ConstantBackground\n" "\n" - "ConstantBackground * ConstantBackground::clone() const override final\n" + "ConstantBackground * ConstantBackground::clone() const overridefinal\n" "\n" ""}, { (char *)"ConstantBackground_backgroundValue", _wrap_ConstantBackground_backgroundValue, METH_VARARGS, (char *)"\n" "ConstantBackground_backgroundValue(ConstantBackground self) -> double\n" "\n" - "double ConstantBackground::backgroundValue() const\n" + "double ConstantBackground::backgroundValue() const \n" "\n" ""}, { (char *)"ConstantBackground_accept", _wrap_ConstantBackground_accept, METH_VARARGS, (char *)"\n" @@ -124600,7 +124600,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ConstantBackground_addBackGround", _wrap_ConstantBackground_addBackGround, METH_VARARGS, (char *)"\n" "ConstantBackground_addBackGround(ConstantBackground self, double intensity) -> double\n" "\n" - "double ConstantBackground::addBackGround(double intensity) const override final\n" + "double ConstantBackground::addBackGround(double intensity) const overridefinal\n" "\n" ""}, { (char *)"ConstantBackground_swigregister", ConstantBackground_swigregister, METH_VARARGS, NULL}, @@ -124639,7 +124639,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IDetector_getAxis", _wrap_IDetector_getAxis, METH_VARARGS, (char *)"\n" "IDetector_getAxis(IDetector self, size_t index) -> IAxis\n" "\n" - "const IAxis & IDetector::getAxis(size_t index) const\n" + "const IAxis & IDetector::getAxis(size_t index) const \n" "\n" ""}, { (char *)"IDetector_dimension", _wrap_IDetector_dimension, METH_VARARGS, (char *)"\n" @@ -125070,7 +125070,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IAbstractParticle_abundance", _wrap_IAbstractParticle_abundance, METH_VARARGS, (char *)"\n" "IAbstractParticle_abundance(IAbstractParticle self) -> double\n" "\n" - "double IAbstractParticle::abundance() const\n" + "double IAbstractParticle::abundance() const \n" "\n" ""}, { (char *)"IAbstractParticle_setAbundance", _wrap_IAbstractParticle_setAbundance, METH_VARARGS, (char *)"\n" @@ -125122,7 +125122,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IParameterReal_getData", _wrap_IParameterReal_getData, METH_VARARGS, (char *)"\n" "IParameterReal_getData(IParameterReal self) -> double &\n" "\n" - "T& IParameter< T >::getData() const\n" + "T& IParameter< T >::getData() const \n" "\n" ""}, { (char *)"IParameterReal_setData", _wrap_IParameterReal_setData, METH_VARARGS, (char *)"\n" @@ -125218,7 +125218,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IParticle_translate", _wrap_IParticle_translate, METH_VARARGS, (char *)"\n" "IParticle_translate(IParticle self, kvector_t translation)\n" "\n" - "void IParticle::translate(kvector_t translation) override final\n" + "void IParticle::translate(kvector_t translation) overridefinal\n" "\n" "Translates the particle. \n" "\n" @@ -125242,7 +125242,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IParticle_rotate", _wrap_IParticle_rotate, METH_VARARGS, (char *)"\n" "IParticle_rotate(IParticle self, IRotation rotation)\n" "\n" - "void IParticle::rotate(const IRotation &rotation) override final\n" + "void IParticle::rotate(const IRotation &rotation) overridefinal\n" "\n" "Rotates the particle. \n" "\n" @@ -125459,7 +125459,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RotationX_getAngle", _wrap_RotationX_getAngle, METH_VARARGS, (char *)"\n" "RotationX_getAngle(RotationX self) -> double\n" "\n" - "double RotationX::getAngle() const\n" + "double RotationX::getAngle() const \n" "\n" ""}, { (char *)"RotationX_getTransform3D", _wrap_RotationX_getTransform3D, METH_VARARGS, (char *)"\n" @@ -125513,7 +125513,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RotationY_getAngle", _wrap_RotationY_getAngle, METH_VARARGS, (char *)"\n" "RotationY_getAngle(RotationY self) -> double\n" "\n" - "double RotationY::getAngle() const\n" + "double RotationY::getAngle() const \n" "\n" ""}, { (char *)"RotationY_getTransform3D", _wrap_RotationY_getTransform3D, METH_VARARGS, (char *)"\n" @@ -125568,7 +125568,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RotationZ_getAngle", _wrap_RotationZ_getAngle, METH_VARARGS, (char *)"\n" "RotationZ_getAngle(RotationZ self) -> double\n" "\n" - "double RotationZ::getAngle() const\n" + "double RotationZ::getAngle() const \n" "\n" ""}, { (char *)"RotationZ_getTransform3D", _wrap_RotationZ_getTransform3D, METH_VARARGS, (char *)"\n" @@ -125628,19 +125628,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"RotationEuler_getAlpha", _wrap_RotationEuler_getAlpha, METH_VARARGS, (char *)"\n" "RotationEuler_getAlpha(RotationEuler self) -> double\n" "\n" - "double RotationEuler::getAlpha() const\n" + "double RotationEuler::getAlpha() const \n" "\n" ""}, { (char *)"RotationEuler_getBeta", _wrap_RotationEuler_getBeta, METH_VARARGS, (char *)"\n" "RotationEuler_getBeta(RotationEuler self) -> double\n" "\n" - "double RotationEuler::getBeta() const\n" + "double RotationEuler::getBeta() const \n" "\n" ""}, { (char *)"RotationEuler_getGamma", _wrap_RotationEuler_getGamma, METH_VARARGS, (char *)"\n" "RotationEuler_getGamma(RotationEuler self) -> double\n" "\n" - "double RotationEuler::getGamma() const\n" + "double RotationEuler::getGamma() const \n" "\n" ""}, { (char *)"RotationEuler_getTransform3D", _wrap_RotationEuler_getTransform3D, METH_VARARGS, (char *)"\n" @@ -125687,13 +125687,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimpleSelectionRule_clone", _wrap_SimpleSelectionRule_clone, METH_VARARGS, (char *)"\n" "SimpleSelectionRule_clone(SimpleSelectionRule self) -> SimpleSelectionRule\n" "\n" - "SimpleSelectionRule * SimpleSelectionRule::clone() const\n" + "SimpleSelectionRule * SimpleSelectionRule::clone() const \n" "\n" ""}, { (char *)"SimpleSelectionRule_coordinateSelected", _wrap_SimpleSelectionRule_coordinateSelected, METH_VARARGS, (char *)"\n" "SimpleSelectionRule_coordinateSelected(SimpleSelectionRule self, ivector_t const & coordinate) -> bool\n" "\n" - "bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const\n" + "bool SimpleSelectionRule::coordinateSelected(const ivector_t &coordinate) const \n" "\n" ""}, { (char *)"SimpleSelectionRule_swigregister", SimpleSelectionRule_swigregister, METH_VARARGS, NULL}, @@ -125722,7 +125722,7 @@ static PyMethodDef SwigMethods[] = { "getBeam() -> Beam\n" "Instrument_getBeam(Instrument self) -> Beam\n" "\n" - "const Beam& Instrument::getBeam() const\n" + "const Beam& Instrument::getBeam() const \n" "\n" ""}, { (char *)"Instrument_setBeam", _wrap_Instrument_setBeam, METH_VARARGS, (char *)"\n" @@ -125773,7 +125773,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Instrument_getDetectorMask", _wrap_Instrument_getDetectorMask, METH_VARARGS, (char *)"\n" "Instrument_getDetectorMask(Instrument self) -> DetectorMask\n" "\n" - "const DetectorMask * Instrument::getDetectorMask() const\n" + "const DetectorMask * Instrument::getDetectorMask() const \n" "\n" ""}, { (char *)"Instrument_getDetectorAxis", _wrap_Instrument_getDetectorAxis, METH_VARARGS, (char *)"\n" @@ -125991,7 +125991,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunction1DLattice_getLatticeParameters", _wrap_InterferenceFunction1DLattice_getLatticeParameters, METH_VARARGS, (char *)"\n" "InterferenceFunction1DLattice_getLatticeParameters(InterferenceFunction1DLattice self) -> Lattice1DParameters\n" "\n" - "Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const\n" + "Lattice1DParameters InterferenceFunction1DLattice::getLatticeParameters() const \n" "\n" ""}, { (char *)"InterferenceFunction1DLattice_evaluate", _wrap_InterferenceFunction1DLattice_evaluate, METH_VARARGS, (char *)"\n" @@ -126084,7 +126084,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunctionRadialParaCrystal_domainSize", _wrap_InterferenceFunctionRadialParaCrystal_domainSize, METH_VARARGS, (char *)"\n" "InterferenceFunctionRadialParaCrystal_domainSize(InterferenceFunctionRadialParaCrystal self) -> double\n" "\n" - "double InterferenceFunctionRadialParaCrystal::domainSize() const\n" + "double InterferenceFunctionRadialParaCrystal::domainSize() const \n" "\n" ""}, { (char *)"InterferenceFunctionRadialParaCrystal_evaluate", _wrap_InterferenceFunctionRadialParaCrystal_evaluate, METH_VARARGS, (char *)"\n" @@ -126098,7 +126098,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunctionRadialParaCrystal_FTPDF", _wrap_InterferenceFunctionRadialParaCrystal_FTPDF, METH_VARARGS, (char *)"\n" "InterferenceFunctionRadialParaCrystal_FTPDF(InterferenceFunctionRadialParaCrystal self, double qpar) -> complex_t\n" "\n" - "complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const\n" + "complex_t InterferenceFunctionRadialParaCrystal::FTPDF(double qpar) const \n" "\n" ""}, { (char *)"InterferenceFunctionRadialParaCrystal_setProbabilityDistribution", _wrap_InterferenceFunctionRadialParaCrystal_setProbabilityDistribution, METH_VARARGS, (char *)"\n" @@ -126118,13 +126118,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunctionRadialParaCrystal_peakDistance", _wrap_InterferenceFunctionRadialParaCrystal_peakDistance, METH_VARARGS, (char *)"\n" "InterferenceFunctionRadialParaCrystal_peakDistance(InterferenceFunctionRadialParaCrystal self) -> double\n" "\n" - "double InterferenceFunctionRadialParaCrystal::peakDistance() const\n" + "double InterferenceFunctionRadialParaCrystal::peakDistance() const \n" "\n" ""}, { (char *)"InterferenceFunctionRadialParaCrystal_dampingLength", _wrap_InterferenceFunctionRadialParaCrystal_dampingLength, METH_VARARGS, (char *)"\n" "InterferenceFunctionRadialParaCrystal_dampingLength(InterferenceFunctionRadialParaCrystal self) -> double\n" "\n" - "double InterferenceFunctionRadialParaCrystal::dampingLength() const\n" + "double InterferenceFunctionRadialParaCrystal::dampingLength() const \n" "\n" ""}, { (char *)"InterferenceFunctionRadialParaCrystal_getChildren", _wrap_InterferenceFunctionRadialParaCrystal_getChildren, METH_VARARGS, (char *)"\n" @@ -126223,13 +126223,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunction2DLattice_integrationOverXi", _wrap_InterferenceFunction2DLattice_integrationOverXi, METH_VARARGS, (char *)"\n" "InterferenceFunction2DLattice_integrationOverXi(InterferenceFunction2DLattice self) -> bool\n" "\n" - "bool InterferenceFunction2DLattice::integrationOverXi() const\n" + "bool InterferenceFunction2DLattice::integrationOverXi() const \n" "\n" ""}, { (char *)"InterferenceFunction2DLattice_lattice", _wrap_InterferenceFunction2DLattice_lattice, METH_VARARGS, (char *)"\n" "InterferenceFunction2DLattice_lattice(InterferenceFunction2DLattice self) -> Lattice2D\n" "\n" - "const Lattice2D & InterferenceFunction2DLattice::lattice() const\n" + "const Lattice2D & InterferenceFunction2DLattice::lattice() const \n" "\n" ""}, { (char *)"InterferenceFunction2DLattice_getParticleDensity", _wrap_InterferenceFunction2DLattice_getParticleDensity, METH_VARARGS, (char *)"\n" @@ -126251,7 +126251,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunction2DLattice_onChange", _wrap_InterferenceFunction2DLattice_onChange, METH_VARARGS, (char *)"\n" "InterferenceFunction2DLattice_onChange(InterferenceFunction2DLattice self)\n" "\n" - "void InterferenceFunction2DLattice::onChange() override final\n" + "void InterferenceFunction2DLattice::onChange() overridefinal\n" "\n" "Action to be taken in inherited class when a parameter has changed. \n" "\n" @@ -126382,7 +126382,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunction2DParaCrystal_domainSizes", _wrap_InterferenceFunction2DParaCrystal_domainSizes, METH_VARARGS, (char *)"\n" "InterferenceFunction2DParaCrystal_domainSizes(InterferenceFunction2DParaCrystal self) -> vdouble1d_t\n" "\n" - "std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const\n" + "std::vector< double > InterferenceFunction2DParaCrystal::domainSizes() const \n" "\n" ""}, { (char *)"InterferenceFunction2DParaCrystal_setIntegrationOverXi", _wrap_InterferenceFunction2DParaCrystal_setIntegrationOverXi, METH_VARARGS, (char *)"\n" @@ -126402,19 +126402,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"InterferenceFunction2DParaCrystal_integrationOverXi", _wrap_InterferenceFunction2DParaCrystal_integrationOverXi, METH_VARARGS, (char *)"\n" "InterferenceFunction2DParaCrystal_integrationOverXi(InterferenceFunction2DParaCrystal self) -> bool\n" "\n" - "bool InterferenceFunction2DParaCrystal::integrationOverXi() const\n" + "bool InterferenceFunction2DParaCrystal::integrationOverXi() const \n" "\n" ""}, { (char *)"InterferenceFunction2DParaCrystal_dampingLength", _wrap_InterferenceFunction2DParaCrystal_dampingLength, METH_VARARGS, (char *)"\n" "InterferenceFunction2DParaCrystal_dampingLength(InterferenceFunction2DParaCrystal self) -> double\n" "\n" - "double InterferenceFunction2DParaCrystal::dampingLength() const\n" + "double InterferenceFunction2DParaCrystal::dampingLength() const \n" "\n" ""}, { (char *)"InterferenceFunction2DParaCrystal_lattice", _wrap_InterferenceFunction2DParaCrystal_lattice, METH_VARARGS, (char *)"\n" "InterferenceFunction2DParaCrystal_lattice(InterferenceFunction2DParaCrystal self) -> Lattice2D\n" "\n" - "const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const\n" + "const Lattice2D & InterferenceFunction2DParaCrystal::lattice() const \n" "\n" ""}, { (char *)"InterferenceFunction2DParaCrystal_getParticleDensity", _wrap_InterferenceFunction2DParaCrystal_getParticleDensity, METH_VARARGS, (char *)"\n" @@ -126790,13 +126790,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Lattice2D_rotationAngle", _wrap_Lattice2D_rotationAngle, METH_VARARGS, (char *)"\n" "Lattice2D_rotationAngle(Lattice2D self) -> double\n" "\n" - "double Lattice2D::rotationAngle() const\n" + "double Lattice2D::rotationAngle() const \n" "\n" ""}, { (char *)"Lattice2D_reciprocalBases", _wrap_Lattice2D_reciprocalBases, METH_VARARGS, (char *)"\n" "Lattice2D_reciprocalBases(Lattice2D self) -> Lattice2D::ReciprocalBases\n" "\n" - "Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const\n" + "Lattice2D::ReciprocalBases Lattice2D::reciprocalBases() const \n" "\n" ""}, { (char *)"Lattice2D_setRotationEnabled", _wrap_Lattice2D_setRotationEnabled, METH_VARARGS, (char *)"\n" @@ -126817,7 +126817,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"BasicLattice_clone", _wrap_BasicLattice_clone, METH_VARARGS, (char *)"\n" "BasicLattice_clone(BasicLattice self) -> BasicLattice\n" "\n" - "BasicLattice * BasicLattice::clone() const\n" + "BasicLattice * BasicLattice::clone() const \n" "\n" ""}, { (char *)"BasicLattice_accept", _wrap_BasicLattice_accept, METH_VARARGS, (char *)"\n" @@ -126831,25 +126831,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"BasicLattice_length1", _wrap_BasicLattice_length1, METH_VARARGS, (char *)"\n" "BasicLattice_length1(BasicLattice self) -> double\n" "\n" - "virtual double BasicLattice::length1() const\n" + "virtual double BasicLattice::length1() const \n" "\n" ""}, { (char *)"BasicLattice_length2", _wrap_BasicLattice_length2, METH_VARARGS, (char *)"\n" "BasicLattice_length2(BasicLattice self) -> double\n" "\n" - "virtual double BasicLattice::length2() const\n" + "virtual double BasicLattice::length2() const \n" "\n" ""}, { (char *)"BasicLattice_latticeAngle", _wrap_BasicLattice_latticeAngle, METH_VARARGS, (char *)"\n" "BasicLattice_latticeAngle(BasicLattice self) -> double\n" "\n" - "virtual double BasicLattice::latticeAngle() const\n" + "virtual double BasicLattice::latticeAngle() const \n" "\n" ""}, { (char *)"BasicLattice_unitCellArea", _wrap_BasicLattice_unitCellArea, METH_VARARGS, (char *)"\n" "BasicLattice_unitCellArea(BasicLattice self) -> double\n" "\n" - "double BasicLattice::unitCellArea() const\n" + "double BasicLattice::unitCellArea() const \n" "\n" ""}, { (char *)"delete_BasicLattice", _wrap_delete_BasicLattice, METH_VARARGS, (char *)"delete_BasicLattice(BasicLattice self)"}, @@ -126864,7 +126864,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SquareLattice_clone", _wrap_SquareLattice_clone, METH_VARARGS, (char *)"\n" "SquareLattice_clone(SquareLattice self) -> SquareLattice\n" "\n" - "SquareLattice * SquareLattice::clone() const\n" + "SquareLattice * SquareLattice::clone() const \n" "\n" ""}, { (char *)"SquareLattice_accept", _wrap_SquareLattice_accept, METH_VARARGS, (char *)"\n" @@ -126878,25 +126878,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"SquareLattice_length1", _wrap_SquareLattice_length1, METH_VARARGS, (char *)"\n" "SquareLattice_length1(SquareLattice self) -> double\n" "\n" - "virtual double SquareLattice::length1() const\n" + "virtual double SquareLattice::length1() const \n" "\n" ""}, { (char *)"SquareLattice_length2", _wrap_SquareLattice_length2, METH_VARARGS, (char *)"\n" "SquareLattice_length2(SquareLattice self) -> double\n" "\n" - "virtual double SquareLattice::length2() const\n" + "virtual double SquareLattice::length2() const \n" "\n" ""}, { (char *)"SquareLattice_latticeAngle", _wrap_SquareLattice_latticeAngle, METH_VARARGS, (char *)"\n" "SquareLattice_latticeAngle(SquareLattice self) -> double\n" "\n" - "double SquareLattice::latticeAngle() const\n" + "double SquareLattice::latticeAngle() const \n" "\n" ""}, { (char *)"SquareLattice_unitCellArea", _wrap_SquareLattice_unitCellArea, METH_VARARGS, (char *)"\n" "SquareLattice_unitCellArea(SquareLattice self) -> double\n" "\n" - "double SquareLattice::unitCellArea() const\n" + "double SquareLattice::unitCellArea() const \n" "\n" ""}, { (char *)"delete_SquareLattice", _wrap_delete_SquareLattice, METH_VARARGS, (char *)"delete_SquareLattice(SquareLattice self)"}, @@ -126911,7 +126911,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"HexagonalLattice_clone", _wrap_HexagonalLattice_clone, METH_VARARGS, (char *)"\n" "HexagonalLattice_clone(HexagonalLattice self) -> HexagonalLattice\n" "\n" - "HexagonalLattice * HexagonalLattice::clone() const\n" + "HexagonalLattice * HexagonalLattice::clone() const \n" "\n" ""}, { (char *)"HexagonalLattice_accept", _wrap_HexagonalLattice_accept, METH_VARARGS, (char *)"\n" @@ -126925,25 +126925,25 @@ static PyMethodDef SwigMethods[] = { { (char *)"HexagonalLattice_length1", _wrap_HexagonalLattice_length1, METH_VARARGS, (char *)"\n" "HexagonalLattice_length1(HexagonalLattice self) -> double\n" "\n" - "virtual double HexagonalLattice::length1() const\n" + "virtual double HexagonalLattice::length1() const \n" "\n" ""}, { (char *)"HexagonalLattice_length2", _wrap_HexagonalLattice_length2, METH_VARARGS, (char *)"\n" "HexagonalLattice_length2(HexagonalLattice self) -> double\n" "\n" - "virtual double HexagonalLattice::length2() const\n" + "virtual double HexagonalLattice::length2() const \n" "\n" ""}, { (char *)"HexagonalLattice_latticeAngle", _wrap_HexagonalLattice_latticeAngle, METH_VARARGS, (char *)"\n" "HexagonalLattice_latticeAngle(HexagonalLattice self) -> double\n" "\n" - "double HexagonalLattice::latticeAngle() const\n" + "double HexagonalLattice::latticeAngle() const \n" "\n" ""}, { (char *)"HexagonalLattice_unitCellArea", _wrap_HexagonalLattice_unitCellArea, METH_VARARGS, (char *)"\n" "HexagonalLattice_unitCellArea(HexagonalLattice self) -> double\n" "\n" - "double HexagonalLattice::unitCellArea() const\n" + "double HexagonalLattice::unitCellArea() const \n" "\n" ""}, { (char *)"delete_HexagonalLattice", _wrap_delete_HexagonalLattice, METH_VARARGS, (char *)"delete_HexagonalLattice(HexagonalLattice self)"}, @@ -126975,7 +126975,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Layer_clone", _wrap_Layer_clone, METH_VARARGS, (char *)"\n" "Layer_clone(Layer self) -> Layer\n" "\n" - "Layer * Layer::clone() const override final\n" + "Layer * Layer::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -126983,13 +126983,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Layer_cloneInvertB", _wrap_Layer_cloneInvertB, METH_VARARGS, (char *)"\n" "Layer_cloneInvertB(Layer self) -> Layer\n" "\n" - "Layer * Layer::cloneInvertB() const\n" + "Layer * Layer::cloneInvertB() const \n" "\n" ""}, { (char *)"Layer_accept", _wrap_Layer_accept, METH_VARARGS, (char *)"\n" "Layer_accept(Layer self, INodeVisitor visitor)\n" "\n" - "void Layer::accept(INodeVisitor *visitor) const override final\n" + "void Layer::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -127005,13 +127005,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Layer_thickness", _wrap_Layer_thickness, METH_VARARGS, (char *)"\n" "Layer_thickness(Layer self) -> double\n" "\n" - "double Layer::thickness() const\n" + "double Layer::thickness() const \n" "\n" ""}, { (char *)"Layer_material", _wrap_Layer_material, METH_VARARGS, (char *)"\n" "Layer_material(Layer self) -> Material\n" "\n" - "const Material* Layer::material() const override final\n" + "const Material* Layer::material() const overridefinal\n" "\n" "Returns nullptr, unless overwritten to return a specific material. \n" "\n" @@ -127031,19 +127031,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"Layer_numberOfLayouts", _wrap_Layer_numberOfLayouts, METH_VARARGS, (char *)"\n" "Layer_numberOfLayouts(Layer self) -> size_t\n" "\n" - "size_t Layer::numberOfLayouts() const\n" + "size_t Layer::numberOfLayouts() const \n" "\n" ""}, { (char *)"Layer_layouts", _wrap_Layer_layouts, METH_VARARGS, (char *)"\n" "Layer_layouts(Layer self) -> std::vector< ILayout const *,std::allocator< ILayout const * > >\n" "\n" - "std::vector< const ILayout * > Layer::layouts() const\n" + "std::vector< const ILayout * > Layer::layouts() const \n" "\n" ""}, { (char *)"Layer_getChildren", _wrap_Layer_getChildren, METH_VARARGS, (char *)"\n" "Layer_getChildren(Layer self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > Layer::getChildren() const override final\n" + "std::vector< const INode * > Layer::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -127064,13 +127064,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Layer_numberOfSlices", _wrap_Layer_numberOfSlices, METH_VARARGS, (char *)"\n" "Layer_numberOfSlices(Layer self) -> unsigned int\n" "\n" - "unsigned int Layer::numberOfSlices() const\n" + "unsigned int Layer::numberOfSlices() const \n" "\n" ""}, { (char *)"Layer_slice", _wrap_Layer_slice, METH_VARARGS, (char *)"\n" "Layer_slice(Layer self, ZLimits limits, Layer::ELayerType layer_type) -> SafePointerVector< Layer >\n" "\n" - "SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const\n" + "SafePointerVector< Layer > Layer::slice(ZLimits limits, ELayerType layer_type) const \n" "\n" ""}, { (char *)"Layer_scalarReducedPotential", _wrap_Layer_scalarReducedPotential, METH_VARARGS, (char *)"\n" @@ -127206,7 +127206,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Line_clone", _wrap_Line_clone, METH_VARARGS, (char *)"\n" "Line_clone(Line self) -> Line\n" "\n" - "Line* Line::clone() const\n" + "Line* Line::clone() const \n" "\n" ""}, { (char *)"Line_contains", _wrap_Line_contains, METH_VARARGS, (char *)"\n" @@ -127235,7 +127235,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"VerticalLine_clone", _wrap_VerticalLine_clone, METH_VARARGS, (char *)"\n" "VerticalLine_clone(VerticalLine self) -> VerticalLine\n" "\n" - "VerticalLine* VerticalLine::clone() const\n" + "VerticalLine* VerticalLine::clone() const \n" "\n" ""}, { (char *)"VerticalLine_contains", _wrap_VerticalLine_contains, METH_VARARGS, (char *)"\n" @@ -127250,7 +127250,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"VerticalLine_getXpos", _wrap_VerticalLine_getXpos, METH_VARARGS, (char *)"\n" "VerticalLine_getXpos(VerticalLine self) -> double\n" "\n" - "double VerticalLine::getXpos() const\n" + "double VerticalLine::getXpos() const \n" "\n" ""}, { (char *)"delete_VerticalLine", _wrap_delete_VerticalLine, METH_VARARGS, (char *)"delete_VerticalLine(VerticalLine self)"}, @@ -127270,7 +127270,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"HorizontalLine_clone", _wrap_HorizontalLine_clone, METH_VARARGS, (char *)"\n" "HorizontalLine_clone(HorizontalLine self) -> HorizontalLine\n" "\n" - "HorizontalLine* HorizontalLine::clone() const\n" + "HorizontalLine* HorizontalLine::clone() const \n" "\n" ""}, { (char *)"HorizontalLine_contains", _wrap_HorizontalLine_contains, METH_VARARGS, (char *)"\n" @@ -127285,7 +127285,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"HorizontalLine_getYpos", _wrap_HorizontalLine_getYpos, METH_VARARGS, (char *)"\n" "HorizontalLine_getYpos(HorizontalLine self) -> double\n" "\n" - "double HorizontalLine::getYpos() const\n" + "double HorizontalLine::getYpos() const \n" "\n" ""}, { (char *)"delete_HorizontalLine", _wrap_delete_HorizontalLine, METH_VARARGS, (char *)"delete_HorizontalLine(HorizontalLine self)"}, @@ -127334,7 +127334,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Material_isMagneticMaterial", _wrap_Material_isMagneticMaterial, METH_VARARGS, (char *)"\n" "Material_isMagneticMaterial(Material self) -> bool\n" "\n" - "bool Material::isMagneticMaterial() const\n" + "bool Material::isMagneticMaterial() const \n" "\n" ""}, { (char *)"Material_getName", _wrap_Material_getName, METH_VARARGS, (char *)"\n" @@ -127388,7 +127388,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Material_transformedMaterial", _wrap_Material_transformedMaterial, METH_VARARGS, (char *)"\n" "Material_transformedMaterial(Material self, Transform3D const & transform) -> Material\n" "\n" - "Material Material::transformedMaterial(const Transform3D &transform) const\n" + "Material Material::transformedMaterial(const Transform3D &transform) const \n" "\n" ""}, { (char *)"delete_Material", _wrap_delete_Material, METH_VARARGS, (char *)"delete_Material(Material self)"}, @@ -127445,7 +127445,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MesoCrystal_clone", _wrap_MesoCrystal_clone, METH_VARARGS, (char *)"\n" "MesoCrystal_clone(MesoCrystal self) -> MesoCrystal\n" "\n" - "MesoCrystal * MesoCrystal::clone() const override final\n" + "MesoCrystal * MesoCrystal::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -127453,7 +127453,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MesoCrystal_accept", _wrap_MesoCrystal_accept, METH_VARARGS, (char *)"\n" "MesoCrystal_accept(MesoCrystal self, INodeVisitor visitor)\n" "\n" - "void MesoCrystal::accept(INodeVisitor *visitor) const override final\n" + "void MesoCrystal::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -127461,7 +127461,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MesoCrystal_createSlicedParticle", _wrap_MesoCrystal_createSlicedParticle, METH_VARARGS, (char *)"\n" "MesoCrystal_createSlicedParticle(MesoCrystal self, ZLimits limits) -> SlicedParticle\n" "\n" - "SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const override final\n" + "SlicedParticle MesoCrystal::createSlicedParticle(ZLimits limits) const overridefinal\n" "\n" "Create a sliced form factor for this particle. \n" "\n" @@ -127469,7 +127469,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MesoCrystal_getChildren", _wrap_MesoCrystal_getChildren, METH_VARARGS, (char *)"\n" "MesoCrystal_getChildren(MesoCrystal self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > MesoCrystal::getChildren() const override final\n" + "std::vector< const INode * > MesoCrystal::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -127490,7 +127490,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MultiLayer_accept", _wrap_MultiLayer_accept, METH_VARARGS, (char *)"\n" "MultiLayer_accept(MultiLayer self, INodeVisitor visitor)\n" "\n" - "void MultiLayer::accept(INodeVisitor *visitor) const final override\n" + "void MultiLayer::accept(INodeVisitor *visitor) const finaloverride\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -127498,13 +127498,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"MultiLayer_numberOfLayers", _wrap_MultiLayer_numberOfLayers, METH_VARARGS, (char *)"\n" "MultiLayer_numberOfLayers(MultiLayer self) -> size_t\n" "\n" - "size_t MultiLayer::numberOfLayers() const\n" + "size_t MultiLayer::numberOfLayers() const \n" "\n" ""}, { (char *)"MultiLayer_numberOfInterfaces", _wrap_MultiLayer_numberOfInterfaces, METH_VARARGS, (char *)"\n" "MultiLayer_numberOfInterfaces(MultiLayer self) -> size_t\n" "\n" - "size_t MultiLayer::numberOfInterfaces() const\n" + "size_t MultiLayer::numberOfInterfaces() const \n" "\n" ""}, { (char *)"MultiLayer_addLayer", _wrap_MultiLayer_addLayer, METH_VARARGS, (char *)"\n" @@ -127604,7 +127604,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MultiLayer_clone", _wrap_MultiLayer_clone, METH_VARARGS, (char *)"\n" "MultiLayer_clone(MultiLayer self) -> MultiLayer\n" "\n" - "MultiLayer * MultiLayer::clone() const final override\n" + "MultiLayer * MultiLayer::clone() const finaloverride\n" "\n" "Returns a clone of multilayer with clones of all layers and recreated interfaces between layers \n" "\n" @@ -127694,7 +127694,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"MultiLayer_containsMagneticMaterial", _wrap_MultiLayer_containsMagneticMaterial, METH_VARARGS, (char *)"\n" "MultiLayer_containsMagneticMaterial(MultiLayer self) -> bool\n" "\n" - "bool MultiLayer::containsMagneticMaterial() const\n" + "bool MultiLayer::containsMagneticMaterial() const \n" "\n" ""}, { (char *)"MultiLayer_containsCompatibleMaterials", _wrap_MultiLayer_containsCompatibleMaterials, METH_VARARGS, (char *)"\n" @@ -127716,19 +127716,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"MultiLayer_hasRoughness", _wrap_MultiLayer_hasRoughness, METH_VARARGS, (char *)"\n" "MultiLayer_hasRoughness(MultiLayer self) -> bool\n" "\n" - "bool MultiLayer::hasRoughness() const\n" + "bool MultiLayer::hasRoughness() const \n" "\n" ""}, { (char *)"MultiLayer_totalNofLayouts", _wrap_MultiLayer_totalNofLayouts, METH_VARARGS, (char *)"\n" "MultiLayer_totalNofLayouts(MultiLayer self) -> size_t\n" "\n" - "size_t MultiLayer::totalNofLayouts() const\n" + "size_t MultiLayer::totalNofLayouts() const \n" "\n" ""}, { (char *)"MultiLayer_getChildren", _wrap_MultiLayer_getChildren, METH_VARARGS, (char *)"\n" "MultiLayer_getChildren(MultiLayer self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > MultiLayer::getChildren() const final override\n" + "std::vector< const INode * > MultiLayer::getChildren() const finaloverride\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -127818,7 +127818,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityData_clone", _wrap_IntensityData_clone, METH_VARARGS, (char *)"\n" "IntensityData_clone(IntensityData self) -> IntensityData\n" "\n" - "OutputData< T > * OutputData< T >::clone() const\n" + "OutputData< T > * OutputData< T >::clone() const \n" "\n" ""}, { (char *)"IntensityData_copyFrom", _wrap_IntensityData_copyFrom, METH_VARARGS, (char *)"\n" @@ -127830,7 +127830,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"IntensityData_meanValues", _wrap_IntensityData_meanValues, METH_VARARGS, (char *)"\n" "IntensityData_meanValues(IntensityData self) -> IntensityData\n" "\n" - "OutputData< double > * OutputData< T >::meanValues() const\n" + "OutputData< double > * OutputData< T >::meanValues() const \n" "\n" ""}, { (char *)"IntensityData_addAxis", _wrap_IntensityData_addAxis, METH_VARARGS, (char *)"\n" @@ -128185,19 +128185,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParameterDistribution_getLimits", _wrap_ParameterDistribution_getLimits, METH_VARARGS, (char *)"\n" "ParameterDistribution_getLimits(ParameterDistribution self) -> RealLimits\n" "\n" - "RealLimits ParameterDistribution::getLimits() const\n" + "RealLimits ParameterDistribution::getLimits() const \n" "\n" ""}, { (char *)"ParameterDistribution_getMinValue", _wrap_ParameterDistribution_getMinValue, METH_VARARGS, (char *)"\n" "ParameterDistribution_getMinValue(ParameterDistribution self) -> double\n" "\n" - "double ParameterDistribution::getMinValue() const\n" + "double ParameterDistribution::getMinValue() const \n" "\n" ""}, { (char *)"ParameterDistribution_getMaxValue", _wrap_ParameterDistribution_getMaxValue, METH_VARARGS, (char *)"\n" "ParameterDistribution_getMaxValue(ParameterDistribution self) -> double\n" "\n" - "double ParameterDistribution::getMaxValue() const\n" + "double ParameterDistribution::getMaxValue() const \n" "\n" ""}, { (char *)"ParameterDistribution_swigregister", ParameterDistribution_swigregister, METH_VARARGS, NULL}, @@ -128317,7 +128317,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParameterPool_parameterNames", _wrap_ParameterPool_parameterNames, METH_VARARGS, (char *)"\n" "ParameterPool_parameterNames(ParameterPool self) -> vector_string_t\n" "\n" - "std::vector< std::string > ParameterPool::parameterNames() const\n" + "std::vector< std::string > ParameterPool::parameterNames() const \n" "\n" ""}, { (char *)"ParameterPool_removeParameter", _wrap_ParameterPool_removeParameter, METH_VARARGS, (char *)"\n" @@ -128424,7 +128424,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Particle_clone", _wrap_Particle_clone, METH_VARARGS, (char *)"\n" "Particle_clone(Particle self) -> Particle\n" "\n" - "Particle * Particle::clone() const override final\n" + "Particle * Particle::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -128432,7 +128432,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Particle_accept", _wrap_Particle_accept, METH_VARARGS, (char *)"\n" "Particle_accept(Particle self, INodeVisitor visitor)\n" "\n" - "void Particle::accept(INodeVisitor *visitor) const override final\n" + "void Particle::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -128440,7 +128440,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Particle_createSlicedParticle", _wrap_Particle_createSlicedParticle, METH_VARARGS, (char *)"\n" "Particle_createSlicedParticle(Particle self, ZLimits limits) -> SlicedParticle\n" "\n" - "SlicedParticle Particle::createSlicedParticle(ZLimits limits) const override final\n" + "SlicedParticle Particle::createSlicedParticle(ZLimits limits) const overridefinal\n" "\n" "Create a sliced form factor for this particle. \n" "\n" @@ -128454,7 +128454,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Particle_material", _wrap_Particle_material, METH_VARARGS, (char *)"\n" "Particle_material(Particle self) -> Material\n" "\n" - "const Material* Particle::material() const override final\n" + "const Material* Particle::material() const overridefinal\n" "\n" "Returns nullptr, unless overwritten to return a specific material. \n" "\n" @@ -128468,7 +128468,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Particle_getChildren", _wrap_Particle_getChildren, METH_VARARGS, (char *)"\n" "Particle_getChildren(Particle self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > Particle::getChildren() const override final\n" + "std::vector< const INode * > Particle::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -128491,7 +128491,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_clone", _wrap_ParticleComposition_clone, METH_VARARGS, (char *)"\n" "ParticleComposition_clone(ParticleComposition self) -> ParticleComposition\n" "\n" - "ParticleComposition * ParticleComposition::clone() const override final\n" + "ParticleComposition * ParticleComposition::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -128499,7 +128499,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_accept", _wrap_ParticleComposition_accept, METH_VARARGS, (char *)"\n" "ParticleComposition_accept(ParticleComposition self, INodeVisitor visitor)\n" "\n" - "void ParticleComposition::accept(INodeVisitor *visitor) const override final\n" + "void ParticleComposition::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -128507,7 +128507,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_createFormFactor", _wrap_ParticleComposition_createFormFactor, METH_VARARGS, (char *)"\n" "ParticleComposition_createFormFactor(ParticleComposition self) -> IFormFactor\n" "\n" - "IFormFactor * ParticleComposition::createFormFactor() const override final\n" + "IFormFactor * ParticleComposition::createFormFactor() const overridefinal\n" "\n" "Create a form factor for this particle. \n" "\n" @@ -128536,7 +128536,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_getChildren", _wrap_ParticleComposition_getChildren, METH_VARARGS, (char *)"\n" "ParticleComposition_getChildren(ParticleComposition self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > ParticleComposition::getChildren() const override final\n" + "std::vector< const INode * > ParticleComposition::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -128544,7 +128544,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_decompose", _wrap_ParticleComposition_decompose, METH_VARARGS, (char *)"\n" "ParticleComposition_decompose(ParticleComposition self) -> SafePointerVector< IParticle >\n" "\n" - "SafePointerVector< IParticle > ParticleComposition::decompose() const override final\n" + "SafePointerVector< IParticle > ParticleComposition::decompose() const overridefinal\n" "\n" "Decompose in constituent IParticle objects. \n" "\n" @@ -128552,7 +128552,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleComposition_bottomTopZ", _wrap_ParticleComposition_bottomTopZ, METH_VARARGS, (char *)"\n" "ParticleComposition_bottomTopZ(ParticleComposition self) -> ParticleLimits\n" "\n" - "ParticleLimits ParticleComposition::bottomTopZ() const override final\n" + "ParticleLimits ParticleComposition::bottomTopZ() const overridefinal\n" "\n" "Top and bottom z-coordinate. \n" "\n" @@ -128574,7 +128574,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleCoreShell_clone", _wrap_ParticleCoreShell_clone, METH_VARARGS, (char *)"\n" "ParticleCoreShell_clone(ParticleCoreShell self) -> ParticleCoreShell\n" "\n" - "ParticleCoreShell * ParticleCoreShell::clone() const override final\n" + "ParticleCoreShell * ParticleCoreShell::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -128582,7 +128582,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleCoreShell_accept", _wrap_ParticleCoreShell_accept, METH_VARARGS, (char *)"\n" "ParticleCoreShell_accept(ParticleCoreShell self, INodeVisitor visitor)\n" "\n" - "void ParticleCoreShell::accept(INodeVisitor *visitor) const override final\n" + "void ParticleCoreShell::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -128590,7 +128590,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleCoreShell_createSlicedParticle", _wrap_ParticleCoreShell_createSlicedParticle, METH_VARARGS, (char *)"\n" "ParticleCoreShell_createSlicedParticle(ParticleCoreShell self, ZLimits limits) -> SlicedParticle\n" "\n" - "SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const override final\n" + "SlicedParticle ParticleCoreShell::createSlicedParticle(ZLimits limits) const overridefinal\n" "\n" "Create a sliced form factor for this particle. \n" "\n" @@ -128598,19 +128598,19 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleCoreShell_coreParticle", _wrap_ParticleCoreShell_coreParticle, METH_VARARGS, (char *)"\n" "ParticleCoreShell_coreParticle(ParticleCoreShell self) -> Particle\n" "\n" - "const Particle * ParticleCoreShell::coreParticle() const\n" + "const Particle * ParticleCoreShell::coreParticle() const \n" "\n" ""}, { (char *)"ParticleCoreShell_shellParticle", _wrap_ParticleCoreShell_shellParticle, METH_VARARGS, (char *)"\n" "ParticleCoreShell_shellParticle(ParticleCoreShell self) -> Particle\n" "\n" - "const Particle * ParticleCoreShell::shellParticle() const\n" + "const Particle * ParticleCoreShell::shellParticle() const \n" "\n" ""}, { (char *)"ParticleCoreShell_getChildren", _wrap_ParticleCoreShell_getChildren, METH_VARARGS, (char *)"\n" "ParticleCoreShell_getChildren(ParticleCoreShell self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > ParticleCoreShell::getChildren() const override final\n" + "std::vector< const INode * > ParticleCoreShell::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -128625,7 +128625,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleDistribution_clone", _wrap_ParticleDistribution_clone, METH_VARARGS, (char *)"\n" "ParticleDistribution_clone(ParticleDistribution self) -> ParticleDistribution\n" "\n" - "ParticleDistribution * ParticleDistribution::clone() const override final\n" + "ParticleDistribution * ParticleDistribution::clone() const overridefinal\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -128633,7 +128633,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleDistribution_accept", _wrap_ParticleDistribution_accept, METH_VARARGS, (char *)"\n" "ParticleDistribution_accept(ParticleDistribution self, INodeVisitor visitor)\n" "\n" - "void ParticleDistribution::accept(INodeVisitor *visitor) const override final\n" + "void ParticleDistribution::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -128641,7 +128641,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleDistribution_translate", _wrap_ParticleDistribution_translate, METH_VARARGS, (char *)"\n" "ParticleDistribution_translate(ParticleDistribution self, kvector_t translation)\n" "\n" - "void ParticleDistribution::translate(kvector_t translation) override final\n" + "void ParticleDistribution::translate(kvector_t translation) overridefinal\n" "\n" "Translates the particle with the given vector. \n" "\n" @@ -128649,7 +128649,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleDistribution_rotate", _wrap_ParticleDistribution_rotate, METH_VARARGS, (char *)"\n" "ParticleDistribution_rotate(ParticleDistribution self, IRotation rotation)\n" "\n" - "void ParticleDistribution::rotate(const IRotation &rotation) override final\n" + "void ParticleDistribution::rotate(const IRotation &rotation) overridefinal\n" "\n" "Applies the given rotation to the particle. \n" "\n" @@ -128683,7 +128683,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleDistribution_getChildren", _wrap_ParticleDistribution_getChildren, METH_VARARGS, (char *)"\n" "ParticleDistribution_getChildren(ParticleDistribution self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > ParticleDistribution::getChildren() const override final\n" + "std::vector< const INode * > ParticleDistribution::getChildren() const overridefinal\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -128707,7 +128707,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_clone", _wrap_ParticleLayout_clone, METH_VARARGS, (char *)"\n" "ParticleLayout_clone(ParticleLayout self) -> ParticleLayout\n" "\n" - "ParticleLayout * ParticleLayout::clone() const final override\n" + "ParticleLayout * ParticleLayout::clone() const finaloverride\n" "\n" "Returns a clone of this ISample object. \n" "\n" @@ -128715,13 +128715,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_cloneWithOffset", _wrap_ParticleLayout_cloneWithOffset, METH_VARARGS, (char *)"\n" "ParticleLayout_cloneWithOffset(ParticleLayout self, double offset) -> ParticleLayout\n" "\n" - "ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const final override\n" + "ParticleLayout * ParticleLayout::cloneWithOffset(double offset) const finaloverride\n" "\n" ""}, { (char *)"ParticleLayout_accept", _wrap_ParticleLayout_accept, METH_VARARGS, (char *)"\n" "ParticleLayout_accept(ParticleLayout self, INodeVisitor visitor)\n" "\n" - "void ParticleLayout::accept(INodeVisitor *visitor) const final override\n" + "void ParticleLayout::accept(INodeVisitor *visitor) const finaloverride\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -128755,7 +128755,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_particles", _wrap_ParticleLayout_particles, METH_VARARGS, (char *)"\n" "ParticleLayout_particles(ParticleLayout self) -> SafePointerVector< IParticle const >\n" "\n" - "SafePointerVector< const IParticle > ParticleLayout::particles() const final override\n" + "SafePointerVector< const IParticle > ParticleLayout::particles() const finaloverride\n" "\n" "Returns information on all particles (type and abundance) and generates new particles if an IAbstractParticle denotes a collection \n" "\n" @@ -128763,7 +128763,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_getTotalAbundance", _wrap_ParticleLayout_getTotalAbundance, METH_VARARGS, (char *)"\n" "ParticleLayout_getTotalAbundance(ParticleLayout self) -> double\n" "\n" - "double ParticleLayout::getTotalAbundance() const final override\n" + "double ParticleLayout::getTotalAbundance() const finaloverride\n" "\n" "Get total abundance of all particles. \n" "\n" @@ -128779,7 +128779,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_totalParticleSurfaceDensity", _wrap_ParticleLayout_totalParticleSurfaceDensity, METH_VARARGS, (char *)"\n" "ParticleLayout_totalParticleSurfaceDensity(ParticleLayout self) -> double\n" "\n" - "double ParticleLayout::totalParticleSurfaceDensity() const final override\n" + "double ParticleLayout::totalParticleSurfaceDensity() const finaloverride\n" "\n" "Returns surface density of all particles. \n" "\n" @@ -128787,7 +128787,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_setTotalParticleSurfaceDensity", _wrap_ParticleLayout_setTotalParticleSurfaceDensity, METH_VARARGS, (char *)"\n" "ParticleLayout_setTotalParticleSurfaceDensity(ParticleLayout self, double particle_density)\n" "\n" - "void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) final override\n" + "void ParticleLayout::setTotalParticleSurfaceDensity(double particle_density) finaloverride\n" "\n" "Sets total particle surface density. particle_density: number of particles per square nanometer \n" "\n" @@ -128795,7 +128795,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"ParticleLayout_getChildren", _wrap_ParticleLayout_getChildren, METH_VARARGS, (char *)"\n" "ParticleLayout_getChildren(ParticleLayout self) -> swig_dummy_type_const_inode_vector\n" "\n" - "std::vector< const INode * > ParticleLayout::getChildren() const final override\n" + "std::vector< const INode * > ParticleLayout::getChildren() const finaloverride\n" "\n" "Returns a vector of children (const). \n" "\n" @@ -128816,7 +128816,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"PoissonNoiseBackground_clone", _wrap_PoissonNoiseBackground_clone, METH_VARARGS, (char *)"\n" "PoissonNoiseBackground_clone(PoissonNoiseBackground self) -> PoissonNoiseBackground\n" "\n" - "PoissonNoiseBackground * PoissonNoiseBackground::clone() const override final\n" + "PoissonNoiseBackground * PoissonNoiseBackground::clone() const overridefinal\n" "\n" ""}, { (char *)"PoissonNoiseBackground_accept", _wrap_PoissonNoiseBackground_accept, METH_VARARGS, (char *)"\n" @@ -128830,7 +128830,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"PoissonNoiseBackground_addBackGround", _wrap_PoissonNoiseBackground_addBackGround, METH_VARARGS, (char *)"\n" "PoissonNoiseBackground_addBackGround(PoissonNoiseBackground self, double intensity) -> double\n" "\n" - "double PoissonNoiseBackground::addBackGround(double intensity) const override final\n" + "double PoissonNoiseBackground::addBackGround(double intensity) const overridefinal\n" "\n" ""}, { (char *)"PoissonNoiseBackground_swigregister", PoissonNoiseBackground_swigregister, METH_VARARGS, NULL}, @@ -128851,7 +128851,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Polygon_clone", _wrap_Polygon_clone, METH_VARARGS, (char *)"\n" "Polygon_clone(Polygon self) -> Polygon\n" "\n" - "virtual Polygon* Polygon::clone() const\n" + "virtual Polygon* Polygon::clone() const \n" "\n" ""}, { (char *)"Polygon_contains", _wrap_Polygon_contains, METH_VARARGS, (char *)"\n" @@ -128866,13 +128866,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"Polygon_getArea", _wrap_Polygon_getArea, METH_VARARGS, (char *)"\n" "Polygon_getArea(Polygon self) -> double\n" "\n" - "double Polygon::getArea() const\n" + "double Polygon::getArea() const \n" "\n" ""}, { (char *)"Polygon_getPoints", _wrap_Polygon_getPoints, METH_VARARGS, (char *)"\n" "Polygon_getPoints(Polygon self, vdouble1d_t xpos, vdouble1d_t ypos)\n" "\n" - "void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const\n" + "void Polygon::getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const \n" "\n" ""}, { (char *)"Polygon_swigregister", Polygon_swigregister, METH_VARARGS, NULL}, @@ -128890,7 +128890,7 @@ static PyMethodDef SwigMethods[] = { "clone(std::string const & new_name) -> RealParameter\n" "RealParameter_clone(RealParameter self) -> RealParameter\n" "\n" - "RealParameter * RealParameter::clone(const std::string &new_name=\"\") const\n" + "RealParameter * RealParameter::clone(const std::string &new_name=\"\") const \n" "\n" ""}, { (char *)"RealParameter_setValue", _wrap_RealParameter_setValue, METH_VARARGS, (char *)"\n" @@ -128918,7 +128918,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RealParameter_limits", _wrap_RealParameter_limits, METH_VARARGS, (char *)"\n" "RealParameter_limits(RealParameter self) -> RealLimits\n" "\n" - "RealLimits RealParameter::limits() const\n" + "RealLimits RealParameter::limits() const \n" "\n" ""}, { (char *)"RealParameter_setLimited", _wrap_RealParameter_setLimited, METH_VARARGS, (char *)"\n" @@ -128948,7 +128948,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RealParameter_unit", _wrap_RealParameter_unit, METH_VARARGS, (char *)"\n" "RealParameter_unit(RealParameter self) -> std::string\n" "\n" - "std::string RealParameter::unit() const\n" + "std::string RealParameter::unit() const \n" "\n" ""}, { (char *)"delete_RealParameter", _wrap_delete_RealParameter, METH_VARARGS, (char *)"delete_RealParameter(RealParameter self)"}, @@ -128977,7 +128977,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"Rectangle_clone", _wrap_Rectangle_clone, METH_VARARGS, (char *)"\n" "Rectangle_clone(Rectangle self) -> Rectangle\n" "\n" - "Rectangle* Rectangle::clone() const\n" + "Rectangle* Rectangle::clone() const \n" "\n" ""}, { (char *)"Rectangle_contains", _wrap_Rectangle_contains, METH_VARARGS, (char *)"\n" @@ -128992,31 +128992,31 @@ static PyMethodDef SwigMethods[] = { { (char *)"Rectangle_getArea", _wrap_Rectangle_getArea, METH_VARARGS, (char *)"\n" "Rectangle_getArea(Rectangle self) -> double\n" "\n" - "double Rectangle::getArea() const\n" + "double Rectangle::getArea() const \n" "\n" ""}, { (char *)"Rectangle_getXlow", _wrap_Rectangle_getXlow, METH_VARARGS, (char *)"\n" "Rectangle_getXlow(Rectangle self) -> double\n" "\n" - "double Rectangle::getXlow() const\n" + "double Rectangle::getXlow() const \n" "\n" ""}, { (char *)"Rectangle_getYlow", _wrap_Rectangle_getYlow, METH_VARARGS, (char *)"\n" "Rectangle_getYlow(Rectangle self) -> double\n" "\n" - "double Rectangle::getYlow() const\n" + "double Rectangle::getYlow() const \n" "\n" ""}, { (char *)"Rectangle_getXup", _wrap_Rectangle_getXup, METH_VARARGS, (char *)"\n" "Rectangle_getXup(Rectangle self) -> double\n" "\n" - "double Rectangle::getXup() const\n" + "double Rectangle::getXup() const \n" "\n" ""}, { (char *)"Rectangle_getYup", _wrap_Rectangle_getYup, METH_VARARGS, (char *)"\n" "Rectangle_getYup(Rectangle self) -> double\n" "\n" - "double Rectangle::getYup() const\n" + "double Rectangle::getYup() const \n" "\n" ""}, { (char *)"delete_Rectangle", _wrap_delete_Rectangle, METH_VARARGS, (char *)"delete_Rectangle(Rectangle self)"}, @@ -129060,7 +129060,7 @@ static PyMethodDef SwigMethods[] = { "setPosition(kvector_t normal_to_detector, double u0, double v0, kvector_t direction)\n" "RectangularDetector_setPosition(RectangularDetector self, kvector_t normal_to_detector, double u0, double v0)\n" "\n" - "void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0, -1.0, 0.0))\n" + "void RectangularDetector::setPosition(const kvector_t normal_to_detector, double u0, double v0, const kvector_t direction=kvector_t(0.0,-1.0, 0.0))\n" "\n" ""}, { (char *)"RectangularDetector_setPerpendicularToSampleX", _wrap_RectangularDetector_setPerpendicularToSampleX, METH_VARARGS, (char *)"\n" @@ -129092,73 +129092,73 @@ static PyMethodDef SwigMethods[] = { { (char *)"RectangularDetector_getWidth", _wrap_RectangularDetector_getWidth, METH_VARARGS, (char *)"\n" "RectangularDetector_getWidth(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getWidth() const\n" + "double RectangularDetector::getWidth() const \n" "\n" ""}, { (char *)"RectangularDetector_getHeight", _wrap_RectangularDetector_getHeight, METH_VARARGS, (char *)"\n" "RectangularDetector_getHeight(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getHeight() const\n" + "double RectangularDetector::getHeight() const \n" "\n" ""}, { (char *)"RectangularDetector_getNbinsX", _wrap_RectangularDetector_getNbinsX, METH_VARARGS, (char *)"\n" "RectangularDetector_getNbinsX(RectangularDetector self) -> size_t\n" "\n" - "size_t RectangularDetector::getNbinsX() const\n" + "size_t RectangularDetector::getNbinsX() const \n" "\n" ""}, { (char *)"RectangularDetector_getNbinsY", _wrap_RectangularDetector_getNbinsY, METH_VARARGS, (char *)"\n" "RectangularDetector_getNbinsY(RectangularDetector self) -> size_t\n" "\n" - "size_t RectangularDetector::getNbinsY() const\n" + "size_t RectangularDetector::getNbinsY() const \n" "\n" ""}, { (char *)"RectangularDetector_getNormalVector", _wrap_RectangularDetector_getNormalVector, METH_VARARGS, (char *)"\n" "RectangularDetector_getNormalVector(RectangularDetector self) -> kvector_t\n" "\n" - "kvector_t RectangularDetector::getNormalVector() const\n" + "kvector_t RectangularDetector::getNormalVector() const \n" "\n" ""}, { (char *)"RectangularDetector_getU0", _wrap_RectangularDetector_getU0, METH_VARARGS, (char *)"\n" "RectangularDetector_getU0(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getU0() const\n" + "double RectangularDetector::getU0() const \n" "\n" ""}, { (char *)"RectangularDetector_getV0", _wrap_RectangularDetector_getV0, METH_VARARGS, (char *)"\n" "RectangularDetector_getV0(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getV0() const\n" + "double RectangularDetector::getV0() const \n" "\n" ""}, { (char *)"RectangularDetector_getDirectionVector", _wrap_RectangularDetector_getDirectionVector, METH_VARARGS, (char *)"\n" "RectangularDetector_getDirectionVector(RectangularDetector self) -> kvector_t\n" "\n" - "kvector_t RectangularDetector::getDirectionVector() const\n" + "kvector_t RectangularDetector::getDirectionVector() const \n" "\n" ""}, { (char *)"RectangularDetector_getDistance", _wrap_RectangularDetector_getDistance, METH_VARARGS, (char *)"\n" "RectangularDetector_getDistance(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getDistance() const\n" + "double RectangularDetector::getDistance() const \n" "\n" ""}, { (char *)"RectangularDetector_getDirectBeamU0", _wrap_RectangularDetector_getDirectBeamU0, METH_VARARGS, (char *)"\n" "RectangularDetector_getDirectBeamU0(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getDirectBeamU0() const\n" + "double RectangularDetector::getDirectBeamU0() const \n" "\n" ""}, { (char *)"RectangularDetector_getDirectBeamV0", _wrap_RectangularDetector_getDirectBeamV0, METH_VARARGS, (char *)"\n" "RectangularDetector_getDirectBeamV0(RectangularDetector self) -> double\n" "\n" - "double RectangularDetector::getDirectBeamV0() const\n" + "double RectangularDetector::getDirectBeamV0() const \n" "\n" ""}, { (char *)"RectangularDetector_getDetectorArrangment", _wrap_RectangularDetector_getDetectorArrangment, METH_VARARGS, (char *)"\n" "RectangularDetector_getDetectorArrangment(RectangularDetector self) -> RectangularDetector::EDetectorArrangement\n" "\n" - "RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const\n" + "RectangularDetector::EDetectorArrangement RectangularDetector::getDetectorArrangment() const \n" "\n" ""}, { (char *)"RectangularDetector_validAxesUnits", _wrap_RectangularDetector_validAxesUnits, METH_VARARGS, (char *)"\n" @@ -129180,7 +129180,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RectangularDetector_regionOfInterestPixel", _wrap_RectangularDetector_regionOfInterestPixel, METH_VARARGS, (char *)"\n" "RectangularDetector_regionOfInterestPixel(RectangularDetector self) -> RectangularPixel\n" "\n" - "RectangularPixel * RectangularDetector::regionOfInterestPixel() const\n" + "RectangularPixel * RectangularDetector::regionOfInterestPixel() const \n" "\n" ""}, { (char *)"RectangularDetector_swigregister", RectangularDetector_swigregister, METH_VARARGS, NULL}, @@ -129217,7 +129217,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"RectangularPixel_getPosition", _wrap_RectangularPixel_getPosition, METH_VARARGS, (char *)"\n" "RectangularPixel_getPosition(RectangularPixel self, double x, double y) -> kvector_t\n" "\n" - "kvector_t RectangularPixel::getPosition(double x, double y) const\n" + "kvector_t RectangularPixel::getPosition(double x, double y) const \n" "\n" ""}, { (char *)"RectangularPixel_getIntegrationFactor", _wrap_RectangularPixel_getIntegrationFactor, METH_VARARGS, (char *)"\n" @@ -129242,13 +129242,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"ResolutionFunction2DGaussian_evaluateCDF", _wrap_ResolutionFunction2DGaussian_evaluateCDF, METH_VARARGS, (char *)"\n" "ResolutionFunction2DGaussian_evaluateCDF(ResolutionFunction2DGaussian self, double x, double y) -> double\n" "\n" - "double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const\n" + "double ResolutionFunction2DGaussian::evaluateCDF(double x, double y) const \n" "\n" ""}, { (char *)"ResolutionFunction2DGaussian_clone", _wrap_ResolutionFunction2DGaussian_clone, METH_VARARGS, (char *)"\n" "ResolutionFunction2DGaussian_clone(ResolutionFunction2DGaussian self) -> ResolutionFunction2DGaussian\n" "\n" - "ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const\n" + "ResolutionFunction2DGaussian* ResolutionFunction2DGaussian::clone() const \n" "\n" ""}, { (char *)"ResolutionFunction2DGaussian_accept", _wrap_ResolutionFunction2DGaussian_accept, METH_VARARGS, (char *)"\n" @@ -129262,13 +129262,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"ResolutionFunction2DGaussian_getSigmaX", _wrap_ResolutionFunction2DGaussian_getSigmaX, METH_VARARGS, (char *)"\n" "ResolutionFunction2DGaussian_getSigmaX(ResolutionFunction2DGaussian self) -> double\n" "\n" - "double ResolutionFunction2DGaussian::getSigmaX() const\n" + "double ResolutionFunction2DGaussian::getSigmaX() const \n" "\n" ""}, { (char *)"ResolutionFunction2DGaussian_getSigmaY", _wrap_ResolutionFunction2DGaussian_getSigmaY, METH_VARARGS, (char *)"\n" "ResolutionFunction2DGaussian_getSigmaY(ResolutionFunction2DGaussian self) -> double\n" "\n" - "double ResolutionFunction2DGaussian::getSigmaY() const\n" + "double ResolutionFunction2DGaussian::getSigmaY() const \n" "\n" ""}, { (char *)"delete_ResolutionFunction2DGaussian", _wrap_delete_ResolutionFunction2DGaussian, METH_VARARGS, (char *)"delete_ResolutionFunction2DGaussian(ResolutionFunction2DGaussian self)"}, @@ -129304,7 +129304,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SpecularSimulation_accept", _wrap_SpecularSimulation_accept, METH_VARARGS, (char *)"\n" "SpecularSimulation_accept(SpecularSimulation self, INodeVisitor visitor)\n" "\n" - "void SpecularSimulation::accept(INodeVisitor *visitor) const override final\n" + "void SpecularSimulation::accept(INodeVisitor *visitor) const overridefinal\n" "\n" "Calls the INodeVisitor's visit method. \n" "\n" @@ -129381,7 +129381,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SampleBuilderFactoryTemp_contains", _wrap_SampleBuilderFactoryTemp_contains, METH_VARARGS, (char *)"\n" "SampleBuilderFactoryTemp_contains(SampleBuilderFactoryTemp self, std::string const & item_key) -> bool\n" "\n" - "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const\n" + "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const \n" "\n" ""}, { (char *)"delete_SampleBuilderFactoryTemp", _wrap_delete_SampleBuilderFactoryTemp, METH_VARARGS, (char *)"\n" @@ -129401,13 +129401,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"SampleBuilderFactoryTemp_begin", _wrap_SampleBuilderFactoryTemp_begin, METH_VARARGS, (char *)"\n" "SampleBuilderFactoryTemp_begin(SampleBuilderFactoryTemp self) -> IFactory< std::string,IMultiLayerBuilder >::const_iterator\n" "\n" - "const_iterator IFactory< Key, AbstractProduct >::begin() const\n" + "const_iterator IFactory< Key, AbstractProduct >::begin() const \n" "\n" ""}, { (char *)"SampleBuilderFactoryTemp_end", _wrap_SampleBuilderFactoryTemp_end, METH_VARARGS, (char *)"\n" "SampleBuilderFactoryTemp_end(SampleBuilderFactoryTemp self) -> IFactory< std::string,IMultiLayerBuilder >::const_iterator\n" "\n" - "const_iterator IFactory< Key, AbstractProduct >::end() const\n" + "const_iterator IFactory< Key, AbstractProduct >::end() const \n" "\n" ""}, { (char *)"SampleBuilderFactoryTemp_swigregister", SampleBuilderFactoryTemp_swigregister, METH_VARARGS, NULL}, @@ -129453,7 +129453,7 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationFactoryTemp_contains", _wrap_SimulationFactoryTemp_contains, METH_VARARGS, (char *)"\n" "SimulationFactoryTemp_contains(SimulationFactoryTemp self, std::string const & item_key) -> bool\n" "\n" - "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const\n" + "bool IFactory< Key, AbstractProduct >::contains(const Key &item_key) const \n" "\n" ""}, { (char *)"delete_SimulationFactoryTemp", _wrap_delete_SimulationFactoryTemp, METH_VARARGS, (char *)"\n" @@ -129473,13 +129473,13 @@ static PyMethodDef SwigMethods[] = { { (char *)"SimulationFactoryTemp_begin", _wrap_SimulationFactoryTemp_begin, METH_VARARGS, (char *)"\n" "SimulationFactoryTemp_begin(SimulationFactoryTemp self) -> IFactory< std::string,Simulation >::const_iterator\n" "\n" - "const_iterator IFactory< Key, AbstractProduct >::begin() const\n" + "const_iterator IFactory< Key, AbstractProduct >::begin() const \n" "\n" ""}, { (char *)"SimulationFactoryTemp_end", _wrap_SimulationFactoryTemp_end, METH_VARARGS, (char *)"\n" "SimulationFactoryTemp_end(SimulationFactoryTemp self) -> IFactory< std::string,Simulation >::const_iterator\n" "\n" - "const_iterator IFactory< Key, AbstractProduct >::end() const\n" + "const_iterator IFactory< Key, AbstractProduct >::end() const \n" "\n" ""}, { (char *)"SimulationFactoryTemp_swigregister", SimulationFactoryTemp_swigregister, METH_VARARGS, NULL}, diff --git a/auto/Wrap/libBornAgainFit_wrap.cpp b/auto/Wrap/libBornAgainFit_wrap.cpp index df2c2eb7a1c28dda52ce3e5a7d8b4c58fee1a9de..9b2e6f6958d1a771e1d84d17eeafa3021f927efd 100644 --- a/auto/Wrap/libBornAgainFit_wrap.cpp +++ b/auto/Wrap/libBornAgainFit_wrap.cpp @@ -5628,7 +5628,7 @@ SWIG_AsVal_std_complex_Sl_double_Sg_ (PyObject *o, std::complex<double>* val) SWIGINTERNINLINE PyObject* -SWIG_From_std_complex_Sl_double_Sg_ (/*@SWIG:/home/pospelov/software/local/share/swig/3.0.8/typemaps/swigmacros.swg,104,%ifcplusplus@*/ +SWIG_From_std_complex_Sl_double_Sg_ (/*@SWIG:/usr/share/swig3.0/typemaps/swigmacros.swg,104,%ifcplusplus@*/ const std::complex<double>&