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