|
TINC
Toolkit for Interactive Computation
|
A representation of a single vector of NetCDF data. More...
#include <DiskBufferNetCDFData.hpp>
Public Member Functions | |
| ~NetCDFData () | |
| int | getType () |
| get NC data type for this data More... | |
| void | setType (int type) |
| template<class DataType > | |
| std::vector< DataType > & | getVector () |
Public Attributes | |
| std::map< std::string, al::VariantValue > | attributes |
| attributes written/read to/from NetCDF file More... | |
| void * | dataVector {nullptr} |
| attributes written/read to/from NetCDF file More... | |
A representation of a single vector of NetCDF data.
Definition at line 85 of file DiskBufferNetCDFData.hpp.
| tinc::NetCDFData::~NetCDFData | ( | ) |
| int tinc::NetCDFData::getType | ( | ) |
get NC data type for this data
|
inline |
Definition at line 96 of file DiskBufferNetCDFData.hpp.
| void tinc::NetCDFData::setType | ( | int | type | ) |
| std::map<std::string, al::VariantValue> tinc::NetCDFData::attributes |
attributes written/read to/from NetCDF file
Definition at line 106 of file DiskBufferNetCDFData.hpp.
| void* tinc::NetCDFData::dataVector {nullptr} |
attributes written/read to/from NetCDF file
Definition at line 110 of file DiskBufferNetCDFData.hpp.