OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

#include <DDataset.hpp>

Inheritance diagram for ddval< T >:
[legend]
Collaboration diagram for ddval< T >:
[legend]

Public Member Functions

 ddval ()
 
 ~ddval ()
 
 ddval (dtype itype, const T ival)
 
- Public Member Functions inherited from ddata
 ddata ()
 
 ddata (dtype itype, vector< size_t > istart, vector< size_t > icount, void *iptr)
 
virtual ~ddata ()
 
void setFormat (bool bshrt)
 
void putAtt (NcFile *ncfile, string name)
 
void putAtt (NcVar &var, string name, string sval)
 
void setFill (NcVar &var, string sval)
 
void putVar (NcVar &var)
 

Public Attributes

val
 
- Public Attributes inherited from ddata
size_t rank
 
dtype type
 
vector< size_t > start
 
vector< size_t > count
 
bool bshort
 
const void * ptr
 

Detailed Description

template<typename T>
class ddval< T >

Definition at line 303 of file DDataset.hpp.

Constructor & Destructor Documentation

◆ ddval() [1/2]

ddval ( )
inline

Definition at line 308 of file DDataset.hpp.

◆ ~ddval()

~ddval ( )
inline

Definition at line 309 of file DDataset.hpp.

◆ ddval() [2/2]

ddval ( dtype  itype,
const ival 
)
inline

Definition at line 311 of file DDataset.hpp.

Member Data Documentation

◆ val

T val

Definition at line 306 of file DDataset.hpp.


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