Public Member Functions
Playa::Printable Class Reference
Inheritance diagram for Playa::Printable:
Playa::GhostView< double > Playa::AmesosSolver Playa::AztecSolver Playa::BelosSolver Playa::BICGSTABSolver< Scalar > Playa::DenseLUSolver Playa::DenseSerialMatrix Playa::EpetraMatrix Playa::EpetraVector Playa::EpetraVectorType Playa::GhostView< Scalar > Playa::IfpackICCOperator Playa::InverseOperator< Scalar > Playa::LineSearchBase Playa::OptConvergenceTestBase Playa::SerialVectorType Playa::SimpleComposedOp< Scalar > Playa::SimpleDiagonalOp< Scalar > Playa::SimpleScaledOp< Scalar > Playa::UnconstrainedOptimizerBase Sundance::BasisFamilyBase Sundance::CellReordererFactoryBase Sundance::CellSetBase Sundance::DOFMapBase Sundance::IntVec Sundance::MeshSourceBase Sundance::MeshTransformationBase Sundance::MeshTypeBase Sundance::QuadratureFamilyStub Sundance::StdFwkEvalMediator

List of all members.

Public Member Functions

virtual ~Printable ()
virtual void print (std::ostream &os) const =0

Detailed Description

Printable defines an interface for writing an object to a stream.

Author:
Kevin Long (kevin.long@ttu.edu)

Definition at line 55 of file PlayaPrintable.hpp.


Constructor & Destructor Documentation

virtual Playa::Printable::~Printable ( ) [inline, virtual]

virtual dtor

Definition at line 59 of file PlayaPrintable.hpp.


Member Function Documentation

virtual void Playa::Printable::print ( std::ostream &  os) const [pure virtual]

Site Contact