QCAD
Open Source 2D CAD
DL_ImageData Struct Reference

Image Data. More...

#include <dl_entities.h>

Public Member Functions

 DL_ImageData (const std::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. More...
 

Public Attributes

int brightness
 
int contrast
 
int fade
 
int height
 
double ipx
 
double ipy
 
double ipz
 
std::string ref
 
double ux
 
double uy
 
double uz
 
double vx
 
double vy
 
double vz
 
int width
 

Detailed Description

Image Data.

Constructor & Destructor Documentation

◆ DL_ImageData()

DL_ImageData::DL_ImageData ( const std::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 
)
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ brightness

int DL_ImageData::brightness

Brightness (0..100, default = 50).

◆ contrast

int DL_ImageData::contrast

Contrast (0..100, default = 50).

◆ fade

int DL_ImageData::fade

Fade (0..100, default = 0).

◆ height

int DL_ImageData::height

Height of image in pixel.

◆ ipx

double DL_ImageData::ipx

X Coordinate of insertion point.

◆ ipy

double DL_ImageData::ipy

Y Coordinate of insertion point.

◆ ipz

double DL_ImageData::ipz

Z Coordinate of insertion point.

◆ ref

std::string DL_ImageData::ref

Reference to the image file (unique, used to refer to the image def object).

◆ ux

double DL_ImageData::ux

X Coordinate of u vector along bottom of image.

◆ uy

double DL_ImageData::uy

Y Coordinate of u vector along bottom of image.

◆ uz

double DL_ImageData::uz

Z Coordinate of u vector along bottom of image.

◆ vx

double DL_ImageData::vx

X Coordinate of v vector along left side of image.

◆ vy

double DL_ImageData::vy

Y Coordinate of v vector along left side of image.

◆ vz

double DL_ImageData::vz

Z Coordinate of v vector along left side of image.

◆ width

int DL_ImageData::width

Width of image in pixel.


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