ocssw
V2022
|
OutFile.cpp File Reference
#include <xtiffio.h>
#include <geo_normalize.h>
#include "OutFile.h"
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <timeutils.h>
#include <nc4utils.h>
#include <string>
#include <float.h>
#include <regex>
#include <hdf.h>
#include <mfhdf.h>
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string.hpp>
#include <stack>
#include <geo_tiffp.h>
Include dependency graph for OutFile.cpp:
Go to the source code of this file.
Functions | |
const std::unordered_map< std::string, std::vector< int32_t > > & | get_wv3d_2d_name_to_3d_expansion () |
const std::unordered_map< std::string, std::string > & | get_wv3d_3d_name_to_2d_name () |
size_t | get_len_wv3d () |
std::string | remove_wv_from_long_name (const std::string &long_name_with_wv) |
Function Documentation
◆ get_len_wv3d()
size_t get_len_wv3d | ( | ) |
Definition at line 61 of file l3mapgen.cpp.
◆ get_wv3d_2d_name_to_3d_expansion()
const std::unordered_map<std::string, std::vector<int32_t> >& get_wv3d_2d_name_to_3d_expansion | ( | ) |
Definition at line 53 of file l3mapgen.cpp.
◆ get_wv3d_3d_name_to_2d_name()
const std::unordered_map<std::string, std::string>& get_wv3d_3d_name_to_2d_name | ( | ) |
Definition at line 57 of file l3mapgen.cpp.
◆ remove_wv_from_long_name()
std::string remove_wv_from_long_name | ( | const std::string & | long_name_with_wv | ) |
Definition at line 32 of file OutFile.cpp.