TLIB documentation
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 |
| tlSize::tlSize | ( | ) |
| tlSize::tlSize | ( | int | width, | |
| int | height, | |||
| int | depth = 255 | |||
| ) |
Constructor.
| width | object width | |
| height | object height | |
| depth | object disparity range size |
| tlSize::~tlSize | ( | ) | [virtual] |
| int tlSize::setSize | ( | int | width, | |
| int | height, | |||
| int | depth = 255 | |||
| ) |
Set the size object parameters.
| width | object width | |
| height | object height | |
| depth | object disparity range size |
| 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.