SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Functions
Tools Namespace Reference

Functions

def ApplyFunctionAsParametric
def RunTool

Function Documentation

def Tools.ApplyFunctionAsParametric (   nullary_function,
  desired_name_for_parametric_entry 
)
Returns
Instance of type int
     execute the nullary function as if it was a parametric
     Example: ApplyFunctionAsParametric(lambda: print 'hi', 'helloworld')
 
     C++ signature :
         int ApplyFunctionAsParametric(boost::python::api::object,std::string)
def Tools.RunTool (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool RunTool(std::string)