mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-10 04:17:44 +08:00
0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
Added initialization of fields that had not initialization Added default constructors to classes without constructors
This commit is contained in:
@@ -49,6 +49,8 @@ static void CutSketch (MAT2d_SequenceOfSequenceOfGeometry& Figure,
|
||||
//purpose : Constructeur vide.
|
||||
//=============================================================================
|
||||
BRepMAT2d_BisectingLocus::BRepMAT2d_BisectingLocus()
|
||||
: isDone(Standard_False),
|
||||
nbContours(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
BRepMAT2d_LinkTopoBilo::BRepMAT2d_LinkTopoBilo()
|
||||
: current(0),
|
||||
isEmpty(Standard_True)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user