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

tagHISTBIN Struct Reference

#include <histogram3d.h>

List of all members.

Public Member Functions

void set_bin (int _b1, int _b2, int _b3)
 tagHISTBIN (int _b1, int _b2, int _b3)
 tagHISTBIN ()

Public Attributes

int b1
int b2
int b3


Constructor & Destructor Documentation

tagHISTBIN  )  [inline]
 

Definition at line 19 of file histogram3d.h.

00019                      {
00020                 b1 = 0;
00021                 b2 = 0; 
00022                 b3 = 0;
00023         }

tagHISTBIN int  _b1,
int  _b2,
int  _b3
[inline]
 

Definition at line 25 of file histogram3d.h.

00025                                                      {
00026                 set_bin(_b1, _b2, _b3);
00027         }


Member Function Documentation

void set_bin int  _b1,
int  _b2,
int  _b3
[inline]
 

Definition at line 29 of file histogram3d.h.

Referenced by histogram3d::rgb2bin().

00029                                                         {
00030                 b1 = _b1;
00031                 b2 = _b2; 
00032                 b3 = _b3;
00033         }


Member Data Documentation

int b1
 

Definition at line 15 of file histogram3d.h.

Referenced by histogram3d::bin2rgb(), and histogram3d::operator[]().

int b2
 

Definition at line 16 of file histogram3d.h.

Referenced by histogram3d::bin2rgb(), and histogram3d::operator[]().

int b3
 

Definition at line 17 of file histogram3d.h.

Referenced by histogram3d::operator[]().


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