HWRF  trunk@4391
List of all members
hwrf.regrib.GRIBGridBase Class Reference

This abstract base class represents something that is able to produce a GRIBGrid object when make() is called. More...

Detailed Description

This abstract base class represents something that is able to produce a GRIBGrid object when make() is called.

Definition at line 1147 of file regrib.py.

Inheritance diagram for hwrf.regrib.GRIBGridBase:
hwrf.regrib.GRIBBase hwrf.regrib.GRIBGrid hwrf.regrib.GRIBGridCompute hwrf.regrib.GRIBGridFetcher

Additional Inherited Members

- Public Member Functions inherited from hwrf.regrib.GRIBBase
def is_ready (self, args, kwargs)
 Returns True if this object and its subobjects are all ready for a call to make, and False otherwise. More...
 
def input_valid (self, kwargs)
 Returns True if the specified kwargs are valid and False otherwise. More...
 
def make (self, regrib, kwargs)
 Runs the action this object should perform and returns another GRIBBase object. More...
 

The documentation for this class was generated from the following file: