#include <dl_entities.h>
Public Member Functions | |
DL_ImageData (const string &iref, double iipx, double iipy, double iipz, double iux, double iuy, double iuz, double ivx, double ivy, double ivz, int iwidth, int iheight, int ibrightness, int icontrast, int ifade) | |
Constructor. | |
Public Attributes | |
string | ref |
double | ipx |
double | ipy |
double | ipz |
double | ux |
double | uy |
double | uz |
double | vx |
double | vy |
double | vz |
int | width |
int | height |
int | brightness |
int | contrast |
int | fade |
|
Constructor. Parameters: see member variables. |
|
Brightness (0..100, default = 50). |
|
Contrast (0..100, default = 50). |
|
Fade (0..100, default = 0). |
|
Height of image in pixel. |
|
X Coordinate of insertion point. |
|
Y Coordinate of insertion point. |
|
Z Coordinate of insertion point. |
|
Reference to the image file (unique, used to refer to the image def object). |
|
X Coordinate of u vector along bottom of image. |
|
Y Coordinate of u vector along bottom of image. |
|
Z Coordinate of u vector along bottom of image. |
|
X Coordinate of v vector along left side of image. |
|
Y Coordinate of v vector along left side of image. |
|
Z Coordinate of v vector along left side of image. |
|
Width of image in pixel. |