#include <CDxf.hpp>
|
| SEntityLeader (const std::string &nameLayer, float **vertex, uint64_t numVertex, bool isColorRGB, uint64_t colorRGB, int64_t lineWidth, double Nx, double Ny, double Nz) |
|
void | drawEntity (uint64_t colorBlocRGB, int64_t lineWidthBlock, std::vector< SBlockDxf * > *blocks, const std::vector< SLayerDxf * > *layers, IGraphics *graphics) |
|
void | setColorARGB (iv::types::color colorARGB) |
|
bool | isLayer (const std::string &nameLayer) const |
|
◆ SEntityLeader()
SEntityLeader::SEntityLeader |
( |
const std::string & | nameLayer, |
|
|
float ** | vertex, |
|
|
uint64_t | numVertex, |
|
|
bool | isColorRGB, |
|
|
uint64_t | colorRGB, |
|
|
int64_t | lineWidth, |
|
|
double | Nx, |
|
|
double | Ny, |
|
|
double | Nz ) |
◆ draw()
void SEntityPolyline::draw |
( |
IGraphics * | graphics | ) |
const |
|
overrideprivatevirtualinherited |
◆ drawEntity()
void SEntity::drawEntity |
( |
uint64_t | colorBlocRGB, |
|
|
int64_t | lineWidthBlock, |
|
|
std::vector< SBlockDxf * > * | blocks, |
|
|
const std::vector< SLayerDxf * > * | layers, |
|
|
IGraphics * | graphics ) |
|
inherited |
◆ isLayer()
bool SEntity::isLayer |
( |
const std::string & | nameLayer | ) |
const |
|
nodiscardinherited |
◆ processEntityGeoBlock()
|
overrideprivatevirtualinherited |
◆ processEntityPolyline()
void SEntityPolyline::processEntityPolyline |
( |
const std::vector< SBlockDxf * > * | blocks, |
|
|
SProcessEntitiesPolylines * | dataProcess, |
|
|
const std::string & | nameLayerOpt ) const |
|
overrideprivatevirtualinherited |
◆ setColorARGB()
◆ m_colorARGBCalculated
◆ m_colorIndex
uint64_t SEntity::m_colorIndex |
|
privateinherited |
◆ m_elevation
double SEntityPolyline::m_elevation |
|
inherited |
◆ m_hasLineWidthCalculated
bool SEntity::m_hasLineWidthCalculated |
|
privateinherited |
◆ m_isAttributedCalculated
bool SEntity::m_isAttributedCalculated |
|
privateinherited |
◆ m_isColorRGB
bool SEntity::m_isColorRGB |
|
privateinherited |
◆ m_isVisibleByLayer
bool SEntity::m_isVisibleByLayer |
|
privateinherited |
◆ m_lineWidth
int64_t SEntity::m_lineWidth |
|
privateinherited |
◆ m_lineWidthCalculated
int64_t SEntity::m_lineWidthCalculated |
|
privateinherited |
◆ m_nameLayer
std::string SEntity::m_nameLayer |
|
privateinherited |
◆ m_numVertex
uint64_t SEntityPolyline::m_numVertex |
|
inherited |
◆ m_Nx
◆ m_Ny
◆ m_Nz
◆ m_vertex
float* SEntityPolyline::m_vertex |
|
inherited |
The documentation for this struct was generated from the following files: