Commit 3f01bbc
committed
Refactor operator overloads in geometry classes for consistency
- Updated operator overloads in various geometry header files to remove unnecessary spaces before the parentheses. This change enhances code readability and maintains a consistent coding style across the project.
- Adjusted comments in the MeshVS_Mesh.cxx file for clarity and improved formatting.
- Removed unnecessary blank lines in deprecated methods across multiple files to streamline the codebase.
- Changed file permissions for Font_FTFont.hxx and Font_TextFormatter.hxx to ensure proper access control.
Files affected include:
- GC_MakeSegment.hxx
- GC_MakeTranslation.hxx
- GC_MakeTrimmedCone.hxx
- GC_MakeTrimmedCylinder.hxx
- GCE2d_MakeArcOfCircle.hxx
- GCE2d_MakeArcOfEllipse.hxx
- GCE2d_MakeArcOfHyperbola.hxx
- GCE2d_MakeArcOfParabola.hxx
- GCE2d_MakeCircle.hxx
- GCE2d_MakeEllipse.hxx
- GCE2d_MakeHyperbola.hxx
- GCE2d_MakeLine.hxx
- GCE2d_MakeMirror.hxx
- GCE2d_MakeParabola.hxx
- GCE2d_MakeRotation.hxx
- GCE2d_MakeScale.hxx
- GCE2d_MakeSegment.hxx
- GCE2d_MakeTranslation.hxx
- MeshVS_Mesh.cxx
- OpenGl_Context.hxx
- OpenGl_FrameBuffer.hxx
- OpenGl_Texture.hxx
- OpenGl_TextureSet.hxx
- Font_FTFont.hxx
- Font_TextFormatter.hxx
- Graphic3d_AspectFillArea3d.hxx
- Graphic3d_Aspects.hxx
- Graphic3d_MaterialAspect.hxx
- Graphic3d_Structure.hxx
- AIS_InteractiveContext.hxx
- Prs3d_Drawer.hxx
- PrsMgr_Presentation.hxx
- Select3D_SensitiveCircle.hxx
- SelectBasics_SelectingVolumeManager.hxx
- SelectMgr_EntityOwner.hxx
- V3d_View.hxx
- V3d_Viewer.hxx1 parent a243931 commit 3f01bbc
92 files changed
Lines changed: 156 additions & 284 deletions
File tree
- src
- ApplicationFramework
- TKCAF/TNaming
- TKCDF/PCDM
- DataExchange
- TKDESTEP
- GeomToStep
- RWStepVisual
- TKXCAF/XCAFDoc
- Draw
- TKDCAF/DNaming
- TKDraw
- DBRep
- DrawTrSurf
- Draw
- TKTopTest/HLRTest
- FoundationClasses
- TKMath/Poly
- TKernel
- Message
- NCollection
- Standard
- TCollection
- ModelingAlgorithms
- TKBool/TopOpeBRepBuild
- TKGeomAlgo/GeomFill
- TKShHealing
- ShapeAnalysis
- ShapeFix
- TKTopAlgo/MAT2d
- ModelingData/TKGeomBase
- GCE2d
- GC
- Visualization
- TKMeshVS/MeshVS
- TKOpenGl/OpenGl
- TKService
- Font
- Graphic3d
- TKV3d
- AIS
- Prs3d
- PrsMgr
- Select3D
- SelectBasics
- SelectMgr
- V3d
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1498 | 1498 | | |
1499 | 1499 | | |
1500 | 1500 | | |
1501 | | - | |
| 1501 | + | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | 1504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
428 | 429 | | |
429 | 430 | | |
430 | 431 | | |
431 | | - | |
| 432 | + | |
| 433 | + | |
432 | 434 | | |
433 | 435 | | |
434 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments