![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_entities.h>

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 |
Insert Data.
Definition at line 639 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 644 of file dl_entities.h.
| double DL_InsertData::angle |
Rotation angle in degrees.
Definition at line 684 of file dl_entities.h.
| 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.
| double DL_InsertData::colSp |
Values for the spacing between cols.
Definition at line 690 of file dl_entities.h.
| double DL_InsertData::ipx |
X Coordinate of insertion point.
Definition at line 672 of file dl_entities.h.
| double DL_InsertData::ipy |
Y Coordinate of insertion point.
Definition at line 674 of file dl_entities.h.
| double DL_InsertData::ipz |
Z Coordinate of insertion point.
Definition at line 676 of file dl_entities.h.
| std::string DL_InsertData::name |
Name of the referred block.
Definition at line 670 of file dl_entities.h.
| 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.
| double DL_InsertData::rowSp |
Values for the spacing between rows.
Definition at line 692 of file dl_entities.h.
| double DL_InsertData::sx |
X Scale factor.
Definition at line 678 of file dl_entities.h.
| double DL_InsertData::sy |
Y Scale factor.
Definition at line 680 of file dl_entities.h.
| double DL_InsertData::sz |
Z Scale factor.
Definition at line 682 of file dl_entities.h.