#include <SoSFMLImage.h>
Public Member Functions | |
| XVImageSize () | |
| create size object with size 0 | |
| XVImageSize (int n) | |
create size object with size n on all components | |
| XVImageSize (int xp, int yp, int zp, int cp, int tp, int up) | |
| create size object with given sizes | |
| INVENTORWRAPPER_API void | print () |
| print the size to stdout | |
Public Attributes | |
| MLint | x |
| public accessible integer sizes | |
| MLint | y |
| MLint | z |
| MLint | c |
| MLint | t |
| MLint | u |
It must have an identical format like an ml::Vector since for some projects use direct casting between XVImageSize and ml::Vector for performance reasons.
Definition at line 32 of file SoSFMLImage.h.
| XVImageSize::XVImageSize | ( | ) | [inline] |
| XVImageSize::XVImageSize | ( | int | n | ) | [inline] |
| XVImageSize::XVImageSize | ( | int | xp, | |
| int | yp, | |||
| int | zp, | |||
| int | cp, | |||
| int | tp, | |||
| int | up | |||
| ) | [inline] |
| INVENTORWRAPPER_API void XVImageSize::print | ( | ) |
print the size to stdout
public accessible integer sizes
Definition at line 37 of file SoSFMLImage.h.
Referenced by XVImageSize().
1.5.8