LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
LatBuilder::Parser::CoordUniformFigureOfMerit< LR > Struct Template Reference

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. More...
 

Detailed Description

template<LatticeType LR>
struct LatBuilder::Parser::CoordUniformFigureOfMerit< LR >

Parser for coordinate-uniform figures of merit.

Member Function Documentation

◆ parse()

template<LatticeType LR>
template<typename FUNC , typename... ARGS>
static void LatBuilder::Parser::CoordUniformFigureOfMerit< LR >::parse ( const std::string &  strNorm,
const std::string &  str,
unsigned int  interlacingFactor,
std::unique_ptr< LatticeTester::Weights weights,
FUNC &&  func,
ARGS &&...  args 
)
inlinestatic

Parses a string specifying a coordinate-uniform figure of merit.

Example strings: P2, P4, P6

Examples:
quantiles.cc.

References LatBuilder::Parser::Kernel< LR >::parse().

Referenced by LatBuilder::Parser::FigureOfMerit< LR >::parse().


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