GraphOperator

Any object passed to the operate method of Document must be an instance of a class derived from the GraphOperator class.

Methods

operate( elem )

Called for each graph element the flags parameter of the Document’s operate method. Derived classes should override this method. Reminder: Your derived class needs to include self as the first parameter, with elem as the second.

Last updated