Go to the documentation of this file.
21 #ifndef __bTypesFunctions_hpp__
22 #define __bTypesFunctions_hpp__
231 return theta / 180.0 *
Pi;
236 return phi /
Pi * 180.0;
243 #endif //__bTypesFunctions_hpp__
word tailName(const word &w, char sep='.')
word angleBracketsNames3(const word &base, const word &w1, const word &w2, const word &w3)
bool readValue(const word &w, real &val)
word real2Fixed(const real &v, int32 numPrecision=6)
bool readInt32(const word &w, int32 &val)
word real2FixedStripZeros(const real &v, int32 numPrecision=6)
bool validWordWithQuote(char c)
bool readUint32(const word &w, uint32 &val)
bool readBoolian_Str(const word &w, bool &val)
bool readReal(const word &w, real &val)
word toUpper(const word &inStr)
bool readLabel(const word &w, label &val)
bool readInt64(const word &w, int64 &val)
bool readInt16(const word &w, int16 &val)
word baseName(const word &w, char sep='.')
word angleBracketsNames2(const word &base, const word &w1, const word &w2)
word angleBracketsNames(const word &w1, const word &w2)
INLINE_FUNCTION_HD real abs(real x)
bool isNo(const word &str)
const word whiteSpace(" \t\n\v\f\r")
word removeDecimalZeros(const word &str)
bool readInt8(const word &w, int8 &val)
word real2Word(const real &v, int32 numPrecision=6)
INLINE_FUNCTION_HD real radian2Degree(const real &phi)
word groupNames(const word &bw, const word &tw, char sep='.')
word int322Word(const int32 &v)
bool isYes(const word &str)
#define INLINE_FUNCTION_HD
INLINE_FUNCTION_HD real degree2Radian(const real &theta)
int32 countChar(const word &s, const char c)
INLINE_FUNCTION_HD bool equal(const real &s1, const real &s2)