IODA
ioda::NewVariable_Base Struct Reference

Used to specify a new variable with the collective createWithScales function. More...

#include <Has_Variables.h>

Inheritance diagram for ioda::NewVariable_Base:
Collaboration diagram for ioda::NewVariable_Base:

Public Member Functions

virtual ~NewVariable_Base ()
 
 NewVariable_Base (const std::string &name, const Type &dataType, const NewVariables_Scales_t &scales, const VariableCreationParameters &params)
 
 NewVariable_Base (const std::string &name, const std::type_index &dataType, const NewVariables_Scales_t &scales, const VariableCreationParameters &params)
 

Public Attributes

std::string name_
 Name of the variable. More...
 
std::type_index dataType_
 Type of the new dimension. Int, char, etc. Used if a type is not passed directly. More...
 
Type dataTypeKnown_
 Type of the new dimension. Used if a type is passed directly. More...
 
NewVariables_Scales_t scales_
 Dimension scales. More...
 
VariableCreationParameters vcp_
 Var creation params. More...
 

Detailed Description

Used to specify a new variable with the collective createWithScales function.

Definition at line 149 of file Has_Variables.h.

Constructor & Destructor Documentation

◆ ~NewVariable_Base()

virtual ioda::NewVariable_Base::~NewVariable_Base ( )
inlinevirtual

Definition at line 161 of file Has_Variables.h.

◆ NewVariable_Base() [1/2]

ioda::NewVariable_Base::NewVariable_Base ( const std::string &  name,
const Type dataType,
const NewVariables_Scales_t scales,
const VariableCreationParameters params 
)
inline

Definition at line 163 of file Has_Variables.h.

◆ NewVariable_Base() [2/2]

ioda::NewVariable_Base::NewVariable_Base ( const std::string &  name,
const std::type_index &  dataType,
const NewVariables_Scales_t scales,
const VariableCreationParameters params 
)
inline

Definition at line 170 of file Has_Variables.h.

Member Data Documentation

◆ dataType_

std::type_index ioda::NewVariable_Base::dataType_

Type of the new dimension. Int, char, etc. Used if a type is not passed directly.

Definition at line 153 of file Has_Variables.h.

◆ dataTypeKnown_

Type ioda::NewVariable_Base::dataTypeKnown_

Type of the new dimension. Used if a type is passed directly.

Definition at line 155 of file Has_Variables.h.

◆ name_

std::string ioda::NewVariable_Base::name_

Name of the variable.

Definition at line 151 of file Has_Variables.h.

◆ scales_

NewVariables_Scales_t ioda::NewVariable_Base::scales_

Dimension scales.

Definition at line 157 of file Has_Variables.h.

◆ vcp_

VariableCreationParameters ioda::NewVariable_Base::vcp_

Var creation params.

Definition at line 159 of file Has_Variables.h.


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