class documentation

class ParameterGenerator(object):

View In Hierarchy

Undocumented

Class Group Undocumented
Method __init__ Undocumented
Method add Undocumented
Method add_group Undocumented
Method appendgroup Undocumented
Method appendline Undocumented
Method check_type Undocumented
Method check_type_fill_default Undocumented
Method const Undocumented
Method crepr Undocumented
Method enum Undocumented
Method fill_type Undocumented
Method generate name must match the first part of the configuration file. e.g. given Tutorials.cfg, name must be Tutorials
Method generatecpp Undocumented
Method generatedoc Undocumented
Method generatepy Undocumented
Method generateusage Undocumented
Method generatewikidoc Undocumented
Method mkdirabs Undocumented
Method pytype Undocumented
Method replace_infinity Undocumented
Class Variable defval Undocumented
Class Variable maxval Undocumented
Class Variable minval Undocumented
Instance Variable binary_dir Undocumented
Instance Variable constants Undocumented
Instance Variable cpp_gen_dir Undocumented
Instance Variable dynconfpath Undocumented
Instance Variable group Undocumented
Instance Variable msgname Undocumented
Instance Variable name Undocumented
Instance Variable nodename Undocumented
Instance Variable pkgname Undocumented
Instance Variable py_gen_dir Undocumented
Method _rreplace_str_with_val_in_dict Undocumented
def __init__(self):

Undocumented

def add(self, name, paramtype, level, description, default=None, min=None, max=None, edit_method=''):

Undocumented

def add_group(self, name, type='', state=True):

Undocumented

def appendgroup(self, list, group):

Undocumented

def appendline(self, list, text, param, value=None):

Undocumented

def check_type(self, param, field):

Undocumented

def check_type_fill_default(self, param, field, default):

Undocumented

def const(self, name, type, value, descr):

Undocumented

def crepr(self, param, val):

Undocumented

def enum(self, constants, description):

Undocumented

def fill_type(self, param):

Undocumented

def generate(self, pkgname, nodename, name):

name must match the first part of the configuration file. e.g. given Tutorials.cfg, name must be Tutorials

def generatecpp(self):

Undocumented

def generatedoc(self):

Undocumented

def generatepy(self):

Undocumented

def generateusage(self):

Undocumented

def generatewikidoc(self):

Undocumented

def mkdirabs(self, path):

Undocumented

def pytype(self, drtype):

Undocumented

def replace_infinity(self, config_dict):

Undocumented

defval: dict =

Undocumented

maxval: dict =

Undocumented

minval: dict =

Undocumented

binary_dir =

Undocumented

constants: list =

Undocumented

cpp_gen_dir =

Undocumented

dynconfpath =

Undocumented

group =

Undocumented

msgname =

Undocumented

name =

Undocumented

nodename =

Undocumented

pkgname =

Undocumented

py_gen_dir =

Undocumented

def _rreplace_str_with_val_in_dict(self, orig_dict, old_str, new_val):

Undocumented