FEDEM Solver  R8.0
Source code of the dynamics solver
Classes | Namespaces | Functions
FFaOperation.H File Reference

Classes that make up the core of a operation/transformation system. More...

#include <map>
#include <vector>
#include <string>
#include "FFaLib/FFaDynCalls/FFaDynCB.H"
Include dependency graph for FFaOperation.H:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Jacob Storen