tableBase Class Reference
Inheritance diagram for tableBase:
Collaboration diagram for tableBase:

Public Types

enum class  boundsHandling {
  error , warn , clamp , zero ,
  repeat
}
 Enumeration for handling out-of-bound values. More...
 

Public Member Functions

 tableBase ()
 Construct null. More...
 

Static Public Member Functions

static NamedEnum< boundsHandling, 5 >::namesType boundsHandlingNames_ ()
 

Static Public Attributes

static const NamedEnum< boundsHandling, 5 > boundsHandlingNames
 Enumeration names for handling out-of-bound values. More...
 

Detailed Description

Definition at line 47 of file tableBase.H.

Member Enumeration Documentation

◆ boundsHandling

enum boundsHandling
strong

Enumeration for handling out-of-bound values.

Enumerator
error 
warn 
clamp 
zero 
repeat 

Definition at line 54 of file tableBase.H.

Constructor & Destructor Documentation

◆ tableBase()

tableBase ( )
inline

Construct null.

Definition at line 82 of file tableBase.H.

Member Function Documentation

◆ boundsHandlingNames_()

static NamedEnum<boundsHandling, 5>::namesType boundsHandlingNames_ ( )
inlinestatic

Definition at line 66 of file tableBase.H.

Member Data Documentation

◆ boundsHandlingNames

const Foam::NamedEnum< Foam::Function1s::tableBase::boundsHandling, 5 > boundsHandlingNames
static

Enumeration names for handling out-of-bound values.

Definition at line 64 of file tableBase.H.


The documentation for this class was generated from the following files: