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