|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Parser for coordinate-uniform figures of merit. More...
#include <CoordUniformFigureOfMerit.h>
Classes | |
| struct | ParseKernel |
Static Public Member Functions | |
| template<typename FUNC, typename... ARGS> | |
| static void | parse (const std::string &strNorm, const std::string &str, unsigned int interlacingFactor, std::unique_ptr< LatticeTester::Weights > weights, FUNC &&func, ARGS &&... args) |
| Parses a string specifying a coordinate-uniform figure of merit. | |
Parser for coordinate-uniform figures of merit.
|
inlinestatic |
Parses a string specifying a coordinate-uniform figure of merit.
Example strings: P2, P4, P6
References LatBuilder::Parser::Kernel< LR >::parse().
Referenced by LatBuilder::Parser::FigureOfMerit< LR >::parse().