wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
bgi::DdsPolygon Struct Reference

#include <bgi_dds.h>

Inheritance diagram for bgi::DdsPolygon:
Inheritance graph
[legend]
Collaboration diagram for bgi::DdsPolygon:
Collaboration graph
[legend]

Public Member Functions

 DdsPolygon ()
 
- Public Member Functions inherited from bgi::DdsObject
virtual ~DdsObject ()=default
 

Data Fields

CoordSpace coordSpace {CoordSpace::BgiPixel}
 
std::vector< glm::vec3 > pts
 
std::string ucsName
 
- Data Fields inherited from bgi::DdsObject
bool deleted {false}
 Soft-delete; object stays in index.
 
DdsExternalAttributes externalAttributes
 Generic external metadata for bridge/export workflows.
 
std::string id
 Auto-generated sequential key ("1", "2", …).
 
std::string label
 Optional user label; empty = unlabelled.
 
DdsStyle style
 Baked draw state at creation time.
 
DdsObjectType type {DdsObjectType::Point}
 
bool visible {true}
 

Constructor & Destructor Documentation

◆ DdsPolygon()

bgi::DdsPolygon::DdsPolygon ( )
inline

Field Documentation

◆ coordSpace

CoordSpace bgi::DdsPolygon::coordSpace {CoordSpace::BgiPixel}

◆ pts

std::vector<glm::vec3> bgi::DdsPolygon::pts

◆ ucsName

std::string bgi::DdsPolygon::ucsName

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