Attributes
- VTK_CLASS_DOC
VTK_CLASS_DOC = [ ]
- VTK_CLASSES
These are class attributes to prevent regenerating them everytime this class is instantiated.
VTK_CLASSES = [ ]
Method summary
Methods
- __init__(self)
- search(self, word)
Search for word in class documentation and return matching classes. This is also case insensitive. The searching supports the 'and' and 'or' keywords that allow for fairly complex searches. A space between words assumes that the two words appear one after the other.
Parameters
word -- name to search for.