[vtk-developers] Python packages: proposed updates.
    David Gobbi 
    dgobbi at irus.rri.ca
       
    Sat Mar 30 18:06:29 EST 2002
    
    
  
On Sun, 31 Mar 2002, Prabhu Ramachandran wrote:
> Hi David,
>
> Thanks for the feedback.
>
> My plan was to only change the name of the file to RenderWindow.py and
> *not* change the name of the class inside the file.  The idea was that
> no matter what gui toolkit you use you get a VTK RenderWindow embedded
> in that toolkit.
I personally like having the name of the file the same as the name of
the class instide.  Because 1) that's the way that VTK is set up and
2) that's the way the vtk/python stuff has been in the past and
3) I personally rely fairly heavily on the UNIX 'find' command, and
being able to find the code for a class via 'find' is a Good Thing IHMO.
 - David
    
    
More information about the vtk-developers
mailing list