MeVisLab Resolution Independence API
|
SoSFMLImage - field interface to ML images and related classes. More...
#include <SoSFMLImage.h>
Public Member Functions | |
XVImageSize () | |
create size object with size 0 | |
XVImageSize (MLint n) | |
create size object with size n on all components | |
XVImageSize (MLint xp, MLint yp, MLint zp, MLint cp, MLint tp, MLint 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 |
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 |
|
inline |
INVENTORWRAPPER_API void XVImageSize::print | ( | ) |
print 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().