Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120266013
print.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 02:46
Size
494 B
Mime Type
text/x-c
Expires
Sat, Jul 5, 02:46 (9 h, 46 m)
Engine
blob
Format
Raw Data
Handle
27164186
Attached To
R7571 SP4E-TB-TL-FR
print.hh
View Options
#ifndef PRINT_HH
#define PRINT_HH
#include "dumper.hh"
class PrintSeries : public DumperSeries {
public:
PrintSeries(Series & series, unsigned int maxiter, unsigned int frequency,unsigned int precision); // Constructor
virtual ~PrintSeries() {}; // Destructor
// dump method override;
void dump(std::ostream & os = std::cout) override;
private:
unsigned int maxiter;
unsigned int frequency;
unsigned int precision;
};
#endif
Event Timeline
Log In to Comment