code::NetcdfIndexWriter Class Reference

List of all members.

Detailed Description

This class attempts to read the netcdf file to find out meta-information about the data inside the file, and returns an Index::Record corresponding to it.

Typical usage:

     Index::Record rec = NetcdfIndexWriter::getIndexRecord( dirname_of_index, name_of_netcdf_file );
     

Author:
Lakshman
Version:
Id
code_NetcdfIndexWriter.h,v 1.7 2009/06/02 20:17:38 lakshman Exp


Static Public Member Functions

static code::Index::Record getIndexRecord (const std::string &dirname_of_index, const std::string &netcdf_filename)
 the index path format should correspond to the netcdf_filename.


Member Function Documentation

static code::Index::Record code::NetcdfIndexWriter::getIndexRecord ( const std::string &  dirname_of_index,
const std::string &  netcdf_filename 
) [static]

the index path format should correspond to the netcdf_filename.

Thus, if the netcdf file is specified as machine:filename, so should the indexpath


Generated on Fri May 4 13:40:12 2012 for WDSS-IIw2 by  doxygen 1.4.7