Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for SEntityHatch, including all inherited members.
draw(IGraphics *graphics) const override | SEntityHatch | privatevirtual |
drawEntity(uint64_t colorBlocRGB, int64_t lineWidthBlock, std::vector< SBlockDxf * > *blocks, const std::vector< SLayerDxf * > *layers, IGraphics *graphics) | SEntity | |
isLayer(const std::string &nameLayer) const | SEntity | |
m_colorARGBCalculated | SEntity | private |
m_colorIndex | SEntity | private |
m_contoursHatch | SEntityHatch | |
m_hasLineWidthCalculated | SEntity | private |
m_isAttributedCalculated | SEntity | private |
m_isColorRGB | SEntity | private |
m_isVisibleByLayer | SEntity | private |
m_lineWidth | SEntity | private |
m_lineWidthCalculated | SEntity | private |
m_mesh | SEntityHatch | |
m_nameLayer | SEntity | private |
m_Nx | SEntity | private |
m_Ny | SEntity | private |
m_Nz | SEntity | private |
processEntityGeoBlock(CGeoBlock *currentGeoBlock, std::vector< SBlockDxf * > *blocks, SProcessEntitiesGeoBlocks *dataProcess) const override | SEntityHatch | privatevirtual |
processEntityPolyline(const std::vector< SBlockDxf * > *blocks, SProcessEntitiesPolylines *dataProcess, const std::string &nameLayerOpt) const override | SEntityHatch | privatevirtual |
SEntity(const std::string &nameLayer, bool isColorRGB, uint64_t colorIndex, int64_t lineWidth, double Nx, double Ny, double Nz) | SEntity | |
SEntityHatch(const std::string &nameLayer, std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point3d > > > **contoursHatch, CMesh **mesh, bool isColorRGB, uint64_t colorRGB, int64_t lineWidth, double Nx, double Ny, double Nz) | SEntityHatch | |
setColorARGB(iv::types::color colorARGB) | SEntity | |
~SEntity()=default | SEntity | virtual |
~SEntityHatch() override | SEntityHatch |