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

Public Types

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

Public Member Functions

 tableBase ()
 Construct null. More...
 
virtual ~tableBase ()
 Destructor. More...
 

Static Public Attributes

static const NamedEnum< boundsHandling, 4 > 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 
repeat 

Definition at line 54 of file tableBase.H.

Constructor & Destructor Documentation

◆ tableBase()

tableBase ( )

Construct null.

Definition at line 44 of file tableBase.C.

◆ ~tableBase()

~tableBase ( )
virtual

Destructor.

Definition at line 50 of file tableBase.C.

Member Data Documentation

◆ boundsHandlingNames_

const Foam::NamedEnum< Foam::Function1s::tableBase::boundsHandling, 4 > boundsHandlingNames_
static

Enumeration names for handling out-of-bound values.

Definition at line 63 of file tableBase.H.

Referenced by NamedEnum< compressibleField, 8 >::names().


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