Programming Reference for VirtualLab Fusion  2022.1
Public Member Functions | List of all members
PropagationOperator Class Referenceabstract

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms More...

Inheritance diagram for PropagationOperator:

Public Member Functions

abstract void DoBackwardPropagation (ComplexField field)
 Propagate from considered constraint domain into standard domain. More...
 
abstract void DoForwardPropagation (ComplexField field)
 Propagate from standard domain into considered constraint domain. More...
 
 PropagationOperator ()
 Standard constructor
 

Detailed Description

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms

Member Function Documentation

◆ DoBackwardPropagation()

abstract void DoBackwardPropagation ( ComplexField  field)
pure virtual

Propagate from considered constraint domain into standard domain.

Parameters
fieldThe field to propagate.

◆ DoForwardPropagation()

abstract void DoForwardPropagation ( ComplexField  field)
pure virtual

Propagate from standard domain into considered constraint domain.

Parameters
fieldThe field to propagate.