Panda3D
 All Classes Functions Variables Enumerations
Public Types | Public Member Functions | Public Attributes | List of all members
FrameSample Class Reference

This class is used within this module only–in fact, within PStatView::set_to_frame() only–to help collect event data out of the PStatFrameData object and boil it down to a list of elapsed times. More...

Public Types

typedef plist< FrameSample * > Started
 

Public Member Functions

void data_point (double time, bool is_start, Started &started)
 
void pop (double time)
 
void pop_one (double time, Started &started)
 
void push (double time)
 
void push_all (double time, Started &started)
 

Public Attributes

bool _is_started
 
double _net_time
 
bool _pushed
 
bool _touched
 

Detailed Description

This class is used within this module only–in fact, within PStatView::set_to_frame() only–to help collect event data out of the PStatFrameData object and boil it down to a list of elapsed times.

Definition at line 34 of file pStatView.cxx.


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