Home
last modified time | relevance | path

Searched defs:DL_LeaderVertexData (Results 1 – 11 of 11) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes_dxf/dxflib/
H A Ddl_creationadapter.h83 virtual void addLeaderVertex(const DL_LeaderVertexData&) {} in addLeaderVertex()
H A Ddl_entities.h1200 struct DL_LeaderVertexData { struct
1212 double x;
1214 double y;
1216 double z;
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Ddl_entities.h1205 struct DL_LeaderVertexData { struct
1217 double x;
1219 double y;
1221 double z;
H A Ddl_jww.cpp1364 const DL_LeaderVertexData& /*data*/) { in writeLeaderVertex()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/dxflib_qcad/
H A Ddl_entities.h1651 struct DXFLIB_EXPORT DL_LeaderVertexData struct
1665 double x;
1668 double y;
1671 double z;
H A Ddl_creationadapter.h93 virtual void addLeaderVertex( const DL_LeaderVertexData& ) override {} in addLeaderVertex()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/dxflib/
H A Ddl_entities.h1440 struct DXFLIB_EXPORT DL_LeaderVertexData { struct
1452 double x;
1454 double y;
1456 double z;
H A Ddl_creationadapter.h91 virtual void addLeaderVertex(const DL_LeaderVertexData&) {} in addLeaderVertex()
/dports/cad/librepcb/librepcb-0.1.6/libs/dxflib/src/
H A Ddl_entities.h1446 struct DXFLIB_EXPORT DL_LeaderVertexData { struct
1458 double x;
1460 double y;
1462 double z;
H A Ddl_creationadapter.h91 virtual void addLeaderVertex(const DL_LeaderVertexData&) {} in addLeaderVertex()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Ddxf_import_plugin.h485 virtual void addLeaderVertex( const DL_LeaderVertexData& ) override in addLeaderVertex()