chrono::ChFx Class Referenceabstract

Description

Abstract interface class for math functions of the type A=f(B) where A and B are vectors of real values (to the limit, also single scalar values).

#include <ChFx.h>

Inheritance diagram for chrono::ChFx:

Public Member Functions

virtual void Eval (ChVectorDynamic<> &A, const ChVectorDynamic<> &B)=0
 Evaluate A=f(B). More...
 

Member Function Documentation

◆ Eval()

virtual void chrono::ChFx::Eval ( ChVectorDynamic<> &  A,
const ChVectorDynamic<> &  B 
)
pure virtual

Evaluate A=f(B).

Parameters
Aresult output variables here
Binput variables here

Implemented in chrono::ChFxCfunction, and chrono::ChFxCfunctionS.


The documentation for this class was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono/core/ChFx.h