Public Types | |
| typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
| Local typedef for promoted scalar magnitude. | |
Public Member Functions | |
| TestSpecifier (bool doTest, const ScalarMag &warningTol, const ScalarMag &errorTol) | |
| bool | doTest () const |
| const ScalarMag & | warningTol () const |
| const ScalarMag & | errorTol () const |
Private Attributes | |
| bool | doTest_ |
| double | warningTol_ |
| double | errorTol_ |
Definition at line 13 of file PlayaTestSpecifier.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Playa::TestSpecifier< Scalar >::ScalarMag |
| Playa::TestSpecifier< Scalar >::TestSpecifier | ( | bool | doTest, | |
| const ScalarMag & | warningTol, | |||
| const ScalarMag & | errorTol | |||
| ) | [inline] |
Definition at line 22 of file PlayaTestSpecifier.hpp.
| bool Playa::TestSpecifier< Scalar >::doTest | ( | ) | const [inline] |
Definition at line 31 of file PlayaTestSpecifier.hpp.
References Playa::TestSpecifier< Scalar >::doTest_.
| const ScalarMag& Playa::TestSpecifier< Scalar >::errorTol | ( | ) | const [inline] |
Definition at line 37 of file PlayaTestSpecifier.hpp.
References Playa::TestSpecifier< Scalar >::errorTol_.
Referenced by Playa::TesterBase< Scalar >::checkTest().
| const ScalarMag& Playa::TestSpecifier< Scalar >::warningTol | ( | ) | const [inline] |
Definition at line 34 of file PlayaTestSpecifier.hpp.
References Playa::TestSpecifier< Scalar >::warningTol_.
Referenced by Playa::TesterBase< Scalar >::checkTest().
bool Playa::TestSpecifier< Scalar >::doTest_ [private] |
Definition at line 41 of file PlayaTestSpecifier.hpp.
Referenced by Playa::TestSpecifier< Scalar >::doTest().
double Playa::TestSpecifier< Scalar >::errorTol_ [private] |
Definition at line 45 of file PlayaTestSpecifier.hpp.
Referenced by Playa::TestSpecifier< Scalar >::errorTol().
double Playa::TestSpecifier< Scalar >::warningTol_ [private] |
Definition at line 43 of file PlayaTestSpecifier.hpp.
Referenced by Playa::TestSpecifier< Scalar >::warningTol().