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 13 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 17 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 22 of file PlayaTestSpecifier.hpp.


Member Function Documentation

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

Definition at line 31 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 41 of file PlayaTestSpecifier.hpp.

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

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

Definition at line 45 of file PlayaTestSpecifier.hpp.

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

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

Definition at line 43 of file PlayaTestSpecifier.hpp.

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

Site Contact