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::Tagstag() const
std::stringname() const
std::vector< int >shape() const
std::stringblockname() const
intblockindex() 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 2023-06-26 at 21:36:51 +0000