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

 
Modules
       
Numeric
nvSettings
sys

 
Classes
       
nvFieldCollection

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

 
Data
        VERSION = '$Id: nvFieldCollection.py,v 1.5 2006/02/13 17:26:05 rsz Exp $'
__FILE__ = './nvFieldCollection.py'
indent = ' '