|
Horizon
|
Line Type Data. More...
#include <dl_entities.h>
Public Member Functions | |
| DL_LinetypeData (const std::string &name, const std::string &description, int flags, int numberOfDashes, double patternLength, double *pattern=NULL) | |
| Constructor. More... | |
Public Attributes | |
| std::string | name |
| Linetype name. | |
| std::string | description |
| Linetype description. | |
| int | flags |
| Linetype flags. | |
| int | numberOfDashes |
| Number of dashes. | |
| double | patternLength |
| Pattern length. | |
| double * | pattern |
| Pattern. | |
Line Type Data.
|
inline |
Constructor.
Parameters: see member variables.