|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
UCS stored in the DDS. More...
#include <bgi_dds.h>


Public Member Functions | |
| DdsUcs () | |
Public Member Functions inherited from bgi::DdsObject | |
| virtual | ~DdsObject ()=default |
Data Fields | |
| std::string | name |
| Registry key in BgiState::ucsSystems. | |
| CoordSystem | ucs |
| Full UCS data. | |
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} |
UCS stored in the DDS.
BgiState::ucsSystems maps name → shared_ptr<DdsUcs>. The CoordSystem data lives here; there is no separate copy in BgiState.
|
inline |
| std::string bgi::DdsUcs::name |
Registry key in BgiState::ucsSystems.
| CoordSystem bgi::DdsUcs::ucs |
Full UCS data.