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

XYPair Struct Reference

#include <mpiprobsearchaux.h>

List of all members.

Public Member Functions

 XYPair (int _x=0, int _y=0)

Public Attributes

int x
int y


Constructor & Destructor Documentation

XYPair int  _x = 0,
int  _y = 0
[inline]
 

Definition at line 14 of file mpiprobsearchaux.h.

References y.

00014 : x(_x), y(_y) {};


Member Data Documentation

int x
 

Definition at line 13 of file mpiprobsearchaux.h.

int y
 

Definition at line 13 of file mpiprobsearchaux.h.


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