NSPipeline::TRT_Rect Struct Reference

Datovy typ reprezentujici obdelnik. More...

#include <UnitTypes.h>

List of all members.

Public Member Functions

 TRT_Rect (void)
 Defaultni konstruktor.
 TRT_Rect (int l, int t, int r, int b)
 Konstruktor.
int GetWidth (void) const
 Vrati sirku obdelniku.
int GetHeight (void) const
 Vrati vysku obdelniku.

Public Attributes

int left
int top
int right
int bottom


Detailed Description

Datovy typ reprezentujici obdelnik.

X-souradnice roste zleva doprava. Y-souradnice roste odshora dolu.

Definition at line 65 of file UnitTypes.h.


Constructor & Destructor Documentation

NSPipeline::TRT_Rect::TRT_Rect void   )  [inline]
 

Defaultni konstruktor.

Nastavi vsechny polozky na 0.

Definition at line 88 of file UnitTypes.h.

References bottom, left, right, and top.

NSPipeline::TRT_Rect::TRT_Rect int  l,
int  t,
int  r,
int  b
[inline]
 

Konstruktor.

Parameters:
l [in] x-souradnice leveho horniho rohu
t [in] y-souradnice leveho horniho rohu
r [in] x-souradnice leveho horniho rohu
b [in] y-souradnice leveho horniho rohu

Definition at line 104 of file UnitTypes.h.

References bottom, left, right, and top.


Member Function Documentation

int NSPipeline::TRT_Rect::GetHeight void   )  const [inline]
 

Vrati vysku obdelniku.

Definition at line 124 of file UnitTypes.h.

References bottom, and top.

int NSPipeline::TRT_Rect::GetWidth void   )  const [inline]
 

Vrati sirku obdelniku.

Definition at line 115 of file UnitTypes.h.

References left, and right.


Member Data Documentation

int NSPipeline::TRT_Rect::bottom
 

Definition at line 80 of file UnitTypes.h.

Referenced by GetHeight(), NSSimpleUnit::TImageRGBResult::Reset(), NSSimpleUnit::TImageRGBResult::TImageRGBResult(), and TRT_Rect().

int NSPipeline::TRT_Rect::left
 

Definition at line 77 of file UnitTypes.h.

Referenced by GetWidth(), NSSimpleUnit::TImageRGBResult::Reset(), NSSimpleUnit::TImageRGBResult::TImageRGBResult(), and TRT_Rect().

int NSPipeline::TRT_Rect::right
 

Definition at line 79 of file UnitTypes.h.

Referenced by GetWidth(), NSSimpleUnit::TImageRGBResult::Reset(), NSSimpleUnit::TImageRGBResult::TImageRGBResult(), and TRT_Rect().

int NSPipeline::TRT_Rect::top
 

Definition at line 78 of file UnitTypes.h.

Referenced by GetHeight(), NSSimpleUnit::TImageRGBResult::Reset(), NSSimpleUnit::TImageRGBResult::TImageRGBResult(), and TRT_Rect().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 17 16:26:12 2007 for Image Processing Pipeline by  doxygen 1.4.6-NO