1.3.49
 
Loading...
Searching...
No Matches
global.cpp File Reference
#include "global.h"
#include "png.h"
#include "jpeglib.h"

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ PNG_DEBUG

#define PNG_DEBUG   3

PNG debug level.

Definition at line 20 of file global.cpp.

◆ PNG_SKIP_SETJMP_CHECK

#define PNG_SKIP_SETJMP_CHECK   1

Macro to skip setjmp check.

Definition at line 22 of file global.cpp.

Function Documentation

◆ compute_elliptic_integral_first_kind()

float compute_elliptic_integral_first_kind ( float  e)

Definition at line 2741 of file global.cpp.

◆ evaluate_ellipsoidal_azimuth_PDF()

float evaluate_ellipsoidal_azimuth_PDF ( float  phi,
float  e,
float  phi0,
float  K_e 
)

Definition at line 2756 of file global.cpp.

◆ getBuildDirectory()

std::string getBuildDirectory ( )

Get build directory path - requires HELIOS_BUILD environment variable.

Definition at line 2575 of file global.cpp.

◆ METHODDEF()

METHODDEF ( void  )

Error exit function for JPEG library.

Definition at line 1830 of file global.cpp.