Go to the source code of this file.
Macros | |
#define | PNG_DEBUG 3 |
PNG debug level. | |
#define | PNG_SKIP_SETJMP_CHECK 1 |
Macro to skip setjmp check. | |
Functions | |
METHODDEF (void) jpg_error_exit(j_common_ptr cinfo) | |
Error exit function for JPEG library. | |
std::string | getBuildDirectory () |
Get build directory path - requires HELIOS_BUILD environment variable. | |
float | compute_elliptic_integral_first_kind (float e) |
float | evaluate_ellipsoidal_azimuth_PDF (float phi, float e, float phi0, float K_e) |
global declarations.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file global.cpp.
#define PNG_DEBUG 3 |
PNG debug level.
Definition at line 20 of file global.cpp.
#define PNG_SKIP_SETJMP_CHECK 1 |
Macro to skip setjmp check.
Definition at line 22 of file global.cpp.
float compute_elliptic_integral_first_kind | ( | float | e | ) |
Definition at line 2741 of file global.cpp.
float evaluate_ellipsoidal_azimuth_PDF | ( | float | phi, |
float | e, | ||
float | phi0, | ||
float | K_e | ||
) |
Definition at line 2756 of file global.cpp.
std::string getBuildDirectory | ( | ) |
Get build directory path - requires HELIOS_BUILD environment variable.
Definition at line 2575 of file global.cpp.
METHODDEF | ( | void | ) |
Error exit function for JPEG library.
Definition at line 1830 of file global.cpp.