PLearn 0.1
Classes | Namespaces | Functions
ProgressBar.h File Reference
#include <string>
#include "PP.h"
#include <plearn/io/PStream.h>
Include dependency graph for ProgressBar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::ProgressBarPlugin
 Base class for pb plugins. More...
class  PLearn::TextProgressBarPlugin
 Simple plugin for displaying text progress bar. More...
class  PLearn::RemoteProgressBarPlugin
 Similar to TextProgressBarPlugin with a different output format so that remote servers can update progress bars on a client. More...
class  PLearn::LineOutputProgressBarPlugin
 Similar to TextProgressBarPlugin with a different output format so that updates appear on different lines of output. More...
struct  PLearn::NullProgressBarPlugin
 Simpler plugin that doesn't display a progress bar at all. More...
class  PLearn::ProgressBar
 This class will help you display progress of a calculation. More...

Namespaces

namespace  PLearn
 

< for swap


Functions

void PLearn::setProgressBarPlugin (string pb_type)

Detailed Description

Definition in file ProgressBar.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines