def clone (   self,
  newname = None 
)

Definition at line 269 of file general_optics.py.

00269                                      :
00270                 "make a complete clone of ourself"
00271                 q=copy.copy(self)
00272                 if newname is not None:
00273                         q.name=newname
00274                 return q
00275 
        def transform(self, tensor):


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