Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato

◆ load_first_level_bb_bloc()

void elaboradar::Assets::load_first_level_bb_bloc ( radarelab::Matrix2D< unsigned char > & matrix)

Open the first level elevation BB bloc file.

The result is always a valid file: it throws an exception if something goes wrong.

Parametri
matrix- Matrix [unsigned char] where first_elev_bb_bloc table is loaded

Definizione alla linea 135 del file assets.cpp.

136{
137 load_raw(fname_out_pp_bloc("mat_bloc.bin"), "elev BB", matrix);
138}
void load_raw(const std::string &fname, const char *desc, radarelab::Matrix2D< T > &matrix)
Load a Matrix2D, from packed row-major binary data.
Definition assets.cpp:482
std::string fname_out_pp_bloc(const char *suffix) const
Compute the file name of a date/time based file in $DIR_OUT_PP_BLOC.
Definition assets.cpp:189

Referenzia fname_out_pp_bloc(), e load_raw().