HappyDoc Generated Documentation .\chimera\oslParser.py

. / chimera / oslParser.py 

Functions   
  oslTestAttr 
oslTestAttr (
        obj,
        attrName,
        op,
        value,
        )

oslTestAttr Compares an attribute of this instance with the given value attrName is the name of the attribute op is the string representation of the comparison operator value is the constant (string) value to compare with

  applyFunctions 
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 ] ) )

  registerTest 
registerTest ( subject,  testFunc )
Exceptions   

TypeError, "Cannot register test for non-attr non-class non-type"

Classes   

Parser

OSLSyntaxError


This document was automatically generated Thu Nov 09 13:33:48 2006 by HappyDoc version 3.0.a1