FV3 Bundle
oops::GridPoint Class Reference

#include <GridPoint.h>

Inheritance diagram for oops::GridPoint:
[legend]
Collaboration diagram for oops::GridPoint:
[legend]

Public Member Functions

 GridPoint (const oops::Variables vars, std::vector< double > vals, std::vector< int > varlens)
 
 ~GridPoint ()
 
const std::vector< double > getVals ()
 

Private Member Functions

void print (std::ostream &os) const
 

Private Attributes

const oops::Variables vars_
 
const std::vector< double > vals_
 
const std::vector< int > varlens_
 

Detailed Description

Definition at line 22 of file GridPoint.h.

Constructor & Destructor Documentation

◆ GridPoint()

oops::GridPoint::GridPoint ( const oops::Variables  vars,
std::vector< double >  vals,
std::vector< int >  varlens 
)
inline

Definition at line 24 of file GridPoint.h.

◆ ~GridPoint()

oops::GridPoint::~GridPoint ( )
inline

Definition at line 26 of file GridPoint.h.

Member Function Documentation

◆ getVals()

const std::vector<double> oops::GridPoint::getVals ( )
inline

Definition at line 28 of file GridPoint.h.

Here is the caller graph for this function:

◆ print()

void oops::GridPoint::print ( std::ostream &  os) const
inlineprivate

Definition at line 30 of file GridPoint.h.

Member Data Documentation

◆ vals_

const std::vector<double> oops::GridPoint::vals_
private

Definition at line 33 of file GridPoint.h.

◆ varlens_

const std::vector<int> oops::GridPoint::varlens_
private

Definition at line 34 of file GridPoint.h.

◆ vars_

const oops::Variables oops::GridPoint::vars_
private

Definition at line 32 of file GridPoint.h.


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