Pteros  2.0
Molecular modeling library for human beings!
All Classes Functions Variables Friends Pages
pteros::FrameInfo Struct Reference

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!)
 

Detailed Description

Information about current frame, which is passed to Consumer for analysis along with the frame itself.

Member Data Documentation

◆ valid_frame

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.


The documentation for this struct was generated from the following file: