Chris Hennes
c2df0a1315
TD: Ensure WalkerEdge is fully initialized
...
Coverity thinks that the edge_t is not getting fully initialized, so add a constructor to WalkerEdge that ensures the two components in question are set to zero (resulting in an invalid edge).
2025-03-22 07:15:15 +01:00
Uwe
6cfe77719e
[TD] E* - L*: remove unused includes
...
- also sort includes
- also additions to precompiled header
2022-10-05 03:43:42 +02:00
wandererfan
2f363e4f17
[TD]New face finder algo
2022-09-05 19:52:34 -04:00
wandererfan
acf17905ed
[TD]CI clang warnings
2022-09-05 17:48:38 -04:00
wmayer
97967743a4
TD: modernize C++: replace 'typedef' with 'using'
2022-08-30 10:59:39 +02:00
Wanderer Fan
6677cd4d8f
[TD]clazy warnings and duplicate setter/getter
...
- clazy warning re missing Q_OBJECT
- include TechDrawGlobal.h in headers
- resolve duplicate setter/getters
2022-08-18 09:34:32 -04:00
berniev
da9ebc572f
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
Uwe
4193686594
[TD] App Headers: remove unused header - part 2
2022-03-25 00:01:49 +01:00
Wanderer Fan
eb4a5384c0
[TD]add alignment grid to page
2022-02-27 14:34:35 -05:00
wmayer
0f31c87cc9
Boost: [skip ci] Fix build warnings from deprecated Boost headers (v1.75)
2020-12-29 15:34:25 +01:00
luz paz
a3cb87b117
TechDraw: Header uniformity and whitespace fixes
2020-11-14 16:59:51 +01:00
wmayer
cd5341001e
remove superfluous includes of iostream, use iosfwd instead
2020-07-28 15:22:23 +02:00
wmayer
cbb5f99ade
PVS: V730 Not all members of a class are initialized inside the constructor
2020-07-18 10:59:27 +02:00
wandererfan
6ada9e96ad
[TD]using namespace clean up
2019-11-03 18:52:19 -05:00
WandererFan
f51b5818cc
Initial working version of geometric crosshatch/PAT files
2017-01-29 19:40:34 -05:00
WandererFan
1f0899ef3d
Improve handling of duplicate edges in projection
2016-11-18 10:14:29 +01:00
WandererFan
503d718520
Add planar embedding to EdgeWalker
2016-11-18 10:13:41 +01:00
WandererFan
81472a5fd8
Fix over-aggressive input cleansing
2016-09-11 13:12:24 -04:00
WandererFan
6c937e1bbe
Protect EdgeWalker against bad input
2016-09-11 13:12:24 -04:00
WandererFan
9a93185f7e
Py binding for EdgeWalker
...
refactor EdgeWalker code from DVP,DVS
2016-09-01 12:14:42 -04:00
WandererFan
adb2fdafa5
Add methods for removing equivalent edgeLists from result
2016-08-26 11:39:03 -03:00
WandererFan
26aff79a31
Fixes 1-3 per wmeyer
2016-07-11 15:32:16 +02:00
WandererFan
7f442f1f42
Fix sloppy Namespace qualifiers
2016-07-11 15:32:16 +02:00
WandererFan
6cec1df189
Working Face selection
2016-07-11 15:32:16 +02:00
WandererFan
f11e8ffa10
Basic Face detection using BGL
2016-07-11 15:32:16 +02:00