Jive reference manual
List of all members | Public Member Functions | Protected Member Functions
jive::app::StdDataPrinter Class Reference

#include <jive/app/StdDataPrinter.h>

Inheritance diagram for jive::app::StdDataPrinter:
Inheritance graph

Public Member Functions

 StdDataPrinter (const String &name="")
 
virtual void printTable (Output &out, const String &label, const Table &table, const Properties &globdat)
 
virtual void printVector (Output &out, const String &label, const Vector &vec, const DofSpace &dofs, const Properties &globdat)
 
virtual void printSparseVector (Output &out, const String &label, const Vector &vec, const IdxVector &idofs, const DofSpace &dofs, const Properties &globdat)
 
- Public Member Functions inherited from jive::app::DataPrinter
 DataPrinter (const String &name="")
 
virtual void init (const Properties &conf, const Properties &props, const Properties &globdat)
 
virtual void shutdown (const Properties &globdat)
 
virtual String getContext () const
 
- Public Member Functions inherited from jem::NamedObject
 NamedObject (const String &name="")
 
virtual String toString () const
 Returns a short textual description of this object. More...
 
String getName () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual long hashValue () const
 Returns a hash value for this object. More...
 
virtual bool equals (const Ref< Object > &obj) const
 Tests whether two objects are equal. More...
 
Ref< Objectclone () const
 Returns a copy of this object. More...
 

Protected Member Functions

virtual ~StdDataPrinter ()
 
- Protected Member Functions inherited from jive::app::DataPrinter
virtual ~DataPrinter ()
 
- Protected Member Functions inherited from jem::NamedObject
virtual ~NamedObject ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Additional Inherited Members

- Public Types inherited from jive::app::DataPrinter
typedef jem::mp::GatherPrinter Output
 
- Static Public Member Functions inherited from jem::NamedObject
static String makeContext (const String &kind, const String &name)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 
- Protected Attributes inherited from jem::NamedObject
String myName_
 

Constructor & Destructor Documentation

jive::app::StdDataPrinter::StdDataPrinter ( const String name = "")
explicit
virtual jive::app::StdDataPrinter::~StdDataPrinter ( )
protectedvirtual

Member Function Documentation

virtual void jive::app::StdDataPrinter::printTable ( Output out,
const String label,
const Table table,
const Properties globdat 
)
virtual
virtual void jive::app::StdDataPrinter::printVector ( Output out,
const String label,
const Vector &  vec,
const DofSpace dofs,
const Properties globdat 
)
virtual
virtual void jive::app::StdDataPrinter::printSparseVector ( Output out,
const String label,
const Vector &  vec,
const IdxVector &  idofs,
const DofSpace dofs,
const Properties globdat 
)
virtual