code::NetcdfFile Class Reference

List of all members.

Detailed Description

A wrapper around the netcdf NcFile class.

In addition to providing way to get the actual file name, this class enhances the Netcdf library so that remote files can be read.

Author:
Lakshman
Version:
Id
code_NetcdfFile.h,v 1.6 2009/10/29 13:47:09 lakshman Exp


Public Member Functions

 NetcdfFile (const URL &location, NcFile::FileMode md)
virtual ~NetcdfFile ()
const URLgetLocation () const
NcVar * get_var_quietly (const std::string &varname) const
 Same as get_var except that this is somewhat slower, but it does not produce the annoying "Variable not found" message.


Constructor & Destructor Documentation

code::NetcdfFile::NetcdfFile ( const URL location,
NcFile::FileMode  md 
)

virtual code::NetcdfFile::~NetcdfFile (  )  [virtual]


Member Function Documentation

NcVar* code::NetcdfFile::get_var_quietly ( const std::string &  varname  )  const

Same as get_var except that this is somewhat slower, but it does not produce the annoying "Variable not found" message.

Useful for optional variables.

const URL& code::NetcdfFile::getLocation (  )  const [inline]


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