#include <AnasaziBasicOutputManager.hpp>
Inheritance diagram for Anasazi::BasicOutputManager< ScalarType >:

Public Member Functions | |
Constructors/Destructor | |
| BasicOutputManager (int vb=Anasazi::Errors, Teuchos::RefCountPtr< ostream > os=Teuchos::rcp(&std::cout, false)) | |
| Default constructor. | |
| virtual | ~BasicOutputManager () |
| Destructor. | |
Set/Get methods | |
| void | setOStream (Teuchos::RefCountPtr< ostream > os) |
| Set the output stream for this manager. | |
| Teuchos::RefCountPtr< ostream > | getOStream () |
| Get the output stream for this manager. | |
Output methods | |
| bool | isVerbosity (MsgType type) |
| Find out whether we need to print out information for this message type. | |
| void | print (MsgType type, const string output) |
| Send some output to this output stream. | |
| ostream & | stream (MsgType type) |
| Create a stream for outputting to. | |
BlockDavidson/BlockDavidsonEpetraEx.cpp, BlockDavidson/BlockDavidsonEpetraExGen.cpp, and MVOPTester/MVOPTesterEx.cpp.
Definition at line 55 of file AnasaziBasicOutputManager.hpp.
|
||||||||||||||||
|
Default constructor.
Definition at line 116 of file AnasaziBasicOutputManager.hpp. |
|
|||||||||
|
Destructor.
Definition at line 66 of file AnasaziBasicOutputManager.hpp. |
|
||||||||||
|
Set the output stream for this manager.
Definition at line 132 of file AnasaziBasicOutputManager.hpp. |
|
|||||||||
|
Get the output stream for this manager.
Definition at line 137 of file AnasaziBasicOutputManager.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. Implements Anasazi::OutputManager< ScalarType >. Definition at line 142 of file AnasaziBasicOutputManager.hpp. |
|
||||||||||||||||
|
Send some output to this output stream.
Implements Anasazi::OutputManager< ScalarType >. Definition at line 150 of file AnasaziBasicOutputManager.hpp. |
|
||||||||||
|
Create a stream for outputting to.
Implements Anasazi::OutputManager< ScalarType >. Definition at line 157 of file AnasaziBasicOutputManager.hpp. |
1.3.9.1