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

TBox Class Template Reference

#include <box.h>

List of all members.

Public Member Functions

template<>
 TBox (TBox< double > &other)
 TBox (TBox< double > &other)
 TBox ()
 TBox (T size_, T x_, T y_, T scale_)

Public Attributes

scale
size
x
y

template<class T>
class TBox< T >


Constructor & Destructor Documentation

TBox size_,
x_,
y_,
scale_
 

TBox  )  [inline]
 

Definition at line 16 of file box.h.

References y.

00016 :x(0),y(0),size(0),scale(0){};

TBox TBox< double > &  other  )  [inline]
 

Definition at line 17 of file box.h.

References scale, size, x, y, and y.

00017                                            {
00018                 x = other.x;
00019                 y = other.y;
00020                 size = other.size;
00021                 scale = other.scale;
00022         }

TBox TBox< double > &  other  ) 
 

Definition at line 7 of file box.cpp.

References scale, size, x, and y.

00007                                   {
00008         x = (int) other.x;
00009         y = (int) other.y;
00010         size = (int) other.size;
00011         scale = (int) other.scale;
00012 }


Member Data Documentation

T scale
 

Definition at line 13 of file box.h.

Referenced by UniformWindow::get_location_window(), main(), MPColorFeatSearch::searchFeature(), and TBox().

T size
 

Definition at line 12 of file box.h.

Referenced by MPColorTracker::DoSearch(), drawROI(), UniformWindow::get_location_window(), main(), MPColorFeatSearch::searchFeature(), and TBox().

T x
 

Definition at line 10 of file box.h.

Referenced by MPColorTracker::DoSearch(), drawROI(), UniformWindow::get_location_window(), main(), MPColorFeatSearch::searchFeature(), and TBox().

T y
 

Definition at line 11 of file box.h.

Referenced by MPColorTracker::DoSearch(), drawROI(), UniformWindow::get_location_window(), main(), MPColorFeatSearch::searchFeature(), and TBox().


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