Public Types | Public Member Functions | Private Attributes
Playa::TestSpecifier< Scalar > Class Template Reference

List of all members.

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 ScalarMagwarningTol () const
const ScalarMagerrorTol () const

Private Attributes

bool doTest_
double warningTol_
double errorTol_

Detailed Description

template<class Scalar>
class Playa::TestSpecifier< Scalar >

Definition at line 50 of file PlayaTestSpecifier.hpp.


Member Typedef Documentation

template<class Scalar>
typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Playa::TestSpecifier< Scalar >::ScalarMag

Local typedef for promoted scalar magnitude.

Definition at line 54 of file PlayaTestSpecifier.hpp.


Constructor & Destructor Documentation

template<class Scalar>
Playa::TestSpecifier< Scalar >::TestSpecifier ( bool  doTest,
const ScalarMag warningTol,
const ScalarMag errorTol 
) [inline]

Definition at line 59 of file PlayaTestSpecifier.hpp.


Member Function Documentation

template<class Scalar>
bool Playa::TestSpecifier< Scalar >::doTest ( ) const [inline]

Definition at line 68 of file PlayaTestSpecifier.hpp.

References Playa::TestSpecifier< Scalar >::doTest_.

template<class Scalar>
const ScalarMag& Playa::TestSpecifier< Scalar >::errorTol ( ) const [inline]
template<class Scalar>
const ScalarMag& Playa::TestSpecifier< Scalar >::warningTol ( ) const [inline]

Member Data Documentation

template<class Scalar>
bool Playa::TestSpecifier< Scalar >::doTest_ [private]

Definition at line 78 of file PlayaTestSpecifier.hpp.

Referenced by Playa::TestSpecifier< Scalar >::doTest().

template<class Scalar>
double Playa::TestSpecifier< Scalar >::errorTol_ [private]

Definition at line 82 of file PlayaTestSpecifier.hpp.

Referenced by Playa::TestSpecifier< Scalar >::errorTol().

template<class Scalar>
double Playa::TestSpecifier< Scalar >::warningTol_ [private]

Definition at line 80 of file PlayaTestSpecifier.hpp.

Referenced by Playa::TestSpecifier< Scalar >::warningTol().

Site Contact