class Gambit::SpectrumParameter
Simple class to contain information defining how some parameter in a SubSpectrum object can be accessed.
#include <subspectrum_contents.hpp>
Public Functions
Name | |
---|---|
SpectrumParameter(const Par::Tags tag, const std::string label, const std::vector< int > shape, const std::string blockname, const int blockindex) | |
Par::Tags | tag() const |
std::string | name() const |
std::vector< int > | shape() const |
std::string | blockname() const |
int | blockindex() const |
Public Functions Documentation
function SpectrumParameter
inline SpectrumParameter(
const Par::Tags tag,
const std::string label,
const std::vector< int > shape,
const std::string blockname,
const int blockindex
)
function tag
inline Par::Tags tag() const
function name
inline std::string name() const
function shape
inline std::vector< int > shape() const
function blockname
inline std::string blockname() const
function blockindex
inline int blockindex() const
Updated on 2024-07-18 at 13:53:30 +0000