|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A simple function object that multiplys a specififed value from the given arguement in the runFunction function. More...
#include <Teuchos_StandardFunctionObjects.hpp>

Constructors/Destructors | |
| MultiplicationFunction () | |
| Constructs a MultiplicationFunction. | |
| MultiplicationFunction (OperandType amountToMultiplyBy) | |
| Constructs a MultiplicationFunction. | |
Overridden from SimpleFunctionObject | |
| OperandType | runFunction (OperandType arguement) const |
| | |
Overridden from FunctionObject | |
| std::string | getTypeAttributeValue () const |
| | |
A simple function object that multiplys a specififed value from the given arguement in the runFunction function.
Please see the MultiplicationFunctionXMLConverter for details on the XML representation of this fucntion object.
Definition at line 255 of file Teuchos_StandardFunctionObjects.hpp.
| Teuchos::MultiplicationFunction< OperandType >::MultiplicationFunction | ( | ) | [inline] |
Constructs a MultiplicationFunction.
Definition at line 266 of file Teuchos_StandardFunctionObjects.hpp.
| Teuchos::MultiplicationFunction< OperandType >::MultiplicationFunction | ( | OperandType | amountToMultiplyBy | ) | [inline] |
Constructs a MultiplicationFunction.
| amountToMultiplyBy | The amound to be by which the given arguement in the runFunction function should be multiplied. |
Definition at line 275 of file Teuchos_StandardFunctionObjects.hpp.
| OperandType Teuchos::MultiplicationFunction< OperandType >::runFunction | ( | OperandType | arguement | ) | const [inline, virtual] |
Implements Teuchos::SimpleFunctionObject< OperandType >.
Definition at line 284 of file Teuchos_StandardFunctionObjects.hpp.
| std::string Teuchos::MultiplicationFunction< OperandType >::getTypeAttributeValue | ( | ) | const [inline, virtual] |
Implements Teuchos::FunctionObject.
Definition at line 297 of file Teuchos_StandardFunctionObjects.hpp.
1.7.6.1