Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FrameSample Class Reference

List of all members.

Public Types

typedef plist< FrameSample * > Started

Public Member Functions

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

Public Attributes

bool _touched
bool _is_started
bool _pushed
float _net_time

Member Typedef Documentation

typedef plist<FrameSample *> FrameSample::Started
 

Definition at line 40 of file pStatView.cxx.


Constructor & Destructor Documentation

FrameSample::FrameSample  )  [inline]
 

Definition at line 42 of file pStatView.cxx.

References _is_started, _net_time, _pushed, and _touched.


Member Function Documentation

void FrameSample::data_point float  time,
bool  is_start,
Started started
[inline]
 

Definition at line 48 of file pStatView.cxx.

References _is_started, _net_time, _touched, nassertv, pop_one(), and push_all().

void FrameSample::pop float  time  )  [inline]
 

Definition at line 95 of file pStatView.cxx.

References _net_time, and _pushed.

void FrameSample::pop_one float  time,
Started started
[inline]
 

Definition at line 111 of file pStatView.cxx.

Referenced by data_point().

void FrameSample::push float  time  )  [inline]
 

Definition at line 87 of file pStatView.cxx.

References _net_time, and _pushed.

void FrameSample::push_all float  time,
Started started
[inline]
 

Definition at line 104 of file pStatView.cxx.

Referenced by data_point().


Member Data Documentation

bool FrameSample::_is_started
 

Definition at line 122 of file pStatView.cxx.

Referenced by data_point(), and FrameSample().

float FrameSample::_net_time
 

Definition at line 124 of file pStatView.cxx.

Referenced by data_point(), FrameSample(), pop(), and push().

bool FrameSample::_pushed
 

Definition at line 123 of file pStatView.cxx.

Referenced by FrameSample(), pop(), and push().

bool FrameSample::_touched
 

Definition at line 121 of file pStatView.cxx.

Referenced by data_point(), and FrameSample().


The documentation for this class was generated from the following file:
Generated on Fri Apr 18 01:01:06 2003 for Panda-Tool by doxygen1.3