Panda3D
|
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 |
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.