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


Public Member Functions | |
| DL_AttributeData (const DL_TextData &tData, const std::string &tag) | |
| DL_AttributeData (double ipx, double ipy, double ipz, double apx, double apy, double apz, double height, double xScaleFactor, int textGenerationFlags, int hJustification, int vJustification, const std::string &tag, const std::string &text, const std::string &style, double angle) | |
Public Member Functions inherited from DL_TextData | |
| DL_TextData (double ipx, double ipy, double ipz, double apx, double apy, double apz, double height, double xScaleFactor, int textGenerationFlags, int hJustification, int vJustification, const std::string &text, const std::string &style, double angle) | |
Public Attributes | |
| std::string | tag |
Public Attributes inherited from DL_TextData | |
| double | ipx |
| double | ipy |
| double | ipz |
| double | apx |
| double | apy |
| double | apz |
| double | height |
| double | xScaleFactor |
| int | textGenerationFlags |
| int | hJustification |
| int | vJustification |
| std::string | text |
| std::string | style |
| double | angle |
Block attribute data.
Definition at line 944 of file dl_entities.h.
|
inline |
Definition at line 945 of file dl_entities.h.
|
inline |
Constructor. Parameters: see member variables.
Definition at line 952 of file dl_entities.h.
| std::string DL_AttributeData::tag |
Tag.
Definition at line 984 of file dl_entities.h.