#include <AnasaziOutputManager.hpp>
Inheritance diagram for Anasazi::OutputManager< ScalarType >:

Public Member Functions | |
Constructors/Destructor | |
| OutputManager (int vb=Anasazi::Errors) | |
| Default constructor. | |
| virtual | ~OutputManager () |
| Destructor. | |
Set/Get methods | |
| virtual void | setVerbosity (int vb) |
| Set the message output types for this manager. | |
| virtual int | getVerbosity () |
| Get the message output types for this manager. | |
Output methods | |
| virtual bool | isVerbosity (MsgType type)=0 |
| Find out whether we need to print out information for this message type. | |
| virtual void | print (MsgType type, const string output)=0 |
| Send output to the output manager. | |
| virtual ostream & | stream (MsgType type)=0 |
| Create a stream for outputting to. | |
Definition at line 51 of file AnasaziOutputManager.hpp.
|
||||||||||
|
Default constructor.
Definition at line 59 of file AnasaziOutputManager.hpp. |
|
|||||||||
|
Destructor.
Definition at line 62 of file AnasaziOutputManager.hpp. |
|
||||||||||
|
Set the message output types for this manager.
Definition at line 69 of file AnasaziOutputManager.hpp. |
|
|||||||||
|
Get the message output types for this manager.
Definition at line 72 of file AnasaziOutputManager.hpp. |
|
||||||||||
|
Find out whether we need to print out information for this message type. This method is used by the solver to determine whether computations are necessary for this message type. Implemented in Anasazi::BasicOutputManager< ScalarType >. |
|
||||||||||||||||
|
Send output to the output manager.
Implemented in Anasazi::BasicOutputManager< ScalarType >. |
|
||||||||||
|
Create a stream for outputting to.
Implemented in Anasazi::BasicOutputManager< ScalarType >. |
1.3.9.1