Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
매크로 | 함수
nf_stringToDoubles.cc 파일 참조
#include <stdlib.h>
#include <cmath>
#include "nf_utilities.h"

이 파일의 소스 코드 페이지로 가기

매크로

#define isfinite   std::isfinite
 
#define numberOfStaticDoubles   ( 100 * 1000 )
 

함수

static nfu_status nfu_stringToListOfDoubles2 (char const *str, int64_t *numberConverted, double **doublePtr, char **endCharacter)
 
nfu_status nfu_stringToListOfDoubles (char const *str, int64_t *numberConverted, double **doublePtr, char **endCharacter)
 
char * nf_floatToShortestString (double value, int significantDigits, int favorEFormBy, int flags)
 

매크로 문서화

#define isfinite   std::isfinite
#define numberOfStaticDoubles   ( 100 * 1000 )

nf_stringToDoubles.cc 파일의 23 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : nfu_stringToListOfDoubles2().

함수 문서화

char* nf_floatToShortestString ( double  value,
int  significantDigits,
int  favorEFormBy,
int  flags 
)
nfu_status nfu_stringToListOfDoubles ( char const *  str,
int64_t *  numberConverted,
double **  doublePtr,
char **  endCharacter 
)

nf_stringToDoubles.cc 파일의 29 번째 라인에서 정의되었습니다.

다음을 참조함 : nfu_stringToListOfDoubles2().

다음에 의해서 참조됨 : ptwX_fromString(), ptwXY_fromString().

static nfu_status nfu_stringToListOfDoubles2 ( char const *  str,
int64_t *  numberConverted,
double **  doublePtr,
char **  endCharacter 
)
static

nf_stringToDoubles.cc 파일의 38 번째 라인에서 정의되었습니다.

다음을 참조함 : nfu_malloc(), nfu_mallocError, nfu_Okay, numberOfStaticDoubles.

다음에 의해서 참조됨 : nfu_stringToListOfDoubles().