code::GRIBNetcdfDataHandler Member List

This is the complete list of members for code::GRIBNetcdfDataHandler, including all inherited members.

addModifier(SmartPtr< DataModifier > m)code::DataHandler [inline]
alreadyReadcode::GRIBDataHandler [protected]
compressedFlagcode::DataHandler [protected]
convertToNetcdf(const struct product_data *)code::GRIBDataHandler [protected]
createIndexLookUp(const struct product_data *)code::GRIBDataHandler [protected]
createIndexLookUp(size_t numRows, size_t numColumns)code::GRIBDataHandler [protected]
createW2NetcdfFiles()code::GRIBMultiDirDataHandler [protected, virtual]
DataHandler(const std::string &inputDirectory, const std::string &outputDirectory, const std::string &lbname, const std::string &namePattern=std::string(), bool compressedFlag=false, bool insameDir=false, bool keepFile=false, bool readAll=false)code::DataHandler
desired_productscode::GRIBDataHandler [protected]
fileNamePatterncode::DataHandler [protected]
fileNamescode::DataHandler [protected]
fillArray2D(std::vector< code::SmartPtr< std::vector< float > > > &array, NcVar &var, int dim1, int dim2)code::GRIBNetcdfDataHandler
fillArray2DSpecial(std::vector< code::SmartPtr< std::vector< float > > > &array, NcVar &var)code::GRIBNetcdfDataHandler
fillArray3D(std::vector< std::vector< std::vector< float > > > &array, NcVar &var)code::GRIBNetcdfDataHandler
fillGribProdInfo()code::GRIBDataHandler [protected]
fillLatLonGrid(LatLonGrid &, NcVar &var, int numRows, int numColumns)code::GRIBNetcdfDataHandler [protected]
fillLatLonGridVec(std::vector< LatLonGrid > &, NcVar &var, const code::SpaceTimeRef &)code::GRIBNetcdfDataHandler [protected]
findFilesToRead()code::GRIBMultiDirDataHandler [protected, virtual]
getClosestIndex(int, int, const struct product_data *)code::GRIBDataHandler [protected]
getClosestIndex(int, int, size_t numRows, size_t numColumns)code::GRIBDataHandler [protected]
getColorMapName(const struct product_data *)code::GRIBDataHandler [protected]
getColorMapName(int prodId, int levelId)code::GRIBDataHandler [protected]
getDataType(const struct product_data *)code::GRIBDataHandler [protected]
getDataType(int, int)code::GRIBDataHandler [protected]
getDesiredUnit(const struct product_data *)code::GRIBDataHandler [protected]
getDesiredUnit(int prodId, int levelId)code::GRIBDataHandler [protected]
getIndex(size_t, size_t, int &, int &)code::GRIBDataHandler [protected]
getLatLonSpacing(const struct product_data *)code::GRIBDataHandler [protected]
getLatLonSpacing(size_t numRows, size_t numColumns)code::GRIBDataHandler [protected]
getLevelInfo(const struct product_data *)code::GRIBDataHandler [protected]
getMinorType(const struct product_data *)code::GRIBDataHandler [protected]
getMinorType(int)code::GRIBDataHandler [protected]
getNcVar(const code::NetcdfFile &, const std::string &)code::GRIBNetcdfDataHandler [protected]
getNorthWestCorner(const struct product_data *)code::GRIBDataHandler [protected]
getNorthWestCorner(size_t numRows, size_t numColumns)code::GRIBDataHandler [protected]
getPrecisionPrefered(const struct product_data *)code::GRIBDataHandler [protected]
getPrecisionPrefered(int prodId, int levelId)code::GRIBDataHandler [protected]
getSubDirs(const std::string &inputDir, std::vector< std::string > &subdirs)code::DataHandler [static]
code::GRIBMultiDirDataHandler::getSubTypeForSelection(const struct product_data *, std::string &resolution, std::string &productInfo, std::string &fcstType)code::GRIBDataHandler [protected]
getTime(const struct product_data *)code::GRIBDataHandler [protected]
getTimeRef(const NetcdfFile &, SpaceTimeRef &, int numRows, int numColumns)code::GRIBNetcdfDataHandler
getUnit(const std::string &inU)code::GRIBNetcdfDataHandler
code::GRIBMultiDirDataHandler::getUnit(const struct product_data *)code::GRIBDataHandler [protected]
GRIBDataHandler(const std::string &inputDirectory, const std::string &outputDirectory, const std::string &lbname, const std::string &nameP, bool compressedFlag=false, bool insameDir=false, bool keepFile=false, bool readAll=false)code::GRIBDataHandler
gribLLMapcode::GRIBDataHandler [protected]
GRIBMultiDirDataHandler(const std::string &inputDirectory, int search_level, const std::string &outputDirectory, const std::string &lbname, const std::string &namePattern=std::string(), bool compressedFlag=false, bool insameDir=false, bool keepFile=false, bool readAll=false)code::GRIBMultiDirDataHandler
GRIBNetcdfDataHandler(const std::string &inputDir, int dirLevel, const std::string &outputDir, const std::string &lbname, const std::string &nameP, bool compressedFlag, bool insameDir, bool keepFile, bool readAll)code::GRIBNetcdfDataHandler
gribProdInfoMapcode::GRIBDataHandler [protected]
gribToNetcdf()code::GRIBNetcdfDataHandler [protected, virtual]
grid_spacingcode::GRIBDataHandler [protected]
indexscode::GRIBDataHandler [protected]
inputDircode::DataHandler [protected]
isDesired(const std::string &productName)code::GRIBDataHandler
isNewFile(const std::string &file_name)code::DataHandler [virtual]
keepFile_code::DataHandler [protected]
lastFileRead_code::DataHandler [protected]
lastTimeNumRowscode::GRIBDataHandler [protected]
latArraycode::GRIBDataHandler [protected]
lbcode::DataHandler [protected]
lonArraycode::GRIBDataHandler [protected]
lookUpcode::GRIBDataHandler [protected]
modifierscode::DataHandler [protected]
modifyBeforeWrite(code::LatLonGrid &llgrid)code::DataHandler [virtual]
noSpacingcode::GRIBDataHandler [protected]
outputDircode::DataHandler [protected]
readAll_code::DataHandler [protected]
readFile_code::DataHandler [protected]
readLatLonLookupData(const NetcdfFile &, size_t numRows, size_t numColumns)code::GRIBNetcdfDataHandler
readLatLonLookupFile(const struct product_data *data)code::GRIBDataHandler [protected]
readLatLonLookupFile(size_t numRows, size_t numColumns)code::GRIBDataHandler [protected]
searchSubDirFileNames(const std::string &subDir)code::GRIBMultiDirDataHandler [protected]
setDesiredProducts(const std::vector< std::string > &desired)code::GRIBDataHandler
setLatLonGridAttrs(LatLonGrid &, const std::string &whatData, int level, int pmDim)code::GRIBNetcdfDataHandler [protected]
shouldReadThisFile(const std::string &fileName, const std::string &subDir)code::GRIBMultiDirDataHandler [protected]
subDirFlagcode::DataHandler [protected]
WFHoldercode::GRIBDataHandler [protected]
writeNetcdfFilesAndRecords(code::LatLonGrid &llg, const std::string &)code::GRIBDataHandler [protected]
~DataHandler()code::DataHandler [virtual]
~GRIBDataHandler()code::GRIBDataHandler [virtual]
~GRIBMultiDirDataHandler()code::GRIBMultiDirDataHandler [virtual]
~GRIBNetcdfDataHandler()code::GRIBNetcdfDataHandler [virtual]


Generated on Fri May 4 13:40:22 2012 for WDSS-IIw2algs by  doxygen 1.4.7