![]() |
Pteros
2.0
Molecular modeling library for human beings!
|
Information about current frame, which is passed to Consumer for analysis along with the frame itself. More...
#include <frame_info.h>
Public Attributes | |
int | absolute_frame |
Counts all frames in trajectory starting from 0. | |
float | absolute_time |
Current time stamp. | |
int | valid_frame |
Counts only valid frames (the frames, which fall into specified time and frame range) and are sent to processing. More... | |
float | first_time |
Time of the first processed valid frame. | |
float | last_time |
Time of the last processed valid frame. | |
int | first_frame |
First processed valid frame (this is an absolute value!) | |
int | last_frame |
Last processed valid frame (this is an absolute value!) | |
Information about current frame, which is passed to Consumer for analysis along with the frame itself.
int pteros::FrameInfo::valid_frame |
Counts only valid frames (the frames, which fall into specified time and frame range) and are sent to processing.
Starts from 0.