|
Class FeynDiagram
The main PyFeyn diagram class.
|
__init__(self,
objects=None)
Objects for holding a set of Feynman diagram components.
|
|
add(self,
*objs)
Add an object to the diagram.
|
|
drawToCanvas(self)
Draw the components of this diagram in a well-defined order.
|
|
draw(self,
outfile)
Draw the diagram to a file, with the filetype (EPS or PDF) derived
from the file extension.
|
__init__(self,
objects=None)
(Constructor)
| | |
|