FEDEM Solver
R8.0
Source code of the dynamics solver
|
Classes that make up the core of a operation/transformation system. More...
Go to the source code of this file.
Classes | |
class | FFaOperationBase |
Base class for all operations. More... | |
class | FFaOperation< RetType > |
The base class used as argument in other operations. More... | |
class | FFaOperationContainer< OperationCB > |
A class used to manage and store callbacks of a certain type. More... | |
class | FFaUnaryOp< RetType, PrmType > |
A class for scalar operations. More... | |
class | FFaNToOneOp< RetType > |
A class for vector operations. More... | |
Namespaces | |
FFa | |
Various math utilities. | |
Functions | |
void | FFa::setSpecialResultValue (double value, double equiv) |
Defines a special result value and its associated equivalent value. More... | |
Classes that make up the core of a operation/transformation system.
An operation is a kind of function with other functions as arguments. Trees are built by setting operations as arguments to other operations.