Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DL_LinetypeData Struct Reference

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.
 

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.
 

Detailed Description

Line Type Data.

Constructor & Destructor Documentation

◆ DL_LinetypeData()

DL_LinetypeData::DL_LinetypeData ( const std::string &  name,
const std::string &  description,
int  flags,
int  numberOfDashes,
double  patternLength,
double *  pattern = NULL 
)
inline

Constructor.

Parameters: see member variables.


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