Namespaces | Functions
helperFunctionsStringConversion.H File Reference

String conversion functions. More...

Include dependency graph for helperFunctionsStringConversion.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::help
 Helper functions useful for mesh generation.
 

Functions

scalar textToScalar (const word &w)
 convert the text to scalar More...
 
label textToLabel (const word &w)
 convert the text to label More...
 
word scalarToText (const scalar s)
 convert the scalar value into text More...
 
word labelToText (const label l)
 convert the integer value into text More...
 

Detailed Description

String conversion functions.

Original source file helperFunctionsStringConversion.H

InNamespace Foam::help

Source files

Definition in file helperFunctionsStringConversion.H.