|
Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Parser for generic weighted figures of merit. More...
#include <FigureOfMerit.h>
Static Public Member Functions | |
| template<typename FUNC , typename... ARGS> | |
| static void | parse (const std::string &strNorm, const std::string &str, std::unique_ptr< LatCommon::Weights > weights, FUNC &&func, ARGS &&...args) |
| Parses a string specifying a weighted figure of merit and a string specifying weights. More... | |
Parser for generic weighted figures of merit.
|
inlinestatic |
Parses a string specifying a weighted figure of merit and a string specifying weights.
Example strings: P2, CU:P2, spectral, spectral:2
References LatBuilder::Parser::CoordUniformFigureOfMerit::parse(), and LatBuilder::Parser::WeightedFigureOfMerit::parse().