TLIB documentation
 

tlSize Class Reference

Inheritance diagram for tlSize:

Inheritance graph
[legend]

List of all members.


Detailed Description

Size object.

Public Member Functions

 tlSize ()
 tlSize (int width, int height, int depth=255)
virtual ~tlSize ()
int setSize (int width, int height, int depth=255)

Public Attributes

int width
int height
int depth

Constructor & Destructor Documentation

tlSize::tlSize (  ) 

Constructor.

Note:
See error management for details.

tlSize::tlSize ( int  width,
int  height,
int  depth = 255 
)

Constructor.

Parameters:
width object width
height object height
depth object disparity range size
Note:
See error management for details.

tlSize::~tlSize (  )  [virtual]

Destructor.

Destructor.

Note:
See error management for details.


Member Function Documentation

int tlSize::setSize ( int  width,
int  height,
int  depth = 255 
)

Set the size object parameters.

Parameters:
width object width
height object height
depth object disparity range size
Returns:
0 on success, -1 otherwise.
See error management for details.


Member Data Documentation

int tlSize::width

width of the object inheriting from tlSize.

int tlSize::height

height of the object inheriting from tlSize.

int tlSize::depth

disparity range size of the object inheriting from tlSize.


The documentation for this class was generated from the following files:

TLIB documentation - generated on 7 May 2008
Please address any questions to seb@tuyphon.com
(C) 2001-2008 - S. Grange
(C) 2001-2007 - VRAI Group, EPFL
All Rights Reserved.