carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions | Variables
parfileadjustment.py File Reference

Classes

class  carputils.bundle.parfileadjustment._OCParam
 An object of this class represents an OpenCARP parameter. More...
 

Namespaces

 carputils.bundle.parfileadjustment
 

Functions

def carputils.bundle.parfileadjustment.get_OCparams ()
 Gets the list of openCARP parameters. More...
 
def carputils.bundle.parfileadjustment.standardize_param_str (s)
 Computes the standardized string representing a parameter. More...
 
def carputils.bundle.parfileadjustment.find_param (s, params)
 Find the parameter corresponding to the string s in params, if it exists. More...
 
def carputils.bundle.parfileadjustment.filter_params (params, param_types)
 Filters a list of parameters (instances of _OCParam), keeping only those having a type contained in param_types. More...
 

Variables

list carputils.bundle.parfileadjustment.MESH_EXTENSIONS = ['.elem', '.pts', '.lon', '.belem', '.bpts', '.blon', '.surf']
 
 carputils.bundle.parfileadjustment.StringFileParam = namedtuple('StringFileParam', 'name type separator')
 
list carputils.bundle.parfileadjustment.STRING_FILEPARAMS