TECA
The Toolkit for Extreme Climate Analysis
teca_mask.h File Reference
#include "teca_shared_object.h"
#include "teca_algorithm.h"
#include "teca_metadata.h"
#include <string>
#include <vector>
Include dependency graph for teca_mask.h:

Go to the source code of this file.

Classes

class  teca_mask
 an algorithm that masks a range of values More...
 

Typedefs

using p_teca_mask = std::shared_ptr< teca_mask >
 
using const_p_teca_mask = std::shared_ptr< const teca_mask >
 

Typedef Documentation

◆ const_p_teca_mask

using const_p_teca_mask = std::shared_ptr<const teca_mask >

A shared pointer to a const instance of teca_mask

◆ p_teca_mask

using p_teca_mask = std::shared_ptr< teca_mask >

a shared pointer to an instance of teca_mask