Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Algorithms::ConvertAxisByFormula::Variable Class Reference

A simple internal structure to hold information on variables. More...

Public Member Functions

 Variable (const std::string &name)
 
 Variable (const std::string &name, bool isGeometric)
 

Public Attributes

bool isGeometric
 
std::string name
 
double value
 

Detailed Description

A simple internal structure to hold information on variables.

Definition at line 50 of file ConvertAxisByFormula.h.

Constructor & Destructor Documentation

◆ Variable() [1/2]

Mantid::Algorithms::ConvertAxisByFormula::Variable::Variable ( const std::string &  name)
inline

Definition at line 52 of file ConvertAxisByFormula.h.

◆ Variable() [2/2]

Mantid::Algorithms::ConvertAxisByFormula::Variable::Variable ( const std::string &  name,
bool  isGeometric 
)
inline

Definition at line 53 of file ConvertAxisByFormula.h.

Member Data Documentation

◆ isGeometric

bool Mantid::Algorithms::ConvertAxisByFormula::Variable::isGeometric

Definition at line 56 of file ConvertAxisByFormula.h.

◆ name

std::string Mantid::Algorithms::ConvertAxisByFormula::Variable::name

Definition at line 54 of file ConvertAxisByFormula.h.

◆ value

double Mantid::Algorithms::ConvertAxisByFormula::Variable::value

Definition at line 55 of file ConvertAxisByFormula.h.


The documentation for this class was generated from the following file: