PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members
DofInfo Struct Referencefinal

Information of DOF values: name, minimum value, and maximum value. More...

Public Member Functions

Construction
 DofInfo (std::string &&_n, const DofType _type, const Range< double > _range)
 

Public Attributes

Internal State
std::string name
 DOF name.
 
DofType type
 DOF type.
 
Range< double > range
 Range of allowed values.
 

Detailed Description

Information of DOF values: name, minimum value, and maximum value.

Constructor & Destructor Documentation

◆ DofInfo()

DofInfo::DofInfo ( std::string &&  _n,
const DofType  _type,
const Range< double >  _range 
)

Construct a DofInfo with a name and range of allowed values.

Parameters
_nSemantic name for this DOF.
_typeThe type for this DOF.
_minMinimum allowed value.
_maxMaximum allowed value.

The documentation for this struct was generated from the following file: