7 #ifndef __viewer_VideoRecorder_h__ 8 #define __viewer_VideoRecorder_h__ 31 m_basename(
"test/video"),
34 { m_timeStamp.resize(m_ringSize); }
36 void initialize(
void);
39 virtual void handle(
Record &record);
42 virtual void configure(
String pathname,U32 limit);
43 virtual String findNameFor(Real scalar);
49 std::vector<Real> m_timeStamp;
57 inline void VideoRecorder::configure(
String pathname,U32 limit)
61 m_timeStamp.
resize(m_ringSize);
kernel
Definition: namespace.dox:3
Saves a snapshot for every handle call that time advances.
Definition: VideoRecorder.h:24
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
The main data access class for the data system.
Definition: Accessor.h:128
void resize(U32 size, char c=' ')
Add or remove characters to set the string length.
Definition: String.cc:590
Storage of incremental state to a resource, like a file.
Definition: RecorderI.h:20
Interface to handle signals from an SignalerI.
Definition: HandlerI.h:22
Automatically reference-counted string container.
Definition: String.h:128
Time-based Operator.
Definition: datatoolAS.h:73
Reference to an instance of a Layout.
Definition: RecordSB.h:35
SignalerViewerI attributes.
Definition: SignalerViewerI.h:37