DL_LineData Struct Reference

#include <dl_entities.h>

List of all members.


Detailed Description

Line Data.

Author:
Andrew Mustun

Definition at line 155 of file dl_entities.h.

Public Member Functions

 DL_LineData (double lx1, double ly1, double lz1, double lx2, double ly2, double lz2)
 Constructor.

Public Attributes

double x1
double y1
double z1
double x2
double y2
double z2


Constructor & Destructor Documentation

DL_LineData::DL_LineData ( double  lx1,
double  ly1,
double  lz1,
double  lx2,
double  ly2,
double  lz2 
) [inline]

Constructor.

Parameters: see member variables.

Definition at line 161 of file dl_entities.h.

References x1, x2, y1, y2, z1, and z2.


Member Data Documentation

double DL_LineData::x1

X Start coordinate of the point.

Definition at line 174 of file dl_entities.h.

Referenced by Builder::addLine(), DL_LineData(), and DL_Dxf::writeLine().

double DL_LineData::y1

Y Start coordinate of the point.

Definition at line 176 of file dl_entities.h.

Referenced by Builder::addLine(), DL_LineData(), and DL_Dxf::writeLine().

double DL_LineData::z1

Z Start coordinate of the point.

Definition at line 178 of file dl_entities.h.

Referenced by Builder::addLine(), and DL_LineData().

double DL_LineData::x2

X End coordinate of the point.

Definition at line 181 of file dl_entities.h.

Referenced by Builder::addLine(), DL_LineData(), and DL_Dxf::writeLine().

double DL_LineData::y2

Y End coordinate of the point.

Definition at line 183 of file dl_entities.h.

Referenced by Builder::addLine(), DL_LineData(), and DL_Dxf::writeLine().

double DL_LineData::z2

Z End coordinate of the point.

Definition at line 185 of file dl_entities.h.

Referenced by Builder::addLine(), and DL_LineData().


The documentation for this struct was generated from the following file:
Generated on Tue Oct 28 16:51:53 2008 for Quantum GIS API Documentation by  doxygen 1.5.1