ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
DL_InsertData Struct Reference

#include <dl_entities.h>

Collaboration diagram for DL_InsertData:

Public Member Functions

 DL_InsertData (const std::string &name, double ipx, double ipy, double ipz, double sx, double sy, double sz, double angle, int cols, int rows, double colSp, double rowSp)
 

Public Attributes

std::string name
 
double ipx
 
double ipy
 
double ipz
 
double sx
 
double sy
 
double sz
 
double angle
 
int cols
 
int rows
 
double colSp
 
double rowSp
 

Detailed Description

Insert Data.

Definition at line 639 of file dl_entities.h.

Constructor & Destructor Documentation

◆ DL_InsertData()

DL_InsertData::DL_InsertData ( const std::string &  name,
double  ipx,
double  ipy,
double  ipz,
double  sx,
double  sy,
double  sz,
double  angle,
int  cols,
int  rows,
double  colSp,
double  rowSp 
)
inline

Constructor. Parameters: see member variables.

Definition at line 644 of file dl_entities.h.

Member Data Documentation

◆ angle

double DL_InsertData::angle

Rotation angle in degrees.

Definition at line 684 of file dl_entities.h.

◆ cols

int DL_InsertData::cols

Number of colums if we insert an array of the block or 1.

Definition at line 686 of file dl_entities.h.

◆ colSp

double DL_InsertData::colSp

Values for the spacing between cols.

Definition at line 690 of file dl_entities.h.

◆ ipx

double DL_InsertData::ipx

X Coordinate of insertion point.

Definition at line 672 of file dl_entities.h.

◆ ipy

double DL_InsertData::ipy

Y Coordinate of insertion point.

Definition at line 674 of file dl_entities.h.

◆ ipz

double DL_InsertData::ipz

Z Coordinate of insertion point.

Definition at line 676 of file dl_entities.h.

◆ name

std::string DL_InsertData::name

Name of the referred block.

Definition at line 670 of file dl_entities.h.

◆ rows

int DL_InsertData::rows

Number of rows if we insert an array of the block or 1.

Definition at line 688 of file dl_entities.h.

◆ rowSp

double DL_InsertData::rowSp

Values for the spacing between rows.

Definition at line 692 of file dl_entities.h.

◆ sx

double DL_InsertData::sx

X Scale factor.

Definition at line 678 of file dl_entities.h.

◆ sy

double DL_InsertData::sy

Y Scale factor.

Definition at line 680 of file dl_entities.h.

◆ sz

double DL_InsertData::sz

Z Scale factor.

Definition at line 682 of file dl_entities.h.


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