NASA Logo
Ocean Color Science Software

ocssw V2022

#include <sst_cloud_mask_utils.hpp>

Inheritance diagram for PairOfSST:
[legend]
Collaboration diagram for PairOfSST:
[legend]

Public Member Functions

 PairOfSST ()
 
 PairOfSST (size_t npix, float *sst1, float *sst2, bool has_difference)
 
void get_difference ()
 
- Public Member Functions inherited from PairOfVars
 PairOfVars ()
 
 PairOfVars (size_t npix)
 
float * operator() ()
 
float * get_Tdeflong ()
 

Public Attributes

float * sst1
 
float * sst2
 
- Public Attributes inherited from PairOfVars
std::vector< float > difference
 
std::vector< float > ratio
 
size_t npix
 
int current_scan = 0
 

Detailed Description

A derived class for a pair of SSTs.

Definition at line 636 of file sst_cloud_mask_utils.hpp.

Constructor & Destructor Documentation

◆ PairOfSST() [1/2]

PairOfSST ( )
inline

Definition at line 640 of file sst_cloud_mask_utils.hpp.

◆ PairOfSST() [2/2]

PairOfSST ( size_t  npix,
float *  sst1,
float *  sst2,
bool  has_difference 
)
inline

Definition at line 643 of file sst_cloud_mask_utils.hpp.

Member Function Documentation

◆ get_difference()

void get_difference ( )
inline

Definition at line 651 of file sst_cloud_mask_utils.hpp.

Member Data Documentation

◆ sst1

float* sst1

Definition at line 637 of file sst_cloud_mask_utils.hpp.

◆ sst2

float* sst2

Definition at line 638 of file sst_cloud_mask_utils.hpp.


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