nvAxisCollection
index
/home/ap/ncvtk/src/nvAxisCollection.py

 
Modules
       
Numeric
nvSettings
sys

 
Classes
       
nvAxisCollection

 
class nvAxisCollection
     Methods defined here:
GetAxis(self, name)
This method takes the name of an axis, & checks if there's already
an nvAxis object for that axis. If so, the object is returned.
If not, it is created, then returned.
Print(self)
Print information about self.
__init__(self, nc, initAxes='')
Constructor.
 
nc: A NetCDFFile object.
initAxes: String containing a comma-separated list of axes (with no spaces).

 
Data
        VERSION = '$Id: nvAxisCollection.py,v 1.9 2005/12/14 21:23:57 pletzer Exp $'