The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MPKeyFrame Struct Reference

#include <MPKeyFrame.h>

List of all members.

Public Member Functions

 MPKeyFrame (const long &_framenum, const int &_x, const int &_y, const int &_w, const int &_h)
 MPKeyFrame ()

Public Attributes

long framenum
int h
int w
int x
int y


Constructor & Destructor Documentation

MPKeyFrame  )  [inline]
 

Definition at line 25 of file MPKeyFrame.h.

References y.

00025                      {
00026                 framenum = 0;
00027                 x = y = w = h = 0;
00028         }

MPKeyFrame const long &  _framenum,
const int &  _x,
const int &  _y,
const int &  _w,
const int &  _h
[inline]
 

Definition at line 30 of file MPKeyFrame.h.

References y.

00030                                                                                                       {
00031                 framenum = _framenum;
00032                 x = _x;
00033                 y = _y;
00034                 w = _w;
00035                 h = _h;
00036         }


Member Data Documentation

long framenum
 

Definition at line 19 of file MPKeyFrame.h.

Referenced by MPKeyFrameCollection::get_keyframe(), and MPKeyFrameCollection::write_frames_to_file().

int h
 

Definition at line 23 of file MPKeyFrame.h.

Referenced by MPKeyFrameCollection::get_keyframe(), and MPKeyFrameCollection::write_frames_to_file().

int w
 

Definition at line 22 of file MPKeyFrame.h.

Referenced by MPKeyFrameCollection::get_keyframe(), and MPKeyFrameCollection::write_frames_to_file().

int x
 

Definition at line 20 of file MPKeyFrame.h.

Referenced by MPKeyFrameCollection::get_keyframe(), and MPKeyFrameCollection::write_frames_to_file().

int y
 

Definition at line 21 of file MPKeyFrame.h.

Referenced by MPKeyFrameCollection::get_keyframe(), and MPKeyFrameCollection::write_frames_to_file().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 8 17:08:40 2004 for MPT by  doxygen 1.3.9.1