1#ifndef RPC_STEP_LOGGER_TPP
2#define RPC_STEP_LOGGER_TPP
11#include "StepLogger.h"
13#include <util/format/Int.h>
14#include <util/misc/Log.h>
42 if (isAtInterval(iStep)) {
Abstract base for periodic output and/or analysis actions.
void readInterval(std::istream &in)
Optionally read interval from file, with error checking.
void setClassName(const char *className)
Set class name string.
virtual void readParameters(std::istream &in)
Read interval and output file name.
virtual void sample(long iStep)
Write a frame/snapshot to trajectory file.
Wrapper for an int, for formatted ostream output.
static std::ostream & file()
Get log ostream by reference.
PSCF package top-level namespace.
Utility classes for scientific computation.