Public Member Functions | |
| virtual | ~Printable () |
| virtual void | print (std::ostream &os) const =0 |
Printable defines an interface for writing an object to a stream.
Definition at line 55 of file PlayaPrintable.hpp.
| virtual Playa::Printable::~Printable | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 59 of file PlayaPrintable.hpp.
| virtual void Playa::Printable::print | ( | std::ostream & | os | ) | const [pure virtual] |
abstract print function
Implemented in Sundance::DOFMapBase, Playa::EpetraMatrix, Sundance::InhomogeneousDOFMapHN, Playa::EpetraVector, Sundance::MeshSourceBase, Playa::SerialVectorType, Sundance::MeshTransformationBase, Playa::DenseSerialMatrix, Playa::EpetraVectorType, Sundance::CurveEvalMediator, Sundance::IntVec, Sundance::QuadratureEvalMediator, Playa::IfpackICCOperator, Sundance::InhomogeneousNodalDOFMap, Playa::AztecSolver, Playa::LineSearchBasedOptBase, Playa::InverseOperator< Scalar >, Sundance::HomogeneousDOFMap, Sundance::PartialElementDOFMap, Sundance::InhomogeneousEdgeLocalizedDOFMap, Sundance::SubmaximalNodalDOFMap, Playa::BelosSolver, Playa::EpetraGhostView, Sundance::ExplicitCellSet, Playa::SerialGhostView, Playa::SimpleScaledOp< Scalar >, Sundance::ImplicitCellSet, Sundance::QuadratureFamilyStub, Sundance::SpatiallyHomogeneousDOFMapBase, Playa::BICGSTABSolver< Scalar >, Playa::SimpleComposedOp< Scalar >, Playa::SimpleDiagonalOp< Scalar >, Sundance::MeshTypeBase, Playa::AmesosSolver, Playa::DenseLUSolver, Sundance::CellReordererFactoryBase, Playa::GhostView< Scalar >, Playa::GhostView< double >, Playa::SimpleBacktracking, Sundance::Bernstein, Sundance::Bubble, Sundance::CubicHermite, Sundance::EdgeLocalizedBasis, Sundance::Fourier, Sundance::Lagrange, Sundance::Legendre, Sundance::Nedelec, Playa::DefaultOptConvergenceTest, and Sundance::RaviartThomas.
Referenced by Playa::Handle< PointerType >::print(), and Playa::Vector< Scalar >::print().