def clone (   self  ) 

Definition at line 399 of file general_optics.py.

00399                        :
00400                 "make a complete clone of the beam"
00401                 b=copy.copy(self)
00402                 b.q=copy.copy(self.q) #copy q a little deeper
00403                 return b
00404                 
        def clone_no_marks(self):


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4