DL_DimOrdinateData Struct Reference

#include <dl_entities.h>


Detailed Description

Author:
Andrew Mustun

Definition at line 1103 of file dl_entities.h.


Public Member Functions

 DL_DimOrdinateData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, bool dxtype)
 Constructor.

Data Fields

double dpx1
double dpx2
double dpy1
double dpy2
double dpz1
double dpz2
bool xtype

Constructor & Destructor Documentation

DL_DimOrdinateData::DL_DimOrdinateData ( double  ddpx1,
double  ddpy1,
double  ddpz1,
double  ddpx2,
double  ddpy2,
double  ddpz2,
bool  dxtype 
) [inline]

Parameters: see member variables.

Definition at line 1108 of file dl_entities.h.

References dpx1, dpx2, dpy1, dpy2, dpz1, dpz2, and xtype.

01110                                    {
01111 
01112         dpx1 = ddpx1;
01113         dpy1 = ddpy1;
01114         dpz1 = ddpz1;
01115 
01116         dpx2 = ddpx2;
01117         dpy2 = ddpy2;
01118         dpz2 = ddpz2;
01119 
01120         xtype = dxtype;
01121     }


Field Documentation

double DL_DimOrdinateData::dpx1

X Coordinate of definition point 1.

Definition at line 1124 of file dl_entities.h.

Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().

double DL_DimOrdinateData::dpx2

X Coordinate of definition point 2.

Definition at line 1131 of file dl_entities.h.

Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().

double DL_DimOrdinateData::dpy1

Y Coordinate of definition point 1.

Definition at line 1126 of file dl_entities.h.

Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().

double DL_DimOrdinateData::dpy2

Y Coordinate of definition point 2.

Definition at line 1133 of file dl_entities.h.

Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().

double DL_DimOrdinateData::dpz1

Z Coordinate of definition point 1.

Definition at line 1128 of file dl_entities.h.

Referenced by DL_DimOrdinateData().

double DL_DimOrdinateData::dpz2

Z Coordinate of definition point 2.

Definition at line 1135 of file dl_entities.h.

Referenced by DL_DimOrdinateData().

bool DL_DimOrdinateData::xtype

True if the dimension indicates the X-value, false for Y-value

Definition at line 1138 of file dl_entities.h.

Referenced by DL_DimOrdinateData(), and DL_Dxf::writeDimOrdinate().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 29 04:04:45 2012 for TerraLib - Development Source by  doxygen 1.5.3