MeVisLabToolboxReference
XVImageSize Class Reference

Helper class for 6D point/extent management. More...

#include <SoSFMLImage.h>

List of all members.

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

Detailed Description

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 32 of file SoSFMLImage.h.


Constructor & Destructor Documentation

XVImageSize::XVImageSize ( ) [inline]

create size object with size 0

Definition at line 40 of file SoSFMLImage.h.

References c, t, u, x, y, and z.

XVImageSize::XVImageSize ( int  n) [inline]

create size object with size n on all components

Definition at line 42 of file SoSFMLImage.h.

References c, t, u, x, y, and z.

XVImageSize::XVImageSize ( int  xp,
int  yp,
int  zp,
int  cp,
int  tp,
int  up 
) [inline]

create size object with given sizes

Definition at line 44 of file SoSFMLImage.h.

References c, t, u, x, y, and z.


Member Function Documentation

INVENTORWRAPPER_API void XVImageSize::print ( )

print the size to stdout


Member Data Documentation

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().

public accessible integer sizes

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().

Definition at line 37 of file SoSFMLImage.h.

Referenced by XVImageSize().


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