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

#include <dl_entities.h>

Collaboration diagram for DL_LinetypeData:

Public Member Functions

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

Public Attributes

std::string name
 
std::string description
 
int flags
 
int numberOfDashes
 
double patternLength
 
double * pattern
 

Detailed Description

Line Type Data.

Definition at line 87 of file dl_entities.h.

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.

Definition at line 92 of file dl_entities.h.

Member Data Documentation

◆ description

std::string DL_LinetypeData::description

Linetype description

Definition at line 108 of file dl_entities.h.

◆ flags

int DL_LinetypeData::flags

Linetype flags

Definition at line 110 of file dl_entities.h.

◆ name

std::string DL_LinetypeData::name

Linetype name

Definition at line 106 of file dl_entities.h.

◆ numberOfDashes

int DL_LinetypeData::numberOfDashes

Number of dashes

Definition at line 112 of file dl_entities.h.

◆ pattern

double* DL_LinetypeData::pattern

Pattern

Definition at line 116 of file dl_entities.h.

◆ patternLength

double DL_LinetypeData::patternLength

Pattern length

Definition at line 114 of file dl_entities.h.


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