|
Teuchos - Trilinos Tools Package
Version of the Day
|
A dependency in which the number of rows in a parameter with a TwoDArray depends on the value of another parameter. More...
#include <Teuchos_StandardDependencies.hpp>
Public Member Functions | |
Constructors/Destructor | |
| TwoDRowDependency (RCP< const ParameterEntry > dependee, RCP< ParameterEntry > dependent, RCP< const SimpleFunctionObject< DependeeType > > func=null) | |
| Constructs a TwoDRowDependency. | |
| TwoDRowDependency (RCP< const ParameterEntry > dependee, Dependency::ParameterEntryList dependents, RCP< const SimpleFunctionObject< DependeeType > > func=null) | |
| Constructs a TwoDRowDependency. | |
Overridden from Dependency | |
| std::string | getTypeAttributeValue () const |
| | |
Protected Member Functions | |
Overridden from ArrayModifierDependency | |
| void | modifyArray (DependeeType newAmount, RCP< ParameterEntry > dependentToModify) |
| | |
| std::string | getBadDependentValueErrorMessage () const |
| | |
A dependency in which the number of rows in a parameter with a TwoDArray depends on the value of another parameter.
Please see TwoDRowDependencyXMLConverter for documentation regarding the XML representation of this Dependency.
Definition at line 1922 of file Teuchos_StandardDependencies.hpp.
| Teuchos::TwoDRowDependency< DependeeType, DependentType >::TwoDRowDependency | ( | RCP< const ParameterEntry > | dependee, |
| RCP< ParameterEntry > | dependent, | ||
| RCP< const SimpleFunctionObject< DependeeType > > | func = null |
||
| ) |
Constructs a TwoDRowDependency.
| dependee | The dependee parameter. |
| dependent | The dependent parameter. |
| func | A function specifying how the TwoDArrays number of rows should be calculated from the dependees value. |
Definition at line 1984 of file Teuchos_StandardDependencies.hpp.
| Teuchos::TwoDRowDependency< DependeeType, DependentType >::TwoDRowDependency | ( | RCP< const ParameterEntry > | dependee, |
| Dependency::ParameterEntryList | dependents, | ||
| RCP< const SimpleFunctionObject< DependeeType > > | func = null |
||
| ) |
Constructs a TwoDRowDependency.
| dependee | The dependee parameter. |
| dependents | The dependents. |
| func | A function specifying how the TwoDArrays number of rows should be calculated from the dependees value. |
Definition at line 1995 of file Teuchos_StandardDependencies.hpp.
| std::string Teuchos::TwoDRowDependency< DependeeType, DependentType >::getTypeAttributeValue | ( | ) | const [virtual] |
Implements Teuchos::Dependency.
Definition at line 2008 of file Teuchos_StandardDependencies.hpp.
| void Teuchos::TwoDRowDependency< DependeeType, DependentType >::modifyArray | ( | DependeeType | newAmount, |
| RCP< ParameterEntry > | dependentToModify | ||
| ) | [protected, virtual] |
Implements Teuchos::ArrayModifierDependency< DependeeType, DependentType >.
Definition at line 2018 of file Teuchos_StandardDependencies.hpp.
| std::string Teuchos::TwoDRowDependency< DependeeType, DependentType >::getBadDependentValueErrorMessage | ( | ) | const [protected, virtual] |
Implements Teuchos::ArrayModifierDependency< DependeeType, DependentType >.
Definition at line 2031 of file Teuchos_StandardDependencies.hpp.
1.7.6.1