applyFunctions (
s,
graphs,
gFunc,
sFunc,
vFunc,
)
Base on an object specification string, apply functions to selected
graphs, subgraphs and vertices in the given graph list. The graph
list can either be a simple list, or a dictionary whose values are
lists of graphs. Any of the supplied functions may be None.
Exceptions
|
|
OSLSyntaxError("Error in '%s': %s" %(s, sys.exc_info() [ 1 ] ) )
|
|