Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Coords Class Reference

an STL vector pair of floats to denote image coordinates. More...

#include <fv.h>

Inheritance diagram for Coords:

Feature List of all members.

Public Member Functions

 Coords (float a=0, float b=0)
float x ()
float y ()
void set (float in1, float in2)
void print ()

Detailed Description

an STL vector pair of floats to denote image coordinates.

Coords is a STL vector pair of floats. x,y elements can be accessed using either the STL pair "first" and "second" members, or using x() and y() functions.


Constructor & Destructor Documentation

Coords::Coords float  a = 0,
float  b = 0
[inline]
 


Member Function Documentation

void Coords::print  )  [inline]
 

void Coords::set float  in1,
float  in2
[inline]
 

float Coords::x  )  [inline]
 

float Coords::y  )  [inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 27 14:54:29 2005 for OPENVIDIA by  doxygen 1.4.0