|
MeVisLab Toolbox Reference
|
SoSFMLImage - field interface to ML images and related classes. More...
#include <SoSFMLImage.h>
Public Member Functions | |
| XVImageSize () | |
| Creates size object with size 0. | |
| XVImageSize (MLint n) | |
Creates size object with size n on all components. | |
| XVImageSize (MLint xp, MLint yp, MLint zp, MLint cp, MLint tp, MLint up) | |
| Creates size object with given sizes. | |
| INVENTORWRAPPER_API void | print () |
| Prints the size to stdout. | |
Public Attributes | |
| MLint | x |
| Public accessible integer sizes. | |
| MLint | y |
| MLint | z |
| MLint | c |
| MLint | t |
| MLint | u |
SoSFMLImage - field interface to ML images and related classes.
Helper class for 6D point/extent management. 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 31 of file SoSFMLImage.h.
|
inline |
|
inline |
| INVENTORWRAPPER_API void XVImageSize::print | ( | ) |
Prints the size to stdout.
| MLint XVImageSize::c |
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().
| MLint XVImageSize::t |
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().
| MLint XVImageSize::u |
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().
| MLint XVImageSize::x |
Public accessible integer sizes.
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().
| MLint XVImageSize::y |
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().
| MLint XVImageSize::z |
Definition at line 36 of file SoSFMLImage.h.
Referenced by XVImageSize(), XVImageSize(), and XVImageSize().