Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MantidQt::MantidWidgets::GlobalTie Struct Reference

This struct stores the data associated with a global tie. More...

#include <FittingGlobals.h>

Public Member Functions

std::string asString () const
 
 GlobalTie (std::string parameter, std::string tie)
 
std::string toCompositeParameter (std ::string const &fullParameter) const
 
std::string toNonCompositeParameter (std ::string const &fullParameter) const
 

Public Attributes

std::string m_parameter
 
std::string m_tie
 

Detailed Description

This struct stores the data associated with a global tie.

A global tie is where a parameter of a specific domain is tied to the value of a parameter in a different domain.

Definition at line 37 of file FittingGlobals.h.

Constructor & Destructor Documentation

◆ GlobalTie()

MantidQt::MantidWidgets::GlobalTie::GlobalTie ( std::string  parameter,
std::string  tie 
)

Definition at line 15 of file FittingGlobals.cpp.

Member Function Documentation

◆ asString()

std::string MantidQt::MantidWidgets::GlobalTie::asString ( ) const

Definition at line 37 of file FittingGlobals.cpp.

References m_parameter, and m_tie.

◆ toCompositeParameter()

std::string MantidQt::MantidWidgets::GlobalTie::toCompositeParameter ( std ::string const &  fullParameter) const

◆ toNonCompositeParameter()

std::string MantidQt::MantidWidgets::GlobalTie::toNonCompositeParameter ( std ::string const &  fullParameter) const

Member Data Documentation

◆ m_parameter

std::string MantidQt::MantidWidgets::GlobalTie::m_parameter

◆ m_tie

std::string MantidQt::MantidWidgets::GlobalTie::m_tie

The documentation for this struct was generated from the following files: