|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
This is the complete list of members for GISASSimulation, including all inherited members.
| accept(INodeVisitor *visitor) const override | GISASSimulation | inlinevirtual |
| addBackgroundIntensity(size_t start_ind, size_t n_elements) override | ISimulation2D | protectedvirtual |
| addDataToCache(double weight) override | ISimulation2D | protectedvirtual |
| addMask(const IShape2D &shape, bool mask_value=true) | ISimulation2D | |
| addParameterDistribution(const std::string ¶m_name, const IDistribution1D &distribution, size_t nbr_samples, double sigma_factor=0.0, const RealLimits &limits=RealLimits()) | ISimulation | |
| addParameterDistribution(const ParameterDistribution &par_distr) | ISimulation | |
| background() const | ISimulation | inline |
| beam() | ISimulation | inline |
| beam() const | ISimulation | inline |
| clone() const override | GISASSimulation | inlinevirtual |
| convertData(const OutputData< double > &data, bool put_masked_areas_to_zero=true) | ISimulation | |
| copyNumber(const INode *node) const | INode | |
| createParameterTree() const | INode | virtual |
| detector() | ISimulation | inline |
| detector() const | ISimulation | inline |
| detector2D() | ISimulation2D | |
| detector2D() const | ISimulation2D | |
| displayName() const | INode | |
| generateSimulationElements(const Beam &beam) | ISimulation2D | protected |
| generateSingleThreadedComputation(size_t start, size_t n_elements) override | ISimulation2D | protectedvirtual |
| getChildren() const | ISimulation | virtual |
| getDetector() | ISimulation | inline |
| getDetector() const | ISimulation | inline |
| getDistributionHandler() const | ISimulation | inline |
| getName() const | IParametricComponent | inline |
| getOptions() const | ISimulation | inline |
| getOptions() | ISimulation | inline |
| GISASSimulation(const Beam &beam, const MultiLayer &sample, const IDetector &detector) | GISASSimulation | |
| GISASSimulation(const Beam &beam, const IDetector &detector) | GISASSimulation | |
| GISASSimulation() | GISASSimulation | |
| GISASSimulation(const GISASSimulation &other) | GISASSimulation | private |
| ICloneable()=default | ICloneable | |
| ICloneable(const ICloneable &)=delete | ICloneable | |
| ICloneable(ICloneable &&)=default | ICloneable | |
| initialize() | GISASSimulation | private |
| initSimulationElementVector() override | GISASSimulation | privatevirtual |
| initUnitConverter() | ISimulation2D | inlineprotectedvirtual |
| INode() | INode | inline |
| INode(const NodeMeta &meta, const std::vector< double > &PValues) | INode | |
| instrument() const | ISimulation | inline |
| instrument() | ISimulation | inline |
| intensityMapSize() const override | GISASSimulation | virtual |
| IParametricComponent(const std::string &name="") | IParametricComponent | |
| IParametricComponent(const IParametricComponent &other) | IParametricComponent | |
| ISimulation(const Beam &beam, const MultiLayer &sample, const IDetector &detector) | ISimulation | |
| ISimulation() | ISimulation | |
| ISimulation(const Beam &beam, const IDetector &detector) | ISimulation | |
| ISimulation(const ISimulation &other) | ISimulation | protected |
| ISimulation2D(const Beam &beam, const MultiLayer &sample, const IDetector &detector) | ISimulation2D | |
| ISimulation2D(const Beam &beam, const IDetector &detector) | ISimulation2D | |
| ISimulation2D() | ISimulation2D | |
| ISimulation2D(const ISimulation2D &other) | ISimulation2D | protected |
| m_background | ISimulation | private |
| m_cache | ISimulation2D | protected |
| m_detector_context | ISimulation2D | private |
| m_distribution_handler | ISimulation | private |
| m_instrument | ISimulation | private |
| m_name | IParametricComponent | private |
| m_NP | INode | protected |
| m_options | ISimulation | private |
| m_P | INode | protected |
| m_parent | INode | private |
| m_pool | IParametricComponent | private |
| m_progress | ISimulation | private |
| m_sample_provider | ISimulation | private |
| m_sim_elements | ISimulation2D | protected |
| maskAll() | ISimulation2D | |
| moveDataFromCache() override | ISimulation2D | protectedvirtual |
| normalize(size_t start_ind, size_t n_elements) override | ISimulation2D | protectedvirtual |
| numberOfSimulationElements() const override | ISimulation2D | protectedvirtual |
| onChange() | IParametricComponent | inlinevirtual |
| operator=(const IParametricComponent &other)=delete | IParametricComponent | |
| options() const | ISimulation | inlineprotected |
| parameter(const std::string &name) const | IParametricComponent | |
| parameterPool() const | IParametricComponent | inline |
| parametersToString() const | IParametricComponent | |
| parent() const | INode | |
| parent() | INode | |
| prepareSimulation() override | GISASSimulation | virtual |
| progeny() const | INode | |
| progress() | ISimulation | inlineprotected |
| rawResults() const override | ISimulation2D | privatevirtual |
| registerChild(INode *node) | INode | |
| registerParameter(const std::string &name, double *parpointer) | IParametricComponent | |
| registerVector(const std::string &base_name, kvector_t *p_vec, const std::string &units="nm") | IParametricComponent | |
| removeParameter(const std::string &name) | IParametricComponent | |
| removeVector(const std::string &base_name) | IParametricComponent | |
| result() const override | GISASSimulation | virtual |
| runMPISimulation() | ISimulation | |
| runSimulation() | ISimulation | |
| runSingleSimulation(size_t batch_start, size_t batch_size, double weight=1.0) | ISimulation | private |
| sample() const | ISimulation | |
| setBackground(const IBackground &bg) | ISimulation | |
| setBeamParameters(double wavelength, double alpha_i, double phi_i) | GISASSimulation | |
| setDetector(const IDetector2D &detector) | ISimulation2D | |
| setDetectorParameters(size_t n_phi, double phi_min, double phi_max, size_t n_alpha, double alpha_min, double alpha_max) | ISimulation2D | |
| setDetectorResolutionFunction(const IResolutionFunction2D &resolution_function) | ISimulation | |
| setInstrument(const Instrument &instrument_) | ISimulation | |
| setName(const std::string &name) | IParametricComponent | inline |
| setOptions(const SimulationOptions &options) | ISimulation | inline |
| setParameterValue(const std::string &name, double value) | IParametricComponent | |
| setParent(const INode *newParent) | INode | virtual |
| setRawResults(const std::vector< double > &raw_data) override | ISimulation2D | privatevirtual |
| setRegionOfInterest(double xlow, double ylow, double xup, double yup) | ISimulation2D | |
| setSample(const MultiLayer &sample) | ISimulation | |
| setSampleBuilder(const std::shared_ptr< ISampleBuilder > &sample_builder) | ISimulation | |
| setTerminalProgressMonitor() | ISimulation | |
| setVectorValue(const std::string &base_name, kvector_t value) | IParametricComponent | |
| subscribe(ProgressHandler::Callback_t inform) | ISimulation | inline |
| transferResultsToIntensityMap() | ISimulation | inlineprotectedvirtual |
| transferToCPP() | ICloneable | inlinevirtual |
| treeToString() const | INode | virtual |
| updateIntensityMap() | ISimulation | inlineprotectedvirtual |
| validateParametrization(const ParameterDistribution &) const | ISimulation | inlineprivatevirtual |
| XComponentName(const std::string &base_name) | IParametricComponent | static |
| YComponentName(const std::string &base_name) | IParametricComponent | static |
| ZComponentName(const std::string &base_name) | IParametricComponent | static |
| ~GISASSimulation() | GISASSimulation | inline |
| ~ICloneable()=default | ICloneable | virtual |
| ~IComponent() | IComponent | inlinevirtual |
| ~INode() | INode | inlinevirtual |
| ~IParametricComponent() | IParametricComponent | virtual |
| ~ISimulation() | ISimulation | virtual |
| ~ISimulation2D() override | ISimulation2D |