Static Public Attributes

oned::Parser< T, Pr > Class Template Reference

Converts text into corresponding 1D algorithm function pointer. More...

#include <oned/parse.hpp>


Detailed Description

template<typename T, typename Pr>
class oned::Parser< T, Pr >

Converts text into corresponding 1D algorithm function pointer.

List of all members.

Static Public Attributes

static T(*)(int, Pr const
&, int, int *, T
parseName (const std::string &name)
 Given a 1D algorithm name string, returns proper partitioning function pointer.

Member Data Documentation

template<typename T , typename Pr >
T(*)(int, Pr const&, int, int *, T) oned::Parser< T, Pr >::parseName(const std::string &name) [static]

Given a 1D algorithm name string, returns proper partitioning function pointer.

Parameters:
name Algorithm name. Currently valid names are: NICOL-MINUS, NICOL, NICOL-PLUS, REC-BISECT, GREEDY-BISECT, DIRECT-CUT, DIRECT-CUT-REF-B
Returns:
function pointer corresponding to name

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines