Panda3D

recorderFrame.I

00001 // Filename: recorderFrame.I
00002 // Created by:  drose (28Jan04)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 
00016 ////////////////////////////////////////////////////////////////////
00017 //     Function: RecorderFrame::Constructor
00018 //       Access: Published
00019 //  Description:
00020 ////////////////////////////////////////////////////////////////////
00021 INLINE RecorderFrame::
00022 RecorderFrame() {
00023 }
00024 
00025 ////////////////////////////////////////////////////////////////////
00026 //     Function: RecorderFrame::Constructor
00027 //       Access: Published
00028 //  Description:
00029 ////////////////////////////////////////////////////////////////////
00030 INLINE RecorderFrame::
00031 RecorderFrame(double timestamp, int frame,
00032               bool table_changed, RecorderTable *table) :
00033   _timestamp(timestamp),
00034   _frame(frame),
00035   _table_changed(table_changed),
00036   _table(table)
00037 {
00038 }
00039 
00040 ////////////////////////////////////////////////////////////////////
00041 //     Function: RecorderFrame::Destructor
00042 //       Access: Published
00043 //  Description:
00044 ////////////////////////////////////////////////////////////////////
00045 INLINE RecorderFrame::
00046 ~RecorderFrame() {
00047 }
 All Classes Functions Variables Enumerations