SG++-Doxygen-Documentation
sgpp::base::ScreenOutput Class Reference

This is used to implement the output on the command line. More...

#include <ScreenOutput.hpp>

Public Member Functions

 ScreenOutput ()
 Standard constructor. More...
 
void update (size_t progress, std::string status)
 update function running windows More...
 
void writeEmptyLines (size_t numLines)
 writes empty lines More...
 
void writeHelp (std::string helpText)
 writes some help information to the console More...
 
void writeStartSolve (std::string text)
 start the screen output More...
 
void writeTitle (std::string appTitle, std::string appAuthor)
 writes the header of the screen output More...
 
 ~ScreenOutput ()
 Standard destructor. More...
 

Detailed Description

This is used to implement the output on the command line.

Constructor & Destructor Documentation

◆ ScreenOutput()

sgpp::base::ScreenOutput::ScreenOutput ( )

Standard constructor.

◆ ~ScreenOutput()

sgpp::base::ScreenOutput::~ScreenOutput ( )

Standard destructor.

Member Function Documentation

◆ update()

void sgpp::base::ScreenOutput::update ( size_t  progress,
std::string  status 
)

◆ writeEmptyLines()

◆ writeHelp()

void sgpp::base::ScreenOutput::writeHelp ( std::string  helpText)

writes some help information to the console

Parameters
helpTextthe helptext to be displayed

◆ writeStartSolve()

◆ writeTitle()

void sgpp::base::ScreenOutput::writeTitle ( std::string  appTitle,
std::string  appAuthor 
)

writes the header of the screen output

Parameters
appTitlethe application's title
appAuthorthe application's author

Referenced by sgpp::pde::HeatEquationSolver::initScreen(), sgpp::pde::HeatEquationSolverWithStretching::initScreen(), and sgpp::pde::PoissonEquationSolver::initScreen().


The documentation for this class was generated from the following files: